Przeglądaj źródła

Merge pull request #5 from Microsoft/ssrs-reports-system-health

Ssrs reports system health
Amit Banerjee 9 lat temu
rodzic
commit
9012551bd6

+ 2760 - 0
systemhealthsession/ssrs-reports/Connectivity_Error.rdl

@@ -0,0 +1,2760 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
+  <Body>
+    <ReportItems>
+      <Textbox Name="Textbox7">
+        <CanGrow>true</CanGrow>
+        <KeepTogether>true</KeepTogether>
+        <Paragraphs>
+          <Paragraph>
+            <TextRuns>
+              <TextRun>
+                <Value>Connectivity Error Summary Report</Value>
+                <Style>
+                  <FontSize>16pt</FontSize>
+                  <FontWeight>Bold</FontWeight>
+                  <Color>White</Color>
+                </Style>
+              </TextRun>
+            </TextRuns>
+            <Style>
+              <TextAlign>Center</TextAlign>
+            </Style>
+          </Paragraph>
+        </Paragraphs>
+        <rd:DefaultName>Textbox7</rd:DefaultName>
+        <Top>0.16333in</Top>
+        <Left>0.12167in</Left>
+        <Height>0.36667in</Height>
+        <Width>13.96875in</Width>
+        <Style>
+          <Border>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+          </Border>
+          <TopBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </TopBorder>
+          <BottomBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </BottomBorder>
+          <LeftBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </LeftBorder>
+          <RightBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </RightBorder>
+          <BackgroundColor>CornflowerBlue</BackgroundColor>
+          <PaddingLeft>2pt</PaddingLeft>
+          <PaddingRight>2pt</PaddingRight>
+          <PaddingTop>2pt</PaddingTop>
+          <PaddingBottom>2pt</PaddingBottom>
+        </Style>
+      </Textbox>
+      <Chart Name="Chart2">
+        <ChartCategoryHierarchy>
+          <ChartMembers>
+            <ChartMember>
+              <Group Name="Chart2_CategoryGroup">
+                <GroupExpressions>
+                  <GroupExpression>=Fields!EventTime.Value</GroupExpression>
+                </GroupExpressions>
+              </Group>
+              <SortExpressions>
+                <SortExpression>
+                  <Value>=Fields!EventTime.Value</Value>
+                </SortExpression>
+              </SortExpressions>
+              <Label>=Fields!EventTime.Value</Label>
+            </ChartMember>
+          </ChartMembers>
+        </ChartCategoryHierarchy>
+        <ChartSeriesHierarchy>
+          <ChartMembers>
+            <ChartMember>
+              <Group Name="Chart2_SeriesGroup">
+                <GroupExpressions>
+                  <GroupExpression>=Fields!connectivity_record_source.Value</GroupExpression>
+                </GroupExpressions>
+              </Group>
+              <SortExpressions>
+                <SortExpression>
+                  <Value>=Fields!connectivity_record_source.Value</Value>
+                </SortExpression>
+              </SortExpressions>
+              <Label>=Fields!connectivity_record_source.Value</Label>
+            </ChartMember>
+          </ChartMembers>
+        </ChartSeriesHierarchy>
+        <ChartData>
+          <ChartSeriesCollection>
+            <ChartSeries Name="connectivity_record_source">
+              <ChartDataPoints>
+                <ChartDataPoint>
+                  <ChartDataPointValues>
+                    <Y>=Count(Fields!connectivity_record_source.Value)</Y>
+                  </ChartDataPointValues>
+                  <ChartDataLabel>
+                    <Style />
+                  </ChartDataLabel>
+                  <ToolTip>="Number of errors: " + CStr(Count(Fields!connectivity_record_source.Value)) + " on " + CStr(Fields!EventTime.Value)</ToolTip>
+                  <Style>
+                    <Border>
+                      <Width>3pt</Width>
+                    </Border>
+                  </Style>
+                  <ChartMarker>
+                    <Type>Square</Type>
+                    <Size>6pt</Size>
+                    <Style />
+                  </ChartMarker>
+                  <DataElementOutput>Output</DataElementOutput>
+                </ChartDataPoint>
+              </ChartDataPoints>
+              <Type>Line</Type>
+              <Style />
+              <ChartEmptyPoints>
+                <Style />
+                <ChartMarker>
+                  <Style />
+                </ChartMarker>
+                <ChartDataLabel>
+                  <Style />
+                </ChartDataLabel>
+              </ChartEmptyPoints>
+              <ValueAxisName>Primary</ValueAxisName>
+              <CategoryAxisName>Primary</CategoryAxisName>
+              <ChartSmartLabel>
+                <CalloutLineColor>Black</CalloutLineColor>
+                <MinMovingDistance>0pt</MinMovingDistance>
+              </ChartSmartLabel>
+            </ChartSeries>
+          </ChartSeriesCollection>
+        </ChartData>
+        <ChartAreas>
+          <ChartArea Name="Default">
+            <ChartCategoryAxes>
+              <ChartAxis Name="Primary">
+                <Style>
+                  <FontSize>8pt</FontSize>
+                </Style>
+                <ChartAxisTitle>
+                  <Caption />
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                  </Style>
+                </ChartAxisTitle>
+                <ChartMajorGridLines>
+                  <Enabled>False</Enabled>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                    </Border>
+                  </Style>
+                </ChartMajorGridLines>
+                <ChartMinorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                      <Style>Dotted</Style>
+                    </Border>
+                  </Style>
+                </ChartMinorGridLines>
+                <ChartMinorTickMarks>
+                  <Length>0.5</Length>
+                </ChartMinorTickMarks>
+                <CrossAt>NaN</CrossAt>
+                <Minimum>NaN</Minimum>
+                <Maximum>NaN</Maximum>
+                <HideLabels>true</HideLabels>
+                <AllowLabelRotation>None</AllowLabelRotation>
+                <IncludeZero>false</IncludeZero>
+                <MinFontSize>8pt</MinFontSize>
+                <ChartAxisScaleBreak>
+                  <Style />
+                </ChartAxisScaleBreak>
+              </ChartAxis>
+              <ChartAxis Name="Secondary">
+                <Style>
+                  <FontSize>8pt</FontSize>
+                </Style>
+                <ChartAxisTitle>
+                  <Caption>Axis Title</Caption>
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                  </Style>
+                </ChartAxisTitle>
+                <ChartMajorGridLines>
+                  <Enabled>False</Enabled>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                    </Border>
+                  </Style>
+                </ChartMajorGridLines>
+                <ChartMinorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                      <Style>Dotted</Style>
+                    </Border>
+                  </Style>
+                </ChartMinorGridLines>
+                <ChartMinorTickMarks>
+                  <Length>0.5</Length>
+                </ChartMinorTickMarks>
+                <CrossAt>NaN</CrossAt>
+                <Location>Opposite</Location>
+                <Minimum>NaN</Minimum>
+                <Maximum>NaN</Maximum>
+                <ChartAxisScaleBreak>
+                  <Style />
+                </ChartAxisScaleBreak>
+              </ChartAxis>
+            </ChartCategoryAxes>
+            <ChartValueAxes>
+              <ChartAxis Name="Primary">
+                <Style>
+                  <FontSize>8pt</FontSize>
+                </Style>
+                <ChartAxisTitle>
+                  <Caption>Number of events</Caption>
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                  </Style>
+                </ChartAxisTitle>
+                <ChartMajorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                    </Border>
+                  </Style>
+                </ChartMajorGridLines>
+                <ChartMinorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                      <Style>Dotted</Style>
+                    </Border>
+                  </Style>
+                </ChartMinorGridLines>
+                <ChartMinorTickMarks>
+                  <Length>0.5</Length>
+                </ChartMinorTickMarks>
+                <CrossAt>NaN</CrossAt>
+                <Minimum>NaN</Minimum>
+                <Maximum>NaN</Maximum>
+                <ChartAxisScaleBreak>
+                  <Enabled>true</Enabled>
+                  <Style />
+                </ChartAxisScaleBreak>
+              </ChartAxis>
+              <ChartAxis Name="Secondary">
+                <Style>
+                  <FontSize>8pt</FontSize>
+                </Style>
+                <ChartAxisTitle>
+                  <Caption>Axis Title</Caption>
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                  </Style>
+                </ChartAxisTitle>
+                <ChartMajorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                    </Border>
+                  </Style>
+                </ChartMajorGridLines>
+                <ChartMinorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                      <Style>Dotted</Style>
+                    </Border>
+                  </Style>
+                </ChartMinorGridLines>
+                <ChartMinorTickMarks>
+                  <Length>0.5</Length>
+                </ChartMinorTickMarks>
+                <CrossAt>NaN</CrossAt>
+                <Location>Opposite</Location>
+                <Minimum>NaN</Minimum>
+                <Maximum>NaN</Maximum>
+                <ChartAxisScaleBreak>
+                  <Style />
+                </ChartAxisScaleBreak>
+              </ChartAxis>
+            </ChartValueAxes>
+            <ChartThreeDProperties>
+              <Rotation>45</Rotation>
+              <Inclination>36</Inclination>
+            </ChartThreeDProperties>
+            <Style>
+              <BackgroundColor>#00ffffff</BackgroundColor>
+              <BackgroundGradientType>None</BackgroundGradientType>
+              <BackgroundGradientEndColor>White</BackgroundGradientEndColor>
+            </Style>
+          </ChartArea>
+        </ChartAreas>
+        <ChartLegends>
+          <ChartLegend Name="Default">
+            <Style>
+              <Border>
+                <Style>Solid</Style>
+              </Border>
+              <BackgroundGradientType>None</BackgroundGradientType>
+              <FontSize>8pt</FontSize>
+            </Style>
+            <Position>TopCenter</Position>
+            <DockOutsideChartArea>true</DockOutsideChartArea>
+            <ChartLegendTitle>
+              <Caption />
+              <Style>
+                <FontSize>8pt</FontSize>
+                <FontWeight>Bold</FontWeight>
+                <TextAlign>Center</TextAlign>
+              </Style>
+            </ChartLegendTitle>
+            <HeaderSeparatorColor>Black</HeaderSeparatorColor>
+            <ColumnSeparatorColor>Black</ColumnSeparatorColor>
+          </ChartLegend>
+        </ChartLegends>
+        <ChartTitles>
+          <ChartTitle Name="Default">
+            <Caption>Event Summary</Caption>
+            <Style>
+              <BackgroundGradientType>None</BackgroundGradientType>
+              <FontSize>12pt</FontSize>
+              <FontWeight>Bold</FontWeight>
+              <TextAlign>General</TextAlign>
+              <VerticalAlign>Top</VerticalAlign>
+            </Style>
+          </ChartTitle>
+        </ChartTitles>
+        <Palette>BrightPastel</Palette>
+        <ChartBorderSkin>
+          <ChartBorderSkinType>Sunken</ChartBorderSkinType>
+          <Style>
+            <BackgroundColor>Gray</BackgroundColor>
+            <BackgroundGradientType>None</BackgroundGradientType>
+            <Color>White</Color>
+          </Style>
+        </ChartBorderSkin>
+        <ChartNoDataMessage Name="NoDataMessage">
+          <Caption>No Data Available</Caption>
+          <Style>
+            <BackgroundGradientType>None</BackgroundGradientType>
+            <TextAlign>General</TextAlign>
+            <VerticalAlign>Top</VerticalAlign>
+          </Style>
+        </ChartNoDataMessage>
+        <DataSetName>DS_Dashboard</DataSetName>
+        <Top>0.76333in</Top>
+        <Left>0.12167in</Left>
+        <Height>4.06597in</Height>
+        <Width>13.96875in</Width>
+        <ZIndex>1</ZIndex>
+        <Style>
+          <Border>
+            <Color>LightGrey</Color>
+            <Style>Solid</Style>
+            <Width>2pt</Width>
+          </Border>
+          <BackgroundColor>LightSteelBlue</BackgroundColor>
+          <BackgroundGradientType>TopBottom</BackgroundGradientType>
+        </Style>
+      </Chart>
+      <Textbox Name="Textbox17">
+        <CanGrow>true</CanGrow>
+        <KeepTogether>true</KeepTogether>
+        <Paragraphs>
+          <Paragraph>
+            <TextRuns>
+              <TextRun>
+                <Value>=First(Fields!UTCString.Value, "DS_TimeDifference")</Value>
+                <Style>
+                  <FontWeight>Bold</FontWeight>
+                </Style>
+              </TextRun>
+            </TextRuns>
+            <Style />
+          </Paragraph>
+        </Paragraphs>
+        <rd:DefaultName>Textbox17</rd:DefaultName>
+        <Top>0.53in</Top>
+        <Left>0.12167in</Left>
+        <Height>0.24722in</Height>
+        <Width>13.96875in</Width>
+        <ZIndex>2</ZIndex>
+        <Style>
+          <Border>
+            <Style>None</Style>
+          </Border>
+          <BackgroundColor>Silver</BackgroundColor>
+          <PaddingLeft>2pt</PaddingLeft>
+          <PaddingRight>2pt</PaddingRight>
+          <PaddingTop>2pt</PaddingTop>
+          <PaddingBottom>2pt</PaddingBottom>
+        </Style>
+      </Textbox>
+      <Chart Name="Chart1">
+        <ChartCategoryHierarchy>
+          <ChartMembers>
+            <ChartMember>
+              <Group Name="Chart1_CategoryGroup">
+                <GroupExpressions>
+                  <GroupExpression>=WeekDayName(DatePart(DateInterval.Weekday,Fields!EventTime.Value),True,FirstDayOfWeek.Monday)</GroupExpression>
+                </GroupExpressions>
+              </Group>
+              <SortExpressions>
+                <SortExpression>
+                  <Value>=Fields!EventTime.Value</Value>
+                </SortExpression>
+              </SortExpressions>
+              <Label>=WeekDayName(DatePart(DateInterval.Weekday,Fields!EventTime.Value),True,FirstDayOfWeek.Monday)</Label>
+            </ChartMember>
+          </ChartMembers>
+        </ChartCategoryHierarchy>
+        <ChartSeriesHierarchy>
+          <ChartMembers>
+            <ChartMember>
+              <Group Name="Chart1_SeriesGroup">
+                <GroupExpressions>
+                  <GroupExpression>=Fields!connectivity_record_source.Value</GroupExpression>
+                </GroupExpressions>
+              </Group>
+              <SortExpressions>
+                <SortExpression>
+                  <Value>=Fields!connectivity_record_source.Value</Value>
+                </SortExpression>
+              </SortExpressions>
+              <Label>=Fields!connectivity_record_source.Value</Label>
+            </ChartMember>
+          </ChartMembers>
+        </ChartSeriesHierarchy>
+        <ChartData>
+          <ChartSeriesCollection>
+            <ChartSeries Name="ErrorNum">
+              <ChartDataPoints>
+                <ChartDataPoint>
+                  <ChartDataPointValues>
+                    <Y>=Count(Fields!connectivity_record_source.Value)</Y>
+                  </ChartDataPointValues>
+                  <ChartDataLabel>
+                    <Style>
+                      <FontWeight>Bold</FontWeight>
+                      <Format>0;(0)</Format>
+                    </Style>
+                    <UseValueAsLabel>true</UseValueAsLabel>
+                    <Visible>true</Visible>
+                  </ChartDataLabel>
+                  <Style>
+                    <Border>
+                      <Color>Black</Color>
+                    </Border>
+                    <Color>Brown</Color>
+                    <BackgroundGradientType>TopBottom</BackgroundGradientType>
+                    <BackgroundGradientEndColor>White</BackgroundGradientEndColor>
+                  </Style>
+                  <ChartMarker>
+                    <Style />
+                  </ChartMarker>
+                  <DataElementOutput>Output</DataElementOutput>
+                </ChartDataPoint>
+              </ChartDataPoints>
+              <Style>
+                <ShadowColor>#00ffffff</ShadowColor>
+                <ShadowOffset>0pt</ShadowOffset>
+              </Style>
+              <ChartEmptyPoints>
+                <Style />
+                <ChartMarker>
+                  <Style />
+                </ChartMarker>
+                <ChartDataLabel>
+                  <Style />
+                </ChartDataLabel>
+              </ChartEmptyPoints>
+              <ValueAxisName>Primary</ValueAxisName>
+              <CategoryAxisName>Primary</CategoryAxisName>
+              <ChartSmartLabel>
+                <CalloutLineColor>Black</CalloutLineColor>
+                <MinMovingDistance>0pt</MinMovingDistance>
+              </ChartSmartLabel>
+            </ChartSeries>
+          </ChartSeriesCollection>
+        </ChartData>
+        <ChartAreas>
+          <ChartArea Name="Default">
+            <ChartCategoryAxes>
+              <ChartAxis Name="Primary">
+                <Style>
+                  <FontSize>8pt</FontSize>
+                </Style>
+                <ChartAxisTitle>
+                  <Caption>Day of the week</Caption>
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                  </Style>
+                </ChartAxisTitle>
+                <ChartMajorGridLines>
+                  <Enabled>False</Enabled>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                    </Border>
+                  </Style>
+                </ChartMajorGridLines>
+                <ChartMinorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                      <Style>Dotted</Style>
+                    </Border>
+                  </Style>
+                </ChartMinorGridLines>
+                <ChartMinorTickMarks>
+                  <Length>0.5</Length>
+                </ChartMinorTickMarks>
+                <CrossAt>NaN</CrossAt>
+                <Minimum>NaN</Minimum>
+                <Maximum>NaN</Maximum>
+                <ChartAxisScaleBreak>
+                  <Style />
+                </ChartAxisScaleBreak>
+              </ChartAxis>
+              <ChartAxis Name="Secondary">
+                <Style>
+                  <FontSize>8pt</FontSize>
+                </Style>
+                <ChartAxisTitle>
+                  <Caption>Axis Title</Caption>
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                  </Style>
+                </ChartAxisTitle>
+                <ChartMajorGridLines>
+                  <Enabled>False</Enabled>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                    </Border>
+                  </Style>
+                </ChartMajorGridLines>
+                <ChartMinorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                      <Style>Dotted</Style>
+                    </Border>
+                  </Style>
+                </ChartMinorGridLines>
+                <ChartMinorTickMarks>
+                  <Length>0.5</Length>
+                </ChartMinorTickMarks>
+                <CrossAt>NaN</CrossAt>
+                <Location>Opposite</Location>
+                <Minimum>NaN</Minimum>
+                <Maximum>NaN</Maximum>
+                <ChartAxisScaleBreak>
+                  <Style />
+                </ChartAxisScaleBreak>
+              </ChartAxis>
+            </ChartCategoryAxes>
+            <ChartValueAxes>
+              <ChartAxis Name="Primary">
+                <Style>
+                  <FontSize>8pt</FontSize>
+                </Style>
+                <ChartAxisTitle>
+                  <Caption>Number of errors</Caption>
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                  </Style>
+                </ChartAxisTitle>
+                <ChartMajorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                    </Border>
+                  </Style>
+                </ChartMajorGridLines>
+                <ChartMinorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                      <Style>Dotted</Style>
+                    </Border>
+                  </Style>
+                </ChartMinorGridLines>
+                <ChartMinorTickMarks>
+                  <Length>0.5</Length>
+                </ChartMinorTickMarks>
+                <CrossAt>NaN</CrossAt>
+                <Minimum>NaN</Minimum>
+                <Maximum>NaN</Maximum>
+                <ChartAxisScaleBreak>
+                  <Enabled>true</Enabled>
+                  <Style />
+                </ChartAxisScaleBreak>
+              </ChartAxis>
+              <ChartAxis Name="Secondary">
+                <Style>
+                  <FontSize>8pt</FontSize>
+                </Style>
+                <ChartAxisTitle>
+                  <Caption>Axis Title</Caption>
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                  </Style>
+                </ChartAxisTitle>
+                <ChartMajorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                    </Border>
+                  </Style>
+                </ChartMajorGridLines>
+                <ChartMinorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                      <Style>Dotted</Style>
+                    </Border>
+                  </Style>
+                </ChartMinorGridLines>
+                <ChartMinorTickMarks>
+                  <Length>0.5</Length>
+                </ChartMinorTickMarks>
+                <CrossAt>NaN</CrossAt>
+                <Location>Opposite</Location>
+                <Minimum>NaN</Minimum>
+                <Maximum>NaN</Maximum>
+                <ChartAxisScaleBreak>
+                  <Style />
+                </ChartAxisScaleBreak>
+              </ChartAxis>
+            </ChartValueAxes>
+            <Style>
+              <BackgroundGradientType>None</BackgroundGradientType>
+            </Style>
+          </ChartArea>
+        </ChartAreas>
+        <ChartLegends>
+          <ChartLegend Name="Default">
+            <Style>
+              <BackgroundGradientType>None</BackgroundGradientType>
+              <FontSize>8pt</FontSize>
+            </Style>
+            <ChartLegendTitle>
+              <Caption />
+              <Style>
+                <FontSize>8pt</FontSize>
+                <FontWeight>Bold</FontWeight>
+                <TextAlign>Center</TextAlign>
+              </Style>
+            </ChartLegendTitle>
+            <HeaderSeparatorColor>Black</HeaderSeparatorColor>
+            <ColumnSeparatorColor>Black</ColumnSeparatorColor>
+          </ChartLegend>
+        </ChartLegends>
+        <ChartTitles>
+          <ChartTitle Name="Default">
+            <Caption>Connectivity Error Summary by Weekday</Caption>
+            <Style>
+              <BackgroundGradientType>None</BackgroundGradientType>
+              <FontWeight>Bold</FontWeight>
+              <TextAlign>General</TextAlign>
+              <VerticalAlign>Top</VerticalAlign>
+            </Style>
+          </ChartTitle>
+        </ChartTitles>
+        <Palette>BrightPastel</Palette>
+        <ChartBorderSkin>
+          <ChartBorderSkinType>Sunken</ChartBorderSkinType>
+          <Style>
+            <BackgroundColor>Gray</BackgroundColor>
+            <BackgroundGradientType>None</BackgroundGradientType>
+            <Color>White</Color>
+          </Style>
+        </ChartBorderSkin>
+        <ChartNoDataMessage Name="NoDataMessage">
+          <Caption>No Data Available</Caption>
+          <Style>
+            <BackgroundGradientType>None</BackgroundGradientType>
+            <TextAlign>General</TextAlign>
+            <VerticalAlign>Top</VerticalAlign>
+          </Style>
+        </ChartNoDataMessage>
+        <DataSetName>DS_Dashboard</DataSetName>
+        <Top>4.84319in</Top>
+        <Left>0.12167in</Left>
+        <Height>4.21875in</Height>
+        <Width>13.96875in</Width>
+        <ZIndex>3</ZIndex>
+        <Style>
+          <Border>
+            <Color>LightGrey</Color>
+            <Style>Solid</Style>
+            <Width>2pt</Width>
+          </Border>
+          <BackgroundColor>LightSteelBlue</BackgroundColor>
+          <BackgroundGradientType>TopBottom</BackgroundGradientType>
+        </Style>
+      </Chart>
+      <Tablix Name="Tablix1">
+        <TablixBody>
+          <TablixColumns>
+            <TablixColumn>
+              <Width>1.58194in</Width>
+            </TablixColumn>
+            <TablixColumn>
+              <Width>1.29167in</Width>
+            </TablixColumn>
+            <TablixColumn>
+              <Width>0.60417in</Width>
+            </TablixColumn>
+            <TablixColumn>
+              <Width>0.82292in</Width>
+            </TablixColumn>
+            <TablixColumn>
+              <Width>0.69931in</Width>
+            </TablixColumn>
+            <TablixColumn>
+              <Width>0.71875in</Width>
+            </TablixColumn>
+            <TablixColumn>
+              <Width>0.63542in</Width>
+            </TablixColumn>
+            <TablixColumn>
+              <Width>0.89583in</Width>
+            </TablixColumn>
+            <TablixColumn>
+              <Width>0.75in</Width>
+            </TablixColumn>
+            <TablixColumn>
+              <Width>4.0625in</Width>
+            </TablixColumn>
+          </TablixColumns>
+          <TablixRows>
+            <TablixRow>
+              <Height>0.59375in</Height>
+              <TablixCells>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox5">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>Record Type</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox5</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox8">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>Source</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox8</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox10">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>OS Error</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox10</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox12">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>SNI Consumer Error</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox12</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox14">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>SNI Error</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox14</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox16">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>SNI provider</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox16</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox19">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>State</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox19</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox21">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>Local Port</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox21</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox23">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>Remote Port</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox23</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox174">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>TDS Flags</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox174</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+              </TablixCells>
+            </TablixRow>
+            <TablixRow>
+              <Height>0.25in</Height>
+              <TablixCells>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="connectivity_record_type">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!connectivity_record_type.Value</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Left</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>connectivity_record_type</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="connectivity_record_source">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!connectivity_record_source.Value</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Left</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>connectivity_record_source</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="os_error">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!os_error.Value</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>os_error</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="sni_consumer_error">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!sni_consumer_error.Value</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>sni_consumer_error</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="sni_error">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!sni_error.Value</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>sni_error</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="sni_provider">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!sni_provider.Value</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>sni_provider</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="state">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!state.Value</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>state</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="local_port">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!local_port.Value</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>local_port</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="remote_port">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!remote_port.Value</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>remote_port</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="tds_flags">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!tds_flags.Value</Value>
+                              <Style>
+                                <FontSize>8pt</FontSize>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>tds_flags</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+              </TablixCells>
+            </TablixRow>
+            <TablixRow>
+              <Height>0.68403in</Height>
+              <TablixCells>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox268">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>TDS Input Buffer Error</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                                <FontWeight>Bold</FontWeight>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Center</TextAlign>
+                          </Style>
+                        </Paragraph>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value />
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                                <FontWeight>Bold</FontWeight>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox268</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox269">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>TDS Output Buffer Error</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                                <FontWeight>Bold</FontWeight>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Center</TextAlign>
+                          </Style>
+                        </Paragraph>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value />
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                                <FontWeight>Bold</FontWeight>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox269</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox270">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>Total Login Time (ms)</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                                <FontWeight>Bold</FontWeight>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Center</TextAlign>
+                          </Style>
+                        </Paragraph>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value />
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                                <FontWeight>Bold</FontWeight>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Center</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox270</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox271">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>Login Time Enqueued (ms)</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                                <FontWeight>Bold</FontWeight>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Center</TextAlign>
+                          </Style>
+                        </Paragraph>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value />
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                                <FontWeight>Bold</FontWeight>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Center</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox271</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox272">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>Network writes (ms)</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                                <FontWeight>Bold</FontWeight>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Center</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox272</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox273">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>Network reads (ms)</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                                <FontWeight>Bold</FontWeight>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Center</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox273</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox274">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>SSL processing (ms)</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                                <FontWeight>Bold</FontWeight>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Center</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox274</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox275">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>SSPI processing (ms)</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                                <FontWeight>Bold</FontWeight>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Center</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox275</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox276">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>Login trigger &amp; RG (ms)</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                                <FontWeight>Bold</FontWeight>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Center</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox276</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox277">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>Connection ID</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                                <FontWeight>Bold</FontWeight>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Center</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox277</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+              </TablixCells>
+            </TablixRow>
+            <TablixRow>
+              <Height>0.25in</Height>
+              <TablixCells>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="tds_input_buffer_error">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!tds_input_buffer_error.Value</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>tds_input_buffer_error</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="tds_output_buffer_error">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!tds_output_buffer_error.Value</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>tds_output_buffer_error</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="total_login_time_ms">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!total_login_time_ms.Value</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>total_login_time_ms</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="login_task_enqueued_ms">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!login_task_enqueued_ms.Value</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>login_task_enqueued_ms</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="network_writes_ms">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!network_writes_ms.Value</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>network_writes_ms</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="network_reads_ms">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!network_reads_ms.Value</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>network_reads_ms</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="ssl_processing_ms">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!ssl_processing_ms.Value</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>ssl_processing_ms</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="sspi_processing_ms">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!sspi_processing_ms.Value</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>sspi_processing_ms</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="login_trigger_and_resource_governor_processing_ms">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!login_trigger_and_resource_governor_processing_ms.Value</Value>
+                              <Style>
+                                <FontSize>9pt</FontSize>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>login_trigger_and_resource_governor_processing_ms</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="connection_id">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!connection_id.Value</Value>
+                              <Style />
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Left</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>connection_id</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+              </TablixCells>
+            </TablixRow>
+          </TablixRows>
+        </TablixBody>
+        <TablixColumnHierarchy>
+          <TablixMembers>
+            <TablixMember />
+            <TablixMember />
+            <TablixMember />
+            <TablixMember />
+            <TablixMember />
+            <TablixMember />
+            <TablixMember />
+            <TablixMember />
+            <TablixMember />
+            <TablixMember />
+          </TablixMembers>
+        </TablixColumnHierarchy>
+        <TablixRowHierarchy>
+          <TablixMembers>
+            <TablixMember>
+              <TablixHeader>
+                <Size>1.90625in</Size>
+                <CellContents>
+                  <Textbox Name="Textbox90">
+                    <CanGrow>true</CanGrow>
+                    <KeepTogether>true</KeepTogether>
+                    <Paragraphs>
+                      <Paragraph>
+                        <TextRuns>
+                          <TextRun>
+                            <Value>Event Time</Value>
+                            <Style>
+                              <FontWeight>Bold</FontWeight>
+                              <Color>White</Color>
+                            </Style>
+                          </TextRun>
+                        </TextRuns>
+                        <Style />
+                      </Paragraph>
+                    </Paragraphs>
+                    <rd:DefaultName>Textbox90</rd:DefaultName>
+                    <Style>
+                      <Border>
+                        <Color>LightGrey</Color>
+                        <Style>Solid</Style>
+                      </Border>
+                      <BackgroundColor>CornflowerBlue</BackgroundColor>
+                      <PaddingLeft>2pt</PaddingLeft>
+                      <PaddingRight>2pt</PaddingRight>
+                      <PaddingTop>2pt</PaddingTop>
+                      <PaddingBottom>2pt</PaddingBottom>
+                    </Style>
+                  </Textbox>
+                </CellContents>
+              </TablixHeader>
+              <TablixMembers>
+                <TablixMember />
+              </TablixMembers>
+              <KeepWithGroup>After</KeepWithGroup>
+            </TablixMember>
+            <TablixMember>
+              <Group Name="EventTime">
+                <GroupExpressions>
+                  <GroupExpression>=Fields!EventTime.Value</GroupExpression>
+                </GroupExpressions>
+              </Group>
+              <SortExpressions>
+                <SortExpression>
+                  <Value>=Fields!EventTime.Value</Value>
+                </SortExpression>
+              </SortExpressions>
+              <TablixHeader>
+                <Size>1.90625in</Size>
+                <CellContents>
+                  <Textbox Name="EventTime1">
+                    <CanGrow>true</CanGrow>
+                    <KeepTogether>true</KeepTogether>
+                    <Paragraphs>
+                      <Paragraph>
+                        <TextRuns>
+                          <TextRun>
+                            <Value>=Fields!EventTime.Value</Value>
+                            <Style>
+                              <FontSize>9pt</FontSize>
+                            </Style>
+                          </TextRun>
+                        </TextRuns>
+                        <Style>
+                          <TextAlign>Left</TextAlign>
+                        </Style>
+                      </Paragraph>
+                    </Paragraphs>
+                    <rd:DefaultName>EventTime1</rd:DefaultName>
+                    <Style>
+                      <Border>
+                        <Color>LightGrey</Color>
+                        <Style>Solid</Style>
+                      </Border>
+                      <PaddingLeft>2pt</PaddingLeft>
+                      <PaddingRight>2pt</PaddingRight>
+                      <PaddingTop>2pt</PaddingTop>
+                      <PaddingBottom>2pt</PaddingBottom>
+                    </Style>
+                  </Textbox>
+                </CellContents>
+              </TablixHeader>
+              <TablixMembers>
+                <TablixMember>
+                  <KeepWithGroup>After</KeepWithGroup>
+                </TablixMember>
+                <TablixMember>
+                  <Group Name="Details" />
+                  <TablixMembers>
+                    <TablixMember />
+                    <TablixMember />
+                  </TablixMembers>
+                  <Visibility>
+                    <Hidden>true</Hidden>
+                    <ToggleItem>EventTime1</ToggleItem>
+                  </Visibility>
+                </TablixMember>
+              </TablixMembers>
+            </TablixMember>
+          </TablixMembers>
+        </TablixRowHierarchy>
+        <RepeatColumnHeaders>true</RepeatColumnHeaders>
+        <RepeatRowHeaders>true</RepeatRowHeaders>
+        <FixedColumnHeaders>true</FixedColumnHeaders>
+        <FixedRowHeaders>true</FixedRowHeaders>
+        <DataSetName>DS_Dashboard</DataSetName>
+        <Top>9.06194in</Top>
+        <Left>0.12167in</Left>
+        <Height>1.77778in</Height>
+        <Width>13.96876in</Width>
+        <ZIndex>4</ZIndex>
+        <Style>
+          <Border>
+            <Style>None</Style>
+          </Border>
+        </Style>
+      </Tablix>
+    </ReportItems>
+    <Height>10.83972in</Height>
+    <Style>
+      <Border>
+        <Color>Silver</Color>
+        <Style>Solid</Style>
+      </Border>
+      <TopBorder>
+        <Color>Silver</Color>
+        <Style>Solid</Style>
+        <Width>1pt</Width>
+      </TopBorder>
+      <BottomBorder>
+        <Color>Silver</Color>
+        <Style>Solid</Style>
+        <Width>1pt</Width>
+      </BottomBorder>
+      <LeftBorder>
+        <Color>Silver</Color>
+        <Style>Solid</Style>
+        <Width>1pt</Width>
+      </LeftBorder>
+      <RightBorder>
+        <Color>Silver</Color>
+        <Style>Solid</Style>
+        <Width>1pt</Width>
+      </RightBorder>
+    </Style>
+  </Body>
+  <Width>14.23486in</Width>
+  <Page>
+    <PageHeader>
+      <Height>0.7175in</Height>
+      <PrintOnFirstPage>true</PrintOnFirstPage>
+      <PrintOnLastPage>true</PrintOnLastPage>
+      <ReportItems>
+        <Textbox Name="Textbox2">
+          <CanGrow>true</CanGrow>
+          <KeepTogether>true</KeepTogether>
+          <Paragraphs>
+            <Paragraph>
+              <TextRuns>
+                <TextRun>
+                  <Value>= "SQL Server Health Session Dashboard on " + Parameters!vServerName.Value</Value>
+                  <Style>
+                    <FontSize>14pt</FontSize>
+                    <FontWeight>Bold</FontWeight>
+                  </Style>
+                </TextRun>
+              </TextRuns>
+              <Style>
+                <TextAlign>Center</TextAlign>
+              </Style>
+            </Paragraph>
+          </Paragraphs>
+          <rd:DefaultName>Textbox2</rd:DefaultName>
+          <Top>0.25694in</Top>
+          <Left>1.80694in</Left>
+          <Height>0.44444in</Height>
+          <Width>5.80292in</Width>
+          <Style>
+            <Border>
+              <Style>None</Style>
+            </Border>
+            <BackgroundColor>White</BackgroundColor>
+            <PaddingLeft>2pt</PaddingLeft>
+            <PaddingRight>2pt</PaddingRight>
+            <PaddingTop>2pt</PaddingTop>
+            <PaddingBottom>2pt</PaddingBottom>
+          </Style>
+        </Textbox>
+        <Image Name="Image1">
+          <Source>Embedded</Source>
+          <Value>Logo</Value>
+          <Sizing>FitProportional</Sizing>
+          <Height>0.69444in</Height>
+          <Width>1.77916in</Width>
+          <ZIndex>1</ZIndex>
+          <Style>
+            <Border>
+              <Style>None</Style>
+            </Border>
+          </Style>
+        </Image>
+      </ReportItems>
+      <Style>
+        <Border>
+          <Style>None</Style>
+        </Border>
+      </Style>
+    </PageHeader>
+    <PageFooter>
+      <Height>0.375in</Height>
+      <PrintOnFirstPage>true</PrintOnFirstPage>
+      <PrintOnLastPage>true</PrintOnLastPage>
+      <ReportItems>
+        <Textbox Name="Textbox1">
+          <CanGrow>true</CanGrow>
+          <KeepTogether>true</KeepTogether>
+          <Paragraphs>
+            <Paragraph>
+              <TextRuns>
+                <TextRun>
+                  <Value>= "Status as of local time: " + CStr(Globals!ExecutionTime) + " | Page " + CStr(Globals!PageNumber) + " of " + CStr(Globals!TotalPages)</Value>
+                  <Style>
+                    <FontSize>11pt</FontSize>
+                    <FontWeight>Bold</FontWeight>
+                    <Color>White</Color>
+                  </Style>
+                </TextRun>
+              </TextRuns>
+              <Style>
+                <TextAlign>Center</TextAlign>
+              </Style>
+            </Paragraph>
+          </Paragraphs>
+          <rd:DefaultName>Textbox1</rd:DefaultName>
+          <Height>0.375in</Height>
+          <Width>14.09042in</Width>
+          <Style>
+            <Border>
+              <Color>Silver</Color>
+              <Style>Solid</Style>
+            </Border>
+            <TopBorder>
+              <Color>Silver</Color>
+              <Style>Solid</Style>
+              <Width>1pt</Width>
+            </TopBorder>
+            <BottomBorder>
+              <Color>Silver</Color>
+              <Style>Solid</Style>
+              <Width>1pt</Width>
+            </BottomBorder>
+            <LeftBorder>
+              <Color>Silver</Color>
+              <Style>Solid</Style>
+              <Width>1pt</Width>
+            </LeftBorder>
+            <RightBorder>
+              <Color>Silver</Color>
+              <Style>Solid</Style>
+              <Width>1pt</Width>
+            </RightBorder>
+            <BackgroundColor>CornflowerBlue</BackgroundColor>
+            <PaddingLeft>2pt</PaddingLeft>
+            <PaddingRight>2pt</PaddingRight>
+            <PaddingTop>2pt</PaddingTop>
+            <PaddingBottom>2pt</PaddingBottom>
+          </Style>
+        </Textbox>
+      </ReportItems>
+      <Style>
+        <Border>
+          <Style>None</Style>
+        </Border>
+      </Style>
+    </PageFooter>
+    <LeftMargin>1in</LeftMargin>
+    <RightMargin>1in</RightMargin>
+    <TopMargin>1in</TopMargin>
+    <BottomMargin>1in</BottomMargin>
+    <Style />
+  </Page>
+  <AutoRefresh>0</AutoRefresh>
+  <DataSources>
+    <DataSource Name="ServerName">
+      <ConnectionProperties>
+        <DataProvider>SQL</DataProvider>
+        <ConnectString>="Data Source=" + Parameters!vServerName.Value.ToString() + ";Initial Catalog=master"</ConnectString>
+        <IntegratedSecurity>true</IntegratedSecurity>
+      </ConnectionProperties>
+      <rd:SecurityType>Integrated</rd:SecurityType>
+      <rd:DataSourceID>ff4453f3-b6e9-4008-9a78-2bbdc1e58a8c</rd:DataSourceID>
+    </DataSource>
+    <DataSource Name="DataSource1">
+      <DataSourceReference>DataSource1</DataSourceReference>
+      <rd:SecurityType>None</rd:SecurityType>
+      <rd:DataSourceID>d56844c6-0d77-41c7-869f-f445c8975296</rd:DataSourceID>
+    </DataSource>
+  </DataSources>
+  <DataSets>
+    <DataSet Name="DS_Dashboard">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>SET NOCOUNT ON
+
+IF (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1) &gt;= 11)
+BEGIN
+
+DECLARE @UTCDateDiff int = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+
+SELECT TOP 1 CAST(xet.target_data AS XML) AS XMLDATA
+INTO #SystemHealthSessionData
+FROM sys.dm_xe_session_targets xet 
+JOIN sys.dm_xe_sessions xe 
+ON (xe.address = xet.event_session_address) 
+WHERE xe.name = 'system_health'
+
+;WITH CTE_HealthSession (EventXML) AS
+(
+SELECT C.query('.') EventXML
+FROM #SystemHealthSessionData a
+CROSS APPLY a.XMLDATA.nodes('/RingBufferTarget/event') as T(C)
+)
+SELECT DATEADD(mi,@UTCDateDiff,EventXML.value('(/event/@timestamp)[1]', 'datetime')) as EventTime,
+EventXML.value('(/event/data/text)[1]', 'varchar(255)') as connectivity_record_type,
+EventXML.value('(/event/data/text)[2]', 'varchar(255)') as connectivity_record_source,
+EventXML.value('(/event/data/text)[3]', 'varchar(255)') as tds_flags,
+EventXML.value('(/event/data/value)[5]', 'int') as sessionid,
+EventXML.value('(/event/data/value)[6]', 'int') as os_error,
+EventXML.value('(/event/data/value)[7]', 'int') as sni_error,
+EventXML.value('(/event/data/value)[8]', 'int') as sni_consumer_error,
+EventXML.value('(/event/data/value)[9]', 'int') as sni_provider,
+EventXML.value('(/event/data/value)[10]', 'int') as state,
+EventXML.value('(/event/data/value)[11]', 'int') as local_port,
+EventXML.value('(/event/data/value)[12]', 'int') as remote_port,
+EventXML.value('(/event/data/value)[13]', 'int') as tds_input_buffer_error,
+EventXML.value('(/event/data/value)[14]', 'int') as tds_output_buffer_error,
+EventXML.value('(/event/data/value)[17]', 'int') as total_login_time_ms,
+EventXML.value('(/event/data/value)[18]', 'int') as login_task_enqueued_ms,
+EventXML.value('(/event/data/value)[19]', 'int') as network_writes_ms,
+EventXML.value('(/event/data/value)[20]', 'int') as network_reads_ms,
+EventXML.value('(/event/data/value)[21]', 'int') as ssl_processing_ms,
+EventXML.value('(/event/data/value)[22]', 'int') as sspi_processing_ms,
+EventXML.value('(/event/data/value)[23]', 'int') as login_trigger_and_resource_governor_processing_ms,
+EventXML.value('(/event/data/value)[26]', 'varchar(255)') as local_host,
+EventXML.value('(/event/data/value)[27]', 'varchar(255)') as remote_host,
+EventXML.value('(/event/data/value)[24]', 'uniqueidentifier') as connection_id
+FROM CTE_HealthSession 
+WHERE EventXML.value('(/event/@name)[1]', 'varchar(255)') = 'connectivity_ring_buffer_recorded'
+
+DROP TABLE #SystemHealthSessionData
+
+END 
+
+SET NOCOUNT OFF</CommandText>
+        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
+      </Query>
+      <Fields>
+        <Field Name="EventTime">
+          <DataField>EventTime</DataField>
+          <rd:TypeName>System.DateTime</rd:TypeName>
+        </Field>
+        <Field Name="SessionID">
+          <DataField>sessionid</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="connectivity_record_type">
+          <DataField>connectivity_record_type</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+        <Field Name="connectivity_record_source">
+          <DataField>connectivity_record_source</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+        <Field Name="tds_flags">
+          <DataField>tds_flags</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+        <Field Name="os_error">
+          <DataField>os_error</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="sni_error">
+          <DataField>sni_error</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="sni_consumer_error">
+          <DataField>sni_consumer_error</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="sni_provider">
+          <DataField>sni_provider</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="state">
+          <DataField>state</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="local_port">
+          <DataField>local_port</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="remote_port">
+          <DataField>remote_port</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="tds_input_buffer_error">
+          <DataField>tds_input_buffer_error</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="tds_output_buffer_error">
+          <DataField>tds_output_buffer_error</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="total_login_time_ms">
+          <DataField>total_login_time_ms</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="login_task_enqueued_ms">
+          <DataField>login_task_enqueued_ms</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="network_writes_ms">
+          <DataField>network_writes_ms</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="network_reads_ms">
+          <DataField>network_reads_ms</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="ssl_processing_ms">
+          <DataField>ssl_processing_ms</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="sspi_processing_ms">
+          <DataField>sspi_processing_ms</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="login_trigger_and_resource_governor_processing_ms">
+          <DataField>login_trigger_and_resource_governor_processing_ms</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="local_host">
+          <DataField>local_host</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+        <Field Name="remote_host">
+          <DataField>remote_host</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+        <Field Name="connection_id">
+          <DataField>connection_id</DataField>
+          <rd:TypeName>System.Guid</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_TimeDifference">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>DECLARE @UTDDateDiff int
+SET @UTDDateDiff = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+IF (@UTDDateDiff &gt; 0)
+	SELECT ('UTC Time Difference: ' + CAST((@UTDDateDiff/60) AS char(3)) + ' hours ' + CAST((@UTDDateDiff%60) AS char(3)) + ' minutes') AS UTCString
+ELSE
+	SELECT ('UTC Time Difference: -' + SUBSTRING(CAST((@UTDDateDiff/60) AS char(3)),2,3) + ' hours ' + SUBSTRING(CAST((@UTDDateDiff%60) AS char(3)),2,3) + ' minutes') AS UTCString</CommandText>
+        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
+      </Query>
+      <Fields>
+        <Field Name="UTCString">
+          <DataField>UTCString</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_Version">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>SELECT (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1)) as VersionMajorNumber</CommandText>
+      </Query>
+      <Fields>
+        <Field Name="VersionMajorNumber">
+          <DataField>VersionMajorNumber</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+  </DataSets>
+  <ReportParameters>
+    <ReportParameter Name="vServerName">
+      <DataType>String</DataType>
+      <Prompt>Server Name</Prompt>
+      <ValidValues>
+        <ParameterValues>
+          <ParameterValue>
+            <Value>.</Value>
+            <Label>MSSQLSERVER</Label>
+          </ParameterValue>
+          <ParameterValue>
+            <Value>.\DENALI</Value>
+            <Label>DENALI</Label>
+          </ParameterValue>
+        </ParameterValues>
+      </ValidValues>
+    </ReportParameter>
+  </ReportParameters>
+  <EmbeddedImages>
+    <EmbeddedImage Name="Logo">
+      <MIMEType>image/png</MIMEType>
+      <ImageData>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</ImageData>
+    </EmbeddedImage>
+  </EmbeddedImages>
+  <rd:ReportUnitType>Inch</rd:ReportUnitType>
+  <rd:ReportID>9d0fc5cc-082e-414f-98e5-90293b1cb113</rd:ReportID>
+</Report>

+ 1727 - 0
systemhealthsession/ssrs-reports/Copy of IOSubSystem_MainF.rdl

@@ -0,0 +1,1727 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Report xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" xmlns:cl="http://schemas.microsoft.com/sqlserver/reporting/2010/01/componentdefinition" xmlns="http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition">
+  <AutoRefresh>0</AutoRefresh>
+  <DataSources>
+    <DataSource Name="ServerName">
+      <ConnectionProperties>
+        <DataProvider>SQL</DataProvider>
+        <ConnectString>="Data Source=" + Parameters!vServerName.Value.ToString() + ";Initial Catalog=master"</ConnectString>
+        <IntegratedSecurity>true</IntegratedSecurity>
+      </ConnectionProperties>
+      <rd:SecurityType>Integrated</rd:SecurityType>
+      <rd:DataSourceID>ff4453f3-b6e9-4008-9a78-2bbdc1e58a8c</rd:DataSourceID>
+    </DataSource>
+    <DataSource Name="DataSource1">
+      <DataSourceReference>DataSource1</DataSourceReference>
+      <rd:SecurityType>None</rd:SecurityType>
+      <rd:DataSourceID>d56844c6-0d77-41c7-869f-f445c8975296</rd:DataSourceID>
+    </DataSource>
+  </DataSources>
+  <DataSets>
+    <DataSet Name="DS_TimeDifference">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>DECLARE @UTDDateDiff int
+SET @UTDDateDiff = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+IF (@UTDDateDiff &gt; 0)
+	SELECT ('UTC Time Difference: ' + CAST((@UTDDateDiff/60) AS char(3)) + ' hours ' + CAST((@UTDDateDiff%60) AS char(3)) + ' minutes') AS UTCString
+ELSE
+	SELECT ('UTC Time Difference: -' + SUBSTRING(CAST((@UTDDateDiff/60) AS char(3)),2,3) + ' hours ' + SUBSTRING(CAST((@UTDDateDiff%60) AS char(3)),2,3) + ' minutes') AS UTCString</CommandText>
+        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
+      </Query>
+      <Fields>
+        <Field Name="UTCString">
+          <DataField>UTCString</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_Version">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>SELECT (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1)) as VersionMajorNumber</CommandText>
+      </Query>
+      <Fields>
+        <Field Name="VersionMajorNumber">
+          <DataField>VersionMajorNumber</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_System">
+      <Query>
+        <DataSourceName>DataSource1</DataSourceName>
+        <QueryParameters>
+          <QueryParameter Name="@StartTime">
+            <Value>=Parameters!StartTime.Value</Value>
+          </QueryParameter>
+          <QueryParameter Name="@EndTime">
+            <Value>=Parameters!EndTime.Value</Value>
+          </QueryParameter>
+        </QueryParameters>
+        <CommandText>SET NOCOUNT ON
+
+IF (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1) &gt;= 11)
+BEGIN
+
+	DECLARE @UTDDateDiff int
+	SET @UTDDateDiff = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+
+-- Fetch information about the XEL file location
+DECLARE @filename varchar(8000) ;
+SELECT @filename = CAST(target_data as XML).value('(/EventFileTarget/File/@name)[1]', 'varchar(8000)')
+FROM sys.dm_xe_session_targets
+WHERE target_name = 'event_file' and event_session_address = (select address from sys.dm_xe_sessions where name = 'system_health')
+
+SET @filename = SUBSTRING(@filename,1,CHARINDEX('system_health',@filename,1)-1) + '*.xel'
+
+-- Read the XEL files to get the System Health Session Data
+SELECT object_name,CAST(event_data as XML) as XMLData
+INTO #tbl_sp_server_diagnostics
+FROM sys.fn_xe_file_target_read_file(@filename, null, null, null)
+WHERE object_name = 'sp_server_diagnostics_component_result'
+
+SELECT 
+DATEADD(mi,@UTDDateDiff,XMLData.value('(/event/@timestamp)[1]','datetime')) as [Event Time],
+XMLData.value('(/event/data/value/system/@latchWarnings)[1]','bigint') as [Latch Warnings],
+XMLData.value('(/event/data/value/system/@isAccessViolationOccurred)[1]','bigint') as [Access Violations],
+XMLData.value('(/event/data/value/system/@nonYieldingTasksReported)[1]','bigint') as [Non Yields Reported],
+XMLData.value('(/event/data/value/system/@pageFaults)[1]','bigint') as [Page Faults],
+XMLData.value('(/event/data/value/system/@systemCpuUtilization)[1]','int') as [System CPU Utilization],
+XMLData.value('(/event/data/value/system/@sqlCpuUtilization)[1]','int') as [SQL CPU Utilization],
+XMLData.value('(/event/data/value/system/@BadPagesDetected)[1]','bigint') as [Bad Pages Detected],
+XMLData.value('(/event/data/value/system/@BadPagesFixed)[1]','bigint') as [Bad Pages Fixed]
+FROM #tbl_sp_server_diagnostics
+WHERE XMLData.value('(/event/data/text)[1]','varchar(255)') = 'SYSTEM'
+AND XMLData.value('(/event/@timestamp)[1]','datetime') BETWEEN @StartTime and @EndTime
+
+ORDER BY [Event Time] DESC
+
+
+DROP TABLE #tbl_sp_server_diagnostics
+
+END 
+
+SET NOCOUNT OFF</CommandText>
+      </Query>
+      <Fields>
+        <Field Name="Event_Time">
+          <DataField>Event Time</DataField>
+          <rd:TypeName>System.DateTime</rd:TypeName>
+        </Field>
+        <Field Name="Latch_Warnings">
+          <DataField>Latch Warnings</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+        <Field Name="Access_Violations">
+          <DataField>Access Violations</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+        <Field Name="Non_Yields_Reported">
+          <DataField>Non Yields Reported</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+        <Field Name="Page_Faults">
+          <DataField>Page Faults</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+        <Field Name="System_CPU_Utilization">
+          <DataField>System CPU Utilization</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="SQL_CPU_Utilization">
+          <DataField>SQL CPU Utilization</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="Bad_Pages_Detected">
+          <DataField>Bad Pages Detected</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+        <Field Name="Bad_Pages_Fixed">
+          <DataField>Bad Pages Fixed</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_Time">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>SET NOCOUNT ON
+
+IF (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1) &gt;= 11)
+BEGIN
+
+	DECLARE @UTDDateDiff int
+	SET @UTDDateDiff = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+
+-- Fetch information about the XEL file location
+DECLARE @filename varchar(8000) ;
+SELECT @filename = CAST(target_data as XML).value('(/EventFileTarget/File/@name)[1]', 'varchar(8000)')
+FROM sys.dm_xe_session_targets
+WHERE target_name = 'event_file' and event_session_address = (select address from sys.dm_xe_sessions where name = 'system_health');
+
+SET @filename = SUBSTRING(@filename,1,CHARINDEX('system_health',@filename,1)-1) + '*.xel';
+
+-- Read the XEL files to get the System Health Session Data
+SELECT object_name,CAST(event_data as XML) as XMLData
+INTO #tbl_sp_server_diagnostics
+FROM sys.fn_xe_file_target_read_file(@filename, null, null, null)
+WHERE object_name = 'sp_server_diagnostics_component_result'
+
+SELECT 
+DATEADD(mi,@UTDDateDiff,XMLData.value('(/event/@timestamp)[1]','datetime')) as [Event Time]
+FROM #tbl_sp_server_diagnostics
+WHERE XMLData.value('(/event/data/text)[1]','varchar(255)') = 'RESOURCE'
+ORDER BY [Event Time] 
+
+
+DROP TABLE #tbl_sp_server_diagnostics
+
+END 
+
+SET NOCOUNT OFF</CommandText>
+      </Query>
+      <Fields>
+        <Field Name="Event_Time">
+          <DataField>Event Time</DataField>
+          <rd:TypeName>System.DateTime</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+  </DataSets>
+  <ReportSections>
+    <ReportSection>
+      <Body>
+        <ReportItems>
+          <Textbox Name="Textbox7">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value EvaluationMode="Constant">Dashboard Main Report</Value>
+                    <Style>
+                      <FontSize>16pt</FontSize>
+                      <FontWeight>Bold</FontWeight>
+                      <Color>White</Color>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style>
+                  <TextAlign>Center</TextAlign>
+                </Style>
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox7</rd:DefaultName>
+            <Top>0.16333in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.36667in</Height>
+            <Width>12.49166in</Width>
+            <Style>
+              <Border>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+              </Border>
+              <TopBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </TopBorder>
+              <BottomBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </BottomBorder>
+              <LeftBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </LeftBorder>
+              <RightBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </RightBorder>
+              <BackgroundColor>CornflowerBlue</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+          <Textbox Name="Textbox17">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value>=First(Fields!UTCString.Value, "DS_TimeDifference") + " | Data Shown from " + Parameters!StartTime.Value + " to " + Parameters!EndTime.Value</Value>
+                    <Style>
+                      <FontWeight>Bold</FontWeight>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style />
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox17</rd:DefaultName>
+            <Top>0.53in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.24722in</Height>
+            <Width>12.49166in</Width>
+            <ZIndex>1</ZIndex>
+            <Style>
+              <Border>
+                <Style>None</Style>
+              </Border>
+              <BackgroundColor>Silver</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+          <Tablix Name="Tablix4">
+            <TablixBody>
+              <TablixColumns>
+                <TablixColumn>
+                  <Width>2.06667in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+              </TablixColumns>
+              <TablixRows>
+                <TablixRow>
+                  <Height>0.53333in</Height>
+                  <TablixCells>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox41">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Event Time</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox41</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox3">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Latch Warnings</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox3</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox5">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Access Violations</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox5</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox8">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Non Yields Reported</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox8</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox10">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Non Yields Reported</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox10</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox12">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Page Faults</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox12</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox14">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>System CPU Utilization</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox14</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox16">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>SQL CPU Utilization</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox16</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox19">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Bad Pages Detected</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox19</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox21">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Bad Pages Fixed</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox21</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                  </TablixCells>
+                </TablixRow>
+                <TablixRow>
+                  <Height>0.25in</Height>
+                  <TablixCells>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Event_Time">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Event_Time.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Event_Time</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Latch_Warnings">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Latch_Warnings.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Latch_Warnings</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Access_Violations">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Access_Violations.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Access_Violations</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Non_Yields_Reported">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Non_Yields_Reported.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Non_Yields_Reported</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Non_Yields_Reported1">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Non_Yields_Reported.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Non_Yields_Reported1</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Page_Faults">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Page_Faults.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Page_Faults</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="System_CPU_Utilization">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!System_CPU_Utilization.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>System_CPU_Utilization</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="SQL_CPU_Utilization">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!SQL_CPU_Utilization.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>SQL_CPU_Utilization</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Bad_Pages_Detected">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Bad_Pages_Detected.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Bad_Pages_Detected</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Bad_Pages_Fixed">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Bad_Pages_Fixed.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Bad_Pages_Fixed</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                  </TablixCells>
+                </TablixRow>
+              </TablixRows>
+            </TablixBody>
+            <TablixColumnHierarchy>
+              <TablixMembers>
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+              </TablixMembers>
+            </TablixColumnHierarchy>
+            <TablixRowHierarchy>
+              <TablixMembers>
+                <TablixMember>
+                  <KeepWithGroup>After</KeepWithGroup>
+                </TablixMember>
+                <TablixMember>
+                  <Group Name="Details" />
+                </TablixMember>
+              </TablixMembers>
+            </TablixRowHierarchy>
+            <RepeatColumnHeaders>true</RepeatColumnHeaders>
+            <RepeatRowHeaders>true</RepeatRowHeaders>
+            <FixedColumnHeaders>true</FixedColumnHeaders>
+            <FixedRowHeaders>true</FixedRowHeaders>
+            <DataSetName>DS_System</DataSetName>
+            <Top>1.09666in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.78333in</Height>
+            <Width>11.06667in</Width>
+            <ZIndex>2</ZIndex>
+            <Style>
+              <Border>
+                <Style>None</Style>
+              </Border>
+            </Style>
+          </Tablix>
+          <Textbox Name="Textbox61">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value>Resource Component Data:</Value>
+                    <Style>
+                      <FontStyle>Italic</FontStyle>
+                      <FontWeight>Bold</FontWeight>
+                      <Color>White</Color>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style />
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox61</rd:DefaultName>
+            <Top>0.77722in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.25in</Height>
+            <Width>12.49166in</Width>
+            <ZIndex>3</ZIndex>
+            <Style>
+              <Border>
+                <Style>Solid</Style>
+              </Border>
+              <TopBorder>
+                <Color>Black</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </TopBorder>
+              <BottomBorder>
+                <Color>Black</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </BottomBorder>
+              <LeftBorder>
+                <Color>Black</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </LeftBorder>
+              <RightBorder>
+                <Color>Black</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </RightBorder>
+              <BackgroundColor>CornflowerBlue</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+        </ReportItems>
+        <Height>2.00222in</Height>
+        <Style>
+          <Border>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+          </Border>
+          <TopBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </TopBorder>
+          <BottomBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </BottomBorder>
+          <LeftBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </LeftBorder>
+          <RightBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </RightBorder>
+        </Style>
+      </Body>
+      <Width>12.75848in</Width>
+      <Page>
+        <PageHeader>
+          <Height>0.7175in</Height>
+          <PrintOnFirstPage>true</PrintOnFirstPage>
+          <PrintOnLastPage>true</PrintOnLastPage>
+          <ReportItems>
+            <Textbox Name="Textbox2">
+              <CanGrow>true</CanGrow>
+              <KeepTogether>true</KeepTogether>
+              <Paragraphs>
+                <Paragraph>
+                  <TextRuns>
+                    <TextRun>
+                      <Value>= "SQL Server Health Session Dashboard on " + Parameters!vServerName.Value</Value>
+                      <Style>
+                        <FontSize>14pt</FontSize>
+                        <FontWeight>Bold</FontWeight>
+                      </Style>
+                    </TextRun>
+                  </TextRuns>
+                  <Style>
+                    <TextAlign>Center</TextAlign>
+                  </Style>
+                </Paragraph>
+              </Paragraphs>
+              <rd:DefaultName>Textbox2</rd:DefaultName>
+              <Top>0.24528in</Top>
+              <Left>1.80694in</Left>
+              <Height>0.44444in</Height>
+              <Width>10.80639in</Width>
+              <Style>
+                <Border>
+                  <Style>None</Style>
+                </Border>
+                <BackgroundColor>White</BackgroundColor>
+                <PaddingLeft>2pt</PaddingLeft>
+                <PaddingRight>2pt</PaddingRight>
+                <PaddingTop>2pt</PaddingTop>
+                <PaddingBottom>2pt</PaddingBottom>
+              </Style>
+            </Textbox>
+            <Image Name="Image1">
+              <Source>Embedded</Source>
+              <Value>Logo</Value>
+              <Sizing>FitProportional</Sizing>
+              <Height>0.69444in</Height>
+              <Width>1.77916in</Width>
+              <ZIndex>1</ZIndex>
+              <Style>
+                <Border>
+                  <Style>None</Style>
+                </Border>
+              </Style>
+            </Image>
+          </ReportItems>
+          <Style>
+            <Border>
+              <Style>None</Style>
+            </Border>
+          </Style>
+        </PageHeader>
+        <PageFooter>
+          <Height>0.44444in</Height>
+          <PrintOnFirstPage>true</PrintOnFirstPage>
+          <PrintOnLastPage>true</PrintOnLastPage>
+          <ReportItems>
+            <Textbox Name="Textbox1">
+              <CanGrow>true</CanGrow>
+              <KeepTogether>true</KeepTogether>
+              <Paragraphs>
+                <Paragraph>
+                  <TextRuns>
+                    <TextRun>
+                      <Value>= "Status as of local time: " + CStr(Globals!ExecutionTime) + " | Page " + CStr(Globals!PageNumber) + " of " + CStr(Globals!TotalPages)</Value>
+                      <Style>
+                        <FontSize>11pt</FontSize>
+                        <FontWeight>Bold</FontWeight>
+                        <Color>White</Color>
+                      </Style>
+                    </TextRun>
+                  </TextRuns>
+                  <Style>
+                    <TextAlign>Center</TextAlign>
+                  </Style>
+                </Paragraph>
+              </Paragraphs>
+              <rd:DefaultName>Textbox1</rd:DefaultName>
+              <Top>0.06944in</Top>
+              <Height>0.375in</Height>
+              <Width>12.75848in</Width>
+              <Style>
+                <Border>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                </Border>
+                <TopBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </TopBorder>
+                <BottomBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </BottomBorder>
+                <LeftBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </LeftBorder>
+                <RightBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </RightBorder>
+                <BackgroundColor>CornflowerBlue</BackgroundColor>
+                <PaddingLeft>2pt</PaddingLeft>
+                <PaddingRight>2pt</PaddingRight>
+                <PaddingTop>2pt</PaddingTop>
+                <PaddingBottom>2pt</PaddingBottom>
+              </Style>
+            </Textbox>
+          </ReportItems>
+          <Style>
+            <Border>
+              <Style>None</Style>
+            </Border>
+          </Style>
+        </PageFooter>
+        <LeftMargin>1in</LeftMargin>
+        <RightMargin>1in</RightMargin>
+        <TopMargin>1in</TopMargin>
+        <BottomMargin>1in</BottomMargin>
+        <Style />
+      </Page>
+    </ReportSection>
+  </ReportSections>
+  <ReportParameters>
+    <ReportParameter Name="vServerName">
+      <DataType>String</DataType>
+      <Prompt>Server Name</Prompt>
+      <ValidValues>
+        <ParameterValues>
+          <ParameterValue>
+            <Value>.</Value>
+            <Label>MSSQLSERVER</Label>
+          </ParameterValue>
+          <ParameterValue>
+            <Value>.\DENALI</Value>
+            <Label>DENALI</Label>
+          </ParameterValue>
+        </ParameterValues>
+      </ValidValues>
+    </ReportParameter>
+    <ReportParameter Name="StartTime">
+      <DataType>String</DataType>
+      <Prompt>Start Time</Prompt>
+      <ValidValues>
+        <DataSetReference>
+          <DataSetName>DS_Time</DataSetName>
+          <ValueField>Event_Time</ValueField>
+          <LabelField>Event_Time</LabelField>
+        </DataSetReference>
+      </ValidValues>
+    </ReportParameter>
+    <ReportParameter Name="EndTime">
+      <DataType>String</DataType>
+      <Prompt>End Time</Prompt>
+      <ValidValues>
+        <DataSetReference>
+          <DataSetName>DS_Time</DataSetName>
+          <ValueField>Event_Time</ValueField>
+          <LabelField>Event_Time</LabelField>
+        </DataSetReference>
+      </ValidValues>
+    </ReportParameter>
+  </ReportParameters>
+  <EmbeddedImages>
+    <EmbeddedImage Name="Logo">
+      <MIMEType>image/png</MIMEType>
+      <ImageData>iVBORw0KGgoAAAANSUhEUgAAANcAAABCCAYAAADE1kNFAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAACnaSURBVHhe7Z0HeFzF1YZJICQhgUAoAUILmN5CMx0HQyCmmZpQQieY3rvhpycQjDEl9G4DxjamGIxx7wU32XIvyHJTtWTVlVaSzz/v3D2r0fhukSzZSGafZ5+9e8vcuXvPd79zvnNmdpOamhoJe9fW1tr1+qn78N1/635h25pzXV1dXfzcLLf295o1a4S3Xocuu+t1uS19Suyl18RXltvaa5NE4ApbX1cbldqoAWOdAV5dVPheV7PGrKuz6xRILgjSAVdjwanttzZwhQGJawgDWVsHmILJ/Uz0AGmtoGsUuGpqqqWmlietSLWCCbCZdclA1FjwJGrLBRX7tDVwtSV2SudaWito0u13I8EVuInqKq6prZNInQFXdVRYdrdh+NFoVAoLiyQrK1vKyiuTAjAdhvOZsTWDy3UF0zHEjWGfdI22tezXOHBZhopKtLbavGskWlPvDiqr1Zp9asz6FStzZdbsubJgwSJZvDhLcnLzLdM0BkT+vi6YlLlaI4OFPRR819B1F9sasDTGcmMuf50fg7XGmKxR4LKGTNxlAVYjUke8FQgiGEN5RbXMNoAaP36iBdaqotUWTJFItSz+Yck6AcsFWmuNuZIx7U/gqucjH3Sthan8fjYKXADLxk9GwAjegZtYVlYhEydnSP+vvpHpGbMMyCKW1YynaLdjVPMXLpDy8vJ1AlhbZa62xkyprieMuZIJGxsFuKrqjDtoQIOgoSLFnEWL5P2PessHn/aTrwcNkWnTMyVjRqbMN+5g9tLlUlRUJFVVUVm2fKWsXLmyUeBK5Ea2NebyJfhUxtmat7syvAuaZNe0UYBrTYypbHxVVyVT+g6U5z76UKbOnCPlxWUyesL3sjw3T4pXl1pg4QouXLhYfjCf
+i0zctWDBgjgomxJ7tXa1MJFb6Er0fqzVlmMvN46yv4G0rVxXSrfQVQABlXX3iLvM8rjbHpVeF18npcuX21isOG+VjM+YIcWlkUC8MGDks6C4SJbmF8ri7KWyqrgwUBttrqzW+I1B3gwhhDAufj62k+CO7WfzabHENvlG1q9Zg8tpXNM1Qa4ojNF8ww0TQNx1qYSSdAUUf78wALlg89mrMaBi3zBB4MfIcKlYqC0IGXqNKcHVIJlMjismZmA81UWlMq7zZTJg851k8pkXS+Z1t8rEx56SMb0/k/zZs6QsJ0+WFBVL9rQMiZSVSqSiUlYUFATxGmCKu5cojAAxABOf1v00gGLZgmZNtV1eE9+H7QaUBljWEGOpANeIWXblezXmsHV+POeDwWedZNtTATCRG6iAcoGlwHGle26e//3HCKSm9ikVAFvL9rTBZQ0StxA2MkavieO68ohMPu+fMumv50tOvy8ko31HmbL3wTJlnyNl6n6HyuSOZ0j2LXdJ7rvvSenYCbJ00GApLMgz1BNjJivdVwcgiDEdUr4hpfpzACIDRE1eK5As80WDpHbwri+JUmD5Bst5krFIXl6eiRGr4kJMMoUvGYh0m/YjDFAuQNheXFwsH3zwgVFcZwcPDKc8yo1V2oLrGFYCFRaDtRYghfUzbXDBEhh9rYm1+AwqNcwnrmJJqcw6/wpZ+vTzUjBgoOR0f0UiK5ZJ2ajRUvDGe7Lkhjtl1pbbycxNfyOZe+wjs9sdJPOOPkEWX3mtrPh3NynsP0AqFxupvrLKspFtt9YojpaVTN2ZQVZQEWJq8cyyy0B22WUwp1ZP95syZYr84x//kFmzZq0FwIyMDLn44ovtNpLehx56qPTs2TNu3GEACmPHZCB0QeSC3V1fWloqf/nLX+Too4+Wzz//3J6/rKzMgtwHpjJXU5lhQx7nuq++QfoxWGsGFn1PG1ywSjxpbABlQUDshfFXG9CVVcmC8y6RZTffK9nX3RST6Q0r
+rVoluXfdJYVPPyMFXR+S4vd7SvHAoZLzXDfJvraLzD24vWS2O1Cm7bqvTDnoGJl92fWy9OU3pDRzntRUBpUf1gg51xrDmvYTNzFISJNrw1Vkm2uErhF/+eWXsskmm8h11123Fmj+/ve/y89+9jP57rvv7Lbvv/9eCozral3RWBohkavps9JaoPeKixUofj85bvLkybLXXnvFC1iHDx8uF154YZy9Ro8eLe+//74MGjTIutCtGWAuuH0G82Ou1gywlOBqIGgYNsElJIFsWcwYH9UagUBhEsuri2Vx53Nk4T4HSuXMWVI5cqSsPOJoKXztFQu2ss+/kKJHHrWGa91CcwziyKq+/WTOYcdIxr6HyLRDjpPxexwkQzbfXkYdeoJk3NFVCidOsawVMGXAZtb4YwCzbqLGXrE4yzV8mGD77beX3XbbzSiXP8TZYN68ebLrrrvaN0arRk76QMHVp08fueOOO6RHjx5SWVkpc+bMsSz37rvvytdff233Gz9+vHTt2tW+YUkFD+d69NFH5ZFHHpHlRvRh/erVq+W1116T2267zTJkkCcsk8cee8yCq3fv3pKZmSm33nqr/f7FF1/IzJkz5emnn5ZrrrnG7sd3fXi0JpCF5bd8JlPgJZLsWxPYUoKrgaCBaxYTI5DiLcCswmeSy1TJm+WSmRmStd0fJNc8dXNPOEEqR4+3QLJ1iGPHSNEVV1hXEuaLjJsoKzqfJ8vO7iwVk6fK8q6PSfGw4VKzukgKvxsuM268R4bsdpj023QHGXhIR5n/2kdSVYjaGDBa4DYGjEWM5sdc+h2DPe200+Scc86R++67L85IN954o1xh+tOpUycZMGCAPX7fffcVWIPlyy67zH4HNJdffrkQj915552yzTbb2GPeeust+fjjj2XnnXe2AOzSpYtst912MmTIEFllGPvggw+W66+/Xv71r3/JsGHDLLCOOOIIOfnkky3g9t9/f9vukiVL5K9//atsvfXWcumll1qG
+Ou6442xbbIdV//e//8ndd98t3bt3tyznP/03pKuX7rlTgcsHVmsC0jrFXIEMHrCVljvF4yOUPuKemBtVdN/9kvO7raXo+PZS+XlfqVm8WKrXGGZbkiVlV1wqVctXyOqbukj+oQdIyYv/k2hlhT1+8WmdJZK1OAAsLiBtVlVL3vBxMuHym6Xnz3aUPrsdI5kvviM1FRUBA1m3sd4l9AHGPoDrb3/7m4waNUr23HNPqTDHApTdd99dpk2bJqecckocXAcddJBMnDhRxo4da9luxYoVcZagbQBEXMQyMRpsCIvpeR944AELnunTp8tmm20WFyfYDvscfvjhcWaDzbbddluZMWOGZasjjzwy7u599tlnNgZTFvzkk0/ko48+krffftsyaLoG/WPaLxG4dP1GI2goiFzmUhcx0acVPQyDRaZNkVV77Crlxx8rq3feWsp2/6OUn9tZKh97WEqPbS/lxxjQXX2tRJYvCWI342qW9usvS0/rZFnJumQ2YR2VCpOMXtHvG5nz2PMy5KRzpdcW7eS9TXaTAYd0khyTtDZ7BszoCBn1LmIg1QOuDieeZNsFGDADDADgOO7EE0+Mg+uQQw6RqVOnyjPPPGPZzhcgYKL777/frl+2bJnssssusnTp0ji4Bg4cKHvssYcFMPvCRgAOBfK8886zy64K2L59e+nVq5cFOcBT4MCIJ510UgMQsU3705ygaYk2U/XPB1JrZ6kmM5cbdyUDWCDPm9iorFzKTj9ForMyJWoMr7q3ceeuvEQiB+0n5fvvKWWH7CNVA/pbISRq4jiOyenQQYrfeS9wFxeYKvruL8mMThfIpKNOltld7pIlvfpJdu/PZVinKyRv1CQZdPJF8v6me0jmC2/Wq4ewHXkxCzZzuTYWq5E+vT81AOpg94MB9ttvP/vGfeN6jj/+eAsuDALmAlxvvvmmVQ7d2I1lXDwAQluwH+yGm6bM9d5779k29DvxGAAkZrv99tut2+eya7t27WTE
+iBE2VgNcgJLzALgO5jdxjdTGquaVyHATbfPjszAGWZ8ASxRnbZRuobJYKuayuahYcW/kmiukbjJCRK1UER/dc7dEjj9cIuefJZEzTjUg20vKO54k0T6fSqR3L8nfbXcp6t5Dss88W+bvd4gsvOByye/dRyK5JulMm0Y5HHzwXyTri0EBuxm2y3z+NXl/k11k6oPPBmqhI2xo7ov1PXt+IO2PDFw5nv5//OMfbTyk14VRIxywHWMfaYSY3NxcCxziHBREXDLiKBRH4i5lSmK2P//5zzJmzBgZPHiwdTVfffVVK5wgXCCAAF5iLNhpiy22kFdeecUC8pZbbrExGAXNqIHEYICLfvTv39+en75wXtcgw4Dgr0sXLCqIJANtKhZq7PaNHlw+W6UzmjhIBgfsFXngLqmZN0dqCvMkeu2lEn3qMam55Qap+ayv1BUVSPS9t6Wi44lSstv2snonI4Bss5XkGJet6IknpHL+YlupgSpJnhhDmXD2pTL6rEtjMZbJHRP/GZdvxbBx8vG2B8vUrgZgsSp8K8/HJHxEj2Ejhlt1ThkDVurXr5/9znWhzI0bN84C5tprr7Ug4PphHVzDo446Ss4//3wLgpdeesmymsaXrEPMwL075phj5L///a9tNysry8ZMxx57rFx11VUWIBxDLHWCEXpwT8mvqUtJvo14DveRfpD3+uc//2nbRR1M14B9kISBLIy50m1/XfZLFlvRbtj21uwurqUW+izVmJgrUAyJoYxr9/ijUvXtAKm+7nKJvP2WREtXS/VVF0uNqS8EBNGVK6TqztukdO89DLh2kKKtt5Sy196MqY6xWkOqNgw4Fj3dXYZut7dULjGxTUx5rHetRIpmL5TP9jpOfuhl2IcyKZuIri+VUvdQ2aZBfJZgugB3H4QL15Xz4zB3m5/05Vg/X0bb1dXVayWH3VhsXYzY7Z8arOsa+m2ny3Lr0qdE4HHb3GgEjTBQpQJavLjWgKyq671S1fkMqf36
+G2tctf37SO3Tj0utySHV9ugukU4dJdLxeKky7mFFt2elpNNpkmcUxlXduxmBQmX1Gin86ksZ9audJX/YyFhey8R0VjgBeIEriAyfO3Ki9N23g+Sbp3xQKhUUGNub6lVwcB0kislz4bbBHuSaNL4Kq8rwwaXfS0pKLEvNnTvXjABYaEuYwoDox24uAHzQryvI1NWjHRiTvnGt2dnZln39c69Pl9AFWdiyAqwtxF8JmcudVs2PtVK5iHVmTo2qi86RqhuvtvNrUEFf2+VaiT7+gFRfc5lEb79BosMGS8W5Z0jVI/fZ4SvUKK6+705ZttV2UvgWDFYrlfMWyJT9DpP8gYODhLUxjFIzfGXZNyMk89lXZfx1d8vIy++UkRd1kQm3PyITb31YckZMMMYTlEyBOq2Ypz3Gkz355JPWffv9738vv/zlL20MtOWWW1pJHdeP2MkFh8tgun6xSS385z//sS4j8dtvf/tb+dWvfmXbQlpHfXzCuLeLzFg3/e3UoH0WI9bq2LGjfRP3uUDT5XSM390HgKOG4pZynfSL/tFPcnJnnXWWULXiG/e6MlO6xyeKudq8W+izUyq2agi8oOKizow6rjq9g1R1OE6i995m4qs3JXrOqVJz/ZVS993AgHmeeVoqL7lQakvL4kNOMMCynh/KD+32lxJTozjH5L0W3XiH/PDCKzKl8+UydP/j5es/HSFfH3mmjLvqLpPvek+WDxst5StyTV2iYalYBb0apQWWrZZfI999O8hWYlAGpW/KnvzvJJkD1gtqHF0WQ2x46KGHrLzuHpeoPZLN//73v20+TIHpgxX1Uvvx/PPPp6UO+m6ca6yAFSU0rH/uujPPPDOp8pguUJq6X5gU3xbYyr2ulMzlChtBEjkYdhKULgXMYIeJUCkfm26tusfzEv3gHakdNUyqTz1Rop06SM2H7xogBXNqVPf9RKrPOU1qlmXHh4og40fNDFHVM6ZL9mnnSOZvt5HJv/69fL/bAfJ9
++1Nl9k33yDIzOLN0UVY8Fxaog8EwFb9Cw3V9SAj/5je/iRsciuBNN91kqx5eeOEFKyQgWmB8995771puHW0VmsoQ2MUFJGClNvGpp56y1RqwFd+R3l1DPvfcc63bGeYKIqzovi+//HLawkWYUeP+UdWhfaR/V199tdAuCiUqJ6zK+agwSeR+uvFZongsHTZNBDzX9UvkBiaK0dIROJpyrB4T1n6ybcn6k7L8yQVXoN7h5jFvYRD7BKAKhAw71mpVoclpmSqMKZOl6vGuEu14nFSdcYrUjh8bKIlTJkrk4vNN1cZCC5Jofr5Uf/OVlP3rWsndp51kbbWN/HDsibL8lntl1edfSYRqec2fGbHCVm4YY48zAaqgFTAalj8p60QiEau4qcFdeeWVNg7xRQit5Pjwww8bJqTNw0Ar1hUEuFm4l8j1YfFVTk6OdRtxw/QY8lsuC6rh9e3bNxRcTREZKPTV68T1ww0OM3Dye926dbP9CQNJKqncBWWy4xMB0HX/XLby2/UNtymgSWT8LmASLa+rm5oSXH7sFY+3TI2hKoOWjUx5E6Cr7P6cldirbugiFUceKNXvviFRUxEReeoRqc3NkarbbzRAGy9VQwZL+Y3XScUB7aR4r11k1QXnSclzz0qVmYOjxkxwU1cbjKkK2JFqjaD6XYFkRQsDKntSZqGK7csP5RoxOSo1OPJIWuXgxkD+MX5cxBNfQUJMRZ2ggirMfVTFECN2XcjXX399LfZKBK7GuluIMsrOf/jDHyywXIA2lWmSteErkT440nlA+CwWBqBUzJEMHInaTwYc/3ypzp8IwI0DV2ywZJzBYgYdAM4w2Nz5UrTzDlJhxIvI9VdL5ImuFgDW3bvZgK3L5cYdPF0q/3ayVBy6j1RecZlEPu4pkczZUmldzUDGj3/igsbGd6kLihtK7srGUzbGCoabMP+CH89wc123i3xWItUv7Fj2Jef161//2oLr5z//uQAGH1hh7KXrqLRQcO+0
+006Sb5hawcdNoeq+qW6hCxiArO2cccYZDcQK18hd15Tjw1xVF9jJmCkMPKlAzDHuy3dBfdb09w9zKX2gpAJDY1zAVG01yi3UPFeYIgioqIrH4Bm8aIfl26JdwxblpZJ/4UVSZmKY8oe72jdxUNQoZjXPd5Oyg9tJ5MjDpezuO6T8i89s5buOZq4y7Zab8WDBnIiukBAbYRyT0q0bE0sOu0NMrDEgyXusxY359NNP40bHkI1E4PLdRHUrqQ/EaAEISV9fpg87pwtUlt1YjfjHPVdzxVxUziu4qLAPA4gaqg+KMEBQSEzCnFIv3ri5iCX+WDJti1IwHkSUjlH9z/kRgKg00cQ7KivJcoqaaV/74xqwCybWU9zMMbSLCuobOwxNHebDDz8sDz74oP1ECWXfsBf5RZLytEkVjb4oIqCyhtiUQmpiZIqk6Tvpmqa80hY0rFHBLtFgchgFoU4qk/PYk1L0UFdZ/cCDUv7Q/dbti1x0gZTsuYuUnnq81H74gZRlTJGKapNgNo1UGJCiotFgVVWlrC4ttmCj3tCOOmY4SWxSmmBIS7DOlbaDSowAgJrbcg2XG4G0ruCgoJYbr8DxXUMfeIzrQqIHWFS4uzWELnspmMLyY6zj5msfAJp7HphLma0xgob7xOf85NpILXAeXFfSAD7AXKbSZR9YGDNxKdJ9mApKxT8g8o9/7rnn4vszNg7DpQrFFXYYPXDYYYfFvQAMXPvoGq/rGjL0hja4NqY/0BcgQUDCGwjrJ6IVv7v/4ndST4TR6VTE8NB1+4nAhQh2ww032CFJ1Is25ZUUXC57sWzdwZiIoQbP97x33pEfjjpGsk/oaAZHtpc8U3Cas/ueUnDnLRKdOMmAKBi+vzpaLeVmeAkCCMpjRUWZVEQqpca8mY7NStZ2UpogAWw/Y2O2mCsjHgu5IobJEfvAcpmDJxCV7vrj8YMicoSBQ9fp8Qw9UcNnOIi6c/5+qdiQ5K2KG+SZEELUqNYl5nIZ
+iL6deuqp8eskB4dwkyh2C2Ov+fPnWxlfr5n8H8aNwkhaQX/DHXfcca2SLPJq+gDBFabsS/fHnWaZ4mjKw3S/xx9/PG6zYSADxPrAYESBvoibEW9cUFEszdAhhhS56wG0+wJcv/vd7+w+KKmwnd9PirNhacraqP9UkauxAEsZc7lqYbAMMIJ/OyHOyjcTgk7dckeZvsW2krnZFpJlQJb1+BNSZMZuFZSbHJadHi0ADQBiBijLeirbG+YqKSk2NL7K1AsypILBl7FZn2IAC6ZRi4EuNuK4HnhBLktnifKZi+9fffWVjZcwGt5Um7sjhsOO4XwMTVFDQ7r3QRTGVC4r6v48NBTgtOfO5dGcaiGuDYDQPlNQzMBPNybR39FnLBid/dXQqLGkqkMVRQQTBpfqdn5DrktBAbg4L4zHUBk1XtgedxCGhnmYu1IBw/nUzQyLbcgp6vm4h/pidIFeIyMXGFXAA5MX7iBpEQUQgpK6f5yDgals4/h99tnHeiQ8OL/99lu7H78h8Svj+JgsiLawlaa8EoLLjb00kazGpAW6K3v2kzGbbSvjf761zOtwqqw201kXLFwky0xJkNE+7JCMIlNVYSe0MQAjVwSdK2BZhll4c3O1Di+uEoYkclOxRFjsxDqUus033zx+s3ANyGnBIolAgtyuNxfpujHn9tkNaVzbYtBmczBXGCvBDltttVWDpzFuDgYetr+CjFyd9o84093XZTlydrofowBccCkjYbg8/X02UmDjGuu+FEeHua+wE8bPfqi82Aov3LVNN93UrmdkA2mPMJcSF1v7yfg7fbng0jZw/1viFQouH1j63ea0mPbMCBlZb/eUbzffUcYe10nyBwwKgGHKmBYV5EqB+dsg4rNIdbmsNKOOK80fMTCiGKWMG8UPRY0bTxmWeXOBicCVrlEnAokej4SO++D613/605+sT62M47qUd5mJdXRfEs7p9sMFFu3RL8QQ9ynMPrzWxS0MAwvt8qRlmIt7
+ncjzsIvLNno8eTxiS/annIv7pL+DG/+wDBNqu7hNPrjYtsMOO9gHqcuO7rLrEWD4Lmvpsgo0AJWHnL6Y9oBz4IkouMOAgZii13TggQfGXXoFl7aB+NFSr9CYy3cF62Mv5iuMyKwnesiwI0+S8Q8+KTOzzYQvKIjGVnJLVsucBQsDpkKeNy4cF5mzYqUUrC6U/MIC4wKW2FgAcOl0ATylWBemUDbWoMPcMhcwFOwyJwZPd3UtVAnUiWm0DRdcqEgKFLc9Xef3M+7GxtiXWE+f1rgxygbNDS49L78pCh+Gru4w56cyQ6cuUIN3AcP4tUSgZX/un1aBoErqdbgxF0NswoCl67gHgJ1+ITwgKug2NXTiIbaTsFe3jnPzMGQ9rBXGWLqOayBOY1/cQEDFy2UuHTG+XsDly/CuO8gTr2pViWQ81UNmPt7DzqA7L2OaZM4yfrkBUXV1RGaafFVeTq6dESou0xvUFa8qkuxlS2XZiuCPGVzFj3PgL/O0VHCFAaSxIPNZzP3OMkqV66pxEwjcFWDcHAJufUqjTGkfUjGke31qqK4rhAzdUm6hgguDob8E8Kh/LoshWiCyaB+Qm/VBQz+JaQjkyQvefPPNdlm/42JqYpyBnjp0hjIyPQdAS+RWqiGrQgcDaVyo21zwde7cOW77/G7q2jMzlvaTPtJX+qj9ZZt6KSTXiXNdcOmDxmXN5gZZUrfQZTCYZfpbn0juXDOBTOx/kectzpZxk4LRxouWZNvcRTAdNYwVkYK8QnsTswywli5bYWMw3AXYzI2riLlY7xplKgNOBDaXVcLa8LdjFCrN8oNjiApuAlo1mEsuuSQOLtdlSnYO3Q+W5olLW+6kN5ynJZjLBZiCjAJhFD9lMdREmwoxL6Zrc8Hn1k8q27rbdRn2UDdTBQ22Ed+GsZ+u45xDhw61rh37I3m7zIXaqOdgWjwFwIQJE+Lr/T7q/i5Lu30mzvXBhavekq+EbqHLIkXFJTJi5GhZVWAS
+vyh/1PaZ+CvHzAU/ctQ4WZK1XCZNmixZZjAj/yg5b/5CmTN3oaHgpVaoAFQrl+dY8AAsgARDsMzNIfbSkbq+mNEUxkoGMBcM6tIxhF+DZG44rMZ5Ubp0PU9Kt3SqMf0iKfmLX/zCGgbDXdQgXXBhFI3JcyVz3XSbumwKMGIU3Cw1OvJR7Asr6zpEBOR3pHQ+edNnXWY9b+o1URR15LS6hbTjAsIFlOuy8RsQC7E/7hlxn/aTKfBYv/fee9vwQV+IH9pP3F23b9ov/dQ+88lbc3O4hSr4UGTt9qm5gbYWuLhod5hJhZliuv/nXxrmMeAg8RubXg1JvrKyXMaOmWgBNmrceJk6babMnjNPclfmWeDwf14wGX8ftLq44R/fcR4YC2Ch+BSZCUVdYK0Lc3GsCzAXCGHtso6ZoPTGMZkMx+Djq2LFNh0DFQbQMDZT8D5qJgbVtrXqXvdvKebSp71r3Cy7cvo999xjfyeGxWj/YGsVW3xhxr1Glx1ZdpmLqgwFSlg/1IhRKJWBGMvGC1VTayT/7//+rwGjUaWhTIqwkerlnlv3VXBxXgVXS7mGSZmLXNbgIcNk6LBRpmrClDKZWAoW43+3vp88XYabv2cdNHSEDDZjqmaY/+iKRAJ3D3DqnyXkm78OWjBv/lpKIE88jBcWIx4rNmJIGLiaCrJUgHINh2X3yatjulhPOY0aHk9Fd3h+WGzox3awNklX2iBeoPTHBX5LgiuM3VxXV+VyXEa9RkQcH0TJXDzd5v5+OujTB7YPNHJe6pIrWDR2g2HJs7mGz1R2VJ/QVyYVasoLcGnMCLhaClj0rQG47Fzwsf/fIpeVZ4DR4+U3ZfK02eYfI2fIkKEjjXs4ViZOmmpdQP5IfIgB38zMuTJ0xFhZmcNMTbFKdkYOG3biv5Fzzf92WdAZFoP+YSrySzAXYgYXTKWGDy43BmuMG+bu6xqy6y754gQKohoYgxZ1O8lTXBDdRkY/rC9hDwEeMm4lAQbk
+98EHl7py6Ri0u0+i43S9fr7xxhvxa6Han/WUSmm50wEHHLDWpKPp9MllLh9cYa6hAgP1kt+WBxB1gkzew3cVMlzjpx+4eGwn+cuIB/cVxlQ+AF210HULmwLUVMd4zBVI6LYCw4AMdupmRgGPnzBZ5ps4qnBVsWWv4E/wRL4bPEJ+yMq2FRULzVyDQ4eNsICzFfKmHf6qdXrGTCkzVfE8wVGuMFYYS4FD7IXUWmVKo9YVXHoTXbeQ+djV1XHZSsHADwTgCc4VQAS/LoBcg2Qf2MyftMZ3C7leZm/SNqmB48aqq8h5WXbBxXlc8Klrpfu621y3jL5SroM7q9fuGpq6eaxDyFBXjHNrO5QOaV+JwVKBWxnYZy7aJuZy++ye3wULy5QW6XlxnzUeYpassNezzz4bF2VIBXC9yV4U3RIr68stf1qv4LIqoAVWUN402sRTgCsv3ySF7XTVJESDyvXRYybY/z+2I5HN/hTgAqZRZm54/hO5wAyanDwlQ6ZMnSGz5sw2wMq2RuwDCDURuneLcpsj9lJw6M2g7g6g6WQ0MCbABkgUo+oNxvhwWfVprSBkajY3L8YTFneKpy3xJe0h3nAzMXI3VqOuUP9FxWdSDFzbxSXTqbQpw6HoWD+pTOA7k+D4wMJwKA/iGkgeU7IDG+EZqPuNOKO5NvZDTNBJebhWcm/6GyDq4BpzX1xgsD/7nX766fbtAtDNcym4FGBq2O7+ug4hS91mlFT6QO5LJ0f1gcM9Y7v+ZkxXANC1n+zPgx3pHTmeRDL3RfuCvWlp1HoFl4oZFNrSwXlm/sBuL7wuX379XSCx27rCOuPqzZdhw0c3EDcs6Exclr10pYnTRlh1EaChGiKKcPF+kpgbz9D0IPdVP+CxOcHlVmtz46i9I/+Bz45KpQEyn0zoCThcALjuIxN74o6oEXKD8d+pG6Q91C1VBXUfckrkcVxmc101d8iJHuN/qrzMJwla3x2kvW+++abBtRDLUDZEv1A6
+VfWkbZLAbtmRMiRJZ/fcGDtuGwxMQpb21Kh5WLnuousWJlIL3et2gYcU70rrCBl+fOaCjIlS3RpKahWJhxntzQOEanzNh7HNBapbobFeweWqhCyTq/rwoz7S7cXXZHqmmeDTMFR+wSr58quBQUmTja/W2Jhq6oyZ1i0cNXqsjB03ybiMw61ySKw2xwyi1Ce8CxyUQsbWuPWGYa5hY+MtdY345ImPbJzIcFkPIC644AL7tE92Lm44QMGwXGMNaxugkYTGPfTB6n53J6gJA5W/DkMPc9lgNIpp/X75+SAYR5/0PpPwHdfUnwPEfZiwTNzjlh5xHB6C7scDw32Y6HlcQLnnxqXVYwEDQkail4KO++pW3ofdA1gLgURdR451h+ZQJ9mSrwYxV71hGxaxLmKNLDdD819+/W3p1uMNmTl7gWWjlSaXlZubb6T3DPl20FDDYiMtiHLMOlgK0QORA7arrq4xBlZg3RnUIeIrjqVCfq6ZOi2I0epFkHUFlwssvcG4bJMmTbI/NGU1Z599tn0SkzDmiesqeInUSV2vbeJmaXsXXXSRfZLqDca986cTCIuXWMdDB+kaESDsDQuQAmAb+5GvcY3VFxvIqVGqhRKI8eh1MtQDtlL3yXX3/JgOwYl6Swp4OZ52GNdEjR+uqcabLrsgoWtfdYoBv13XPXSBRnu4zVyfX62RzPg5jt+Gki3uARU3PHz4/fm9qPTwXVPuCyxPX5ta7Z4uIBPPuGv/nzgYw7U8N0/eef8jec64iB+ZP0OY9P00I3JMskogIof+SThx2gzzp3cDvx0ikaogX6bsxj5sR8on70WpFG2UlASzIoXVFa6LWsiNDwOKuy5sHwWPC9IwNvPZiJulLiHqIv92EsZYrsH5fQlzHROB0mcvF2Tq5oUxnJ7D3cc91gVf2PGuKKRtuAYcJl64D4NEAFOg+mBI15D9/dz23G2J1jf1PMmOawAuO3+FBURQ4R6IF8G4rbKyEvl2yHATg70q
+r7/1oSzMCv42x469siOGo8Y9LJDen35mq+K1KJdJQQkoAVTmrDkWVDDcsuW59rsmpYO2whmssW6hu7+rHKbbThj7+cf6wGE7jKHshYjBuKBkwPTdJZ+FXLD5LJAIOMncMfeYZOdKBCq/vy5zJdoWZtjucb6r2BJG7p/P71NLAS7pYEnf2GGf5StypP+XA+WFl94w8Vg/4xpmGvAEKuBXA76R+QsWSZVxBVEOcRUnTPxexplkMyVROqUZDAbrAbR6dgqmTHPZqjmFjXSBta77MYRCAYZwgNpX32b99G/JwNEWtyUDWUsA6sfQZoKYSxnM++TvVmNSPAnmUeZvVz/o9am8+U4v89lX3v7gExk0bIwMGjJSJk+faZXDsrLgL3FcoJQboYT8F2yGmscoVcQEXCuGQ6i7pMckcvHWFQjNfTz9JA5AtVKAoSZq3sxlu7YIIGXDMGbwmS3M/WspBtlQQEvJXG4sxJgt969bMX5YCKBNmzlbvhs6Snr17isf9/lMPv/ia1tzSC4MNqOgt6S03MZic416SN6LthAUGDyHxEzOAjVHXcrmNv6Wbk8NiHwetYpI2bwZzo4E7J6/LYIr0TWlcmn9OGxDgaG5z9socAEkfcfdt9h/IbvMZEucTFwFqKZkZMrYiZNljPmLVVzEiaZ6furU6SbpGkj5sBVy/IsvvmhlYJQqP2ZqaVC0RPvk8JDhUaxQzzRhGyZEuCJBWwOdCxz/2tZHvNXcgGlMe2mDy7KJnTAmkOiV0cJUPn9dXNyIiSOaMPb3U/fRdyNbwvjXV5vq0oYJDW0NSO71hIEqDExtzRV0wdcocJH7CsqgYvMWIq+7cxjG1q8Fjtgf4sVBFpfoG6qDPrjWFwBa4jxhkn9jFL62Brz1JcE3hllaet+0wbW2TB77lxM7xCSQ5MOkdAWUK1KoMTeM5xoqha6I0RQ5vSUAk06bLkP5MZbr/oVJ4W0NUL5UnwhgG0XMlQgcYUy1lkyfgI0a7lc/
+XbXvVqZyCcMSwukY+4baxwWKK8Xr+o0FXGEAS5TnamkmWd/tpzWHRqLkbkusd0G2oYDRnOf1QbYxgctXCcNUw3qDb/gHDesbCC1xvoTgagngpGpTjTrMhWxOg98QbYWphG3RDUznmsJA1xLGvaHb/FGBywXfhgBAc58zkezux2XpGGRr2CdVPst3EfWaNjQIWur8KcGVrKA2FRM1ZbuvNLYlwG1scnwi8LjrNzop3jXo9Q2u1lhPGMZ4iZimMfu2BrZKp48+M/wELs1lpaUCJh+PtS4M5jJZc7tt67O9jUHI+MktbPgYSTpXvK0d3EDgipdXMQFpK32nE3NtDKDzf4eNVtAIy1+tT4C1FSk+lbu0MeS5GifFt5SssOHa3WTDnfqnM//0C7TtX+D/AbW7c5DnVnDmAAAAAElFTkSuQmCC</ImageData>
+    </EmbeddedImage>
+  </EmbeddedImages>
+  <rd:ReportUnitType>Inch</rd:ReportUnitType>
+  <rd:ReportID>9d0fc5cc-082e-414f-98e5-90293b1cb113</rd:ReportID>
+</Report>

+ 1525 - 0
systemhealthsession/ssrs-reports/Dashboard_Main.rdl

@@ -0,0 +1,1525 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Report xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" xmlns:cl="http://schemas.microsoft.com/sqlserver/reporting/2010/01/componentdefinition" xmlns="http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition">
+  <AutoRefresh>0</AutoRefresh>
+  <DataSources>
+    <DataSource Name="ServerName">
+      <ConnectionProperties>
+        <DataProvider>SQL</DataProvider>
+        <ConnectString>="Data Source=" + Parameters!vServerName.Value.ToString() + ";Initial Catalog=master"</ConnectString>
+        <IntegratedSecurity>true</IntegratedSecurity>
+      </ConnectionProperties>
+      <rd:SecurityType>Integrated</rd:SecurityType>
+      <rd:DataSourceID>ff4453f3-b6e9-4008-9a78-2bbdc1e58a8c</rd:DataSourceID>
+    </DataSource>
+    <DataSource Name="DataSource1">
+      <DataSourceReference>DataSource1</DataSourceReference>
+      <rd:SecurityType>None</rd:SecurityType>
+      <rd:DataSourceID>d56844c6-0d77-41c7-869f-f445c8975296</rd:DataSourceID>
+    </DataSource>
+  </DataSources>
+  <DataSets>
+    <DataSet Name="DS_Dashboard">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>SET NOCOUNT ON
+
+IF (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1) &gt;= 10)
+BEGIN
+
+	DECLARE @UTDDateDiff int
+	SET @UTDDateDiff = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+	
+	-- Store the XML data in a temporary table
+	SELECT CAST(xet.target_data as xml) as XMLDATA
+	INTO #SystemHealthSessionData
+	FROM sys.dm_xe_session_targets xet
+	JOIN sys.dm_xe_sessions xe
+	ON (xe.address = xet.event_session_address)
+	WHERE xe.name = 'system_health'
+
+	-- Get the different events reported in a grouped manner
+	;WITH CTE_HealthSession AS
+	(
+	SELECT C.query('.').value('(/event/@name)[1]', 'varchar(255)') as EventName,
+	C.query('.').value('(/event/@timestamp)[1]', 'datetime') as EventTime
+	FROM #SystemHealthSessionData a
+	CROSS APPLY a.XMLDATA.nodes('/RingBufferTarget/event') as T(C))
+	SELECT EventName,
+	COUNT(*) as Occurrences,
+	DATEADD(mi,@UTDDateDiff,MAX(EventTime)) as LastReportedEventTime,
+	DATEADD(mi,@UTDDateDiff,MIN(EventTime)) as OldestRecordedEventTime
+	FROM CTE_HealthSession
+	WHERE EventName NOT IN ('scheduler_monitor_system_health_ring_buffer_recorded','memory_broker_ring_buffer_recorded','sp_server_diagnostics_component_result')
+	GROUP BY EventName
+	ORDER BY 2 DESC
+	-- Drop the temporary table
+	DROP TABLE #SystemHealthSessionData
+
+END 
+
+SET NOCOUNT OFF</CommandText>
+      </Query>
+      <Fields>
+        <Field Name="EventName">
+          <DataField>EventName</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+        <Field Name="Occurrences">
+          <DataField>Occurrences</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="LastReportedEventTime">
+          <DataField>LastReportedEventTime</DataField>
+          <rd:TypeName>System.DateTime</rd:TypeName>
+        </Field>
+        <Field Name="OldestRecordedEventTime">
+          <DataField>OldestRecordedEventTime</DataField>
+          <rd:TypeName>System.DateTime</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_TimeDifference">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>DECLARE @UTDDateDiff int
+SET @UTDDateDiff = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+IF (@UTDDateDiff &gt; 0)
+	SELECT ('UTC Time Difference: ' + CAST((@UTDDateDiff/60) AS char(3)) + ' hours ' + CAST((@UTDDateDiff%60) AS char(3)) + ' minutes') AS UTCString
+ELSE
+	SELECT ('UTC Time Difference: -' + SUBSTRING(CAST((@UTDDateDiff/60) AS char(3)),2,3) + ' hours ' + SUBSTRING(CAST((@UTDDateDiff%60) AS char(3)),2,3) + ' minutes') AS UTCString</CommandText>
+        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
+      </Query>
+      <Fields>
+        <Field Name="UTCString">
+          <DataField>UTCString</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_Version">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>SELECT (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1)) as VersionMajorNumber</CommandText>
+      </Query>
+      <Fields>
+        <Field Name="VersionMajorNumber">
+          <DataField>VersionMajorNumber</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+  </DataSets>
+  <ReportSections>
+    <ReportSection>
+      <Body>
+        <ReportItems>
+          <Textbox Name="Textbox7">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value EvaluationMode="Constant">Dashboard Main Report</Value>
+                    <Style>
+                      <FontSize>16pt</FontSize>
+                      <FontWeight>Bold</FontWeight>
+                      <Color>White</Color>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style>
+                  <TextAlign>Center</TextAlign>
+                </Style>
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox7</rd:DefaultName>
+            <Top>0.16333in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.36667in</Height>
+            <Width>10.29166in</Width>
+            <Style>
+              <Border>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+              </Border>
+              <TopBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </TopBorder>
+              <BottomBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </BottomBorder>
+              <LeftBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </LeftBorder>
+              <RightBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </RightBorder>
+              <BackgroundColor>CornflowerBlue</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+          <Tablix Name="Tablix2">
+            <TablixBody>
+              <TablixColumns>
+                <TablixColumn>
+                  <Width>5.4368in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>0.91181in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1.84514in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>2.09792in</Width>
+                </TablixColumn>
+              </TablixColumns>
+              <TablixRows>
+                <TablixRow>
+                  <Height>0.25in</Height>
+                  <TablixCells>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox9">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Event Name</Value>
+                                  <Style>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style />
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox9</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox11">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Occurrences</Value>
+                                  <Style>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox11</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox13">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Last Reported Event Time</Value>
+                                  <Style>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style />
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox13</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox15">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Oldest Recorded Event Time</Value>
+                                  <Style>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style />
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox15</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                  </TablixCells>
+                </TablixRow>
+                <TablixRow>
+                  <Height>0.25in</Height>
+                  <TablixCells>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="EventName">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=UCASE(Fields!EventName.Value)</Value>
+                                  <Style>
+                                    <FontWeight>Bold</FontWeight>
+                                    <TextDecoration>Underline</TextDecoration>
+                                    <Color>Blue</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style />
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>EventName</rd:DefaultName>
+                          <ActionInfo>
+                            <Actions>
+                              <Action>
+                                <Drillthrough>
+                                  <ReportName>=IIF(Fields!EventName.Value="error_reported","Error_reported",
+IIF(Fields!EventName.Value="connectivity_ring_buffer_recorded","Connectivity_Error",
+IIF(Fields!EventName.Value="error_reported","Error_reported",
+IIF(Fields!EventName.Value="security_error_ring_buffer_recorded","Security_Error",""))))</ReportName>
+                                  <Parameters>
+                                    <Parameter Name="vServerName">
+                                      <Value>=Parameters!vServerName.Value</Value>
+                                    </Parameter>
+                                  </Parameters>
+                                </Drillthrough>
+                              </Action>
+                            </Actions>
+                          </ActionInfo>
+                          <ToolTip>Click on the value to drill-through further.</ToolTip>
+                          <Style>
+                            <Border>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Occurrences">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Occurrences.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Right</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Occurrences</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="LastReportedEventTime">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!LastReportedEventTime.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Right</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>LastReportedEventTime</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="OldestRecordedEventTime">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!OldestRecordedEventTime.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Right</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>OldestRecordedEventTime</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                  </TablixCells>
+                </TablixRow>
+                <TablixRow>
+                  <Height>0.25in</Height>
+                  <TablixCells>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox21">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Total Number of Occurrences</Value>
+                                  <Style>
+                                    <FontWeight>Bold</FontWeight>
+                                    <TextDecoration>None</TextDecoration>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style />
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox21</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox22">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Sum(Fields!Occurrences.Value)</Value>
+                                  <Style>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Right</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox22</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox23">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value />
+                                  <Style>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Right</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox23</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox24">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value />
+                                  <Style>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Right</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox24</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Silver</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                  </TablixCells>
+                </TablixRow>
+              </TablixRows>
+            </TablixBody>
+            <TablixColumnHierarchy>
+              <TablixMembers>
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+              </TablixMembers>
+            </TablixColumnHierarchy>
+            <TablixRowHierarchy>
+              <TablixMembers>
+                <TablixMember>
+                  <KeepWithGroup>After</KeepWithGroup>
+                </TablixMember>
+                <TablixMember>
+                  <Group Name="Details" />
+                  <SortExpressions>
+                    <SortExpression>
+                      <Value>=Fields!Occurrences.Value</Value>
+                      <Direction>Descending</Direction>
+                    </SortExpression>
+                  </SortExpressions>
+                </TablixMember>
+                <TablixMember>
+                  <KeepWithGroup>Before</KeepWithGroup>
+                </TablixMember>
+              </TablixMembers>
+            </TablixRowHierarchy>
+            <FixedColumnHeaders>true</FixedColumnHeaders>
+            <DataSetName>DS_Dashboard</DataSetName>
+            <Top>4.65222in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.75in</Height>
+            <Width>10.29167in</Width>
+            <ZIndex>1</ZIndex>
+            <Style>
+              <Border>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+              </Border>
+              <TopBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </TopBorder>
+              <BottomBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </BottomBorder>
+              <LeftBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </LeftBorder>
+              <RightBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </RightBorder>
+            </Style>
+          </Tablix>
+          <Chart Name="Chart2">
+            <ChartCategoryHierarchy>
+              <ChartMembers>
+                <ChartMember>
+                  <Group Name="Chart2_CategoryGroup">
+                    <GroupExpressions>
+                      <GroupExpression>=Fields!EventName.Value</GroupExpression>
+                    </GroupExpressions>
+                  </Group>
+                  <SortExpressions>
+                    <SortExpression>
+                      <Value>=Fields!EventName.Value</Value>
+                    </SortExpression>
+                  </SortExpressions>
+                  <Label>=Fields!EventName.Value</Label>
+                </ChartMember>
+              </ChartMembers>
+            </ChartCategoryHierarchy>
+            <ChartSeriesHierarchy>
+              <ChartMembers>
+                <ChartMember>
+                  <Label>Occurrences</Label>
+                </ChartMember>
+              </ChartMembers>
+            </ChartSeriesHierarchy>
+            <ChartData>
+              <ChartSeriesCollection>
+                <ChartSeries Name="Occurrences">
+                  <ChartDataPoints>
+                    <ChartDataPoint>
+                      <ChartDataPointValues>
+                        <Y>=Sum(Fields!Occurrences.Value)</Y>
+                      </ChartDataPointValues>
+                      <ChartDataLabel>
+                        <Style>
+                          <FontWeight>Bold</FontWeight>
+                          <Format>0.00%</Format>
+                        </Style>
+                        <Label>=Fields!Occurrences.Value/Sum(Fields!Occurrences.Value, "DS_Dashboard")</Label>
+                        <Visible>true</Visible>
+                      </ChartDataLabel>
+                      <ToolTip>="Number of occurrences: " + CStr(Sum(Fields!Occurrences.Value)) + ". Click on the part to drill-through further."</ToolTip>
+                      <ActionInfo>
+                        <Actions>
+                          <Action>
+                            <Drillthrough>
+                              <ReportName>=IIF(Fields!EventName.Value="error_reported","Error_reported","")</ReportName>
+                              <Parameters>
+                                <Parameter Name="vServerName">
+                                  <Value>=Parameters!vServerName.Value</Value>
+                                </Parameter>
+                              </Parameters>
+                            </Drillthrough>
+                          </Action>
+                        </Actions>
+                      </ActionInfo>
+                      <Style />
+                      <ChartMarker>
+                        <Style />
+                      </ChartMarker>
+                      <DataElementOutput>Output</DataElementOutput>
+                    </ChartDataPoint>
+                  </ChartDataPoints>
+                  <Type>Shape</Type>
+                  <Subtype>ExplodedPie</Subtype>
+                  <Style />
+                  <ChartEmptyPoints>
+                    <Style />
+                    <ChartMarker>
+                      <Style />
+                    </ChartMarker>
+                    <ChartDataLabel>
+                      <Style />
+                    </ChartDataLabel>
+                  </ChartEmptyPoints>
+                  <ValueAxisName>Primary</ValueAxisName>
+                  <CategoryAxisName>Primary</CategoryAxisName>
+                  <ChartSmartLabel>
+                    <CalloutLineColor>Black</CalloutLineColor>
+                    <MinMovingDistance>0pt</MinMovingDistance>
+                  </ChartSmartLabel>
+                </ChartSeries>
+              </ChartSeriesCollection>
+            </ChartData>
+            <ChartAreas>
+              <ChartArea Name="Default">
+                <ChartCategoryAxes>
+                  <ChartAxis Name="Primary">
+                    <Style>
+                      <FontSize>8pt</FontSize>
+                    </Style>
+                    <ChartAxisTitle>
+                      <Caption>Axis Title</Caption>
+                      <Style>
+                        <FontSize>8pt</FontSize>
+                      </Style>
+                    </ChartAxisTitle>
+                    <ChartMajorGridLines>
+                      <Enabled>False</Enabled>
+                      <Style>
+                        <Border>
+                          <Color>Gainsboro</Color>
+                        </Border>
+                      </Style>
+                    </ChartMajorGridLines>
+                    <ChartMinorGridLines>
+                      <Style>
+                        <Border>
+                          <Color>Gainsboro</Color>
+                          <Style>Dotted</Style>
+                        </Border>
+                      </Style>
+                    </ChartMinorGridLines>
+                    <ChartMinorTickMarks>
+                      <Length>0.5</Length>
+                    </ChartMinorTickMarks>
+                    <CrossAt>NaN</CrossAt>
+                    <Minimum>NaN</Minimum>
+                    <Maximum>NaN</Maximum>
+                    <ChartAxisScaleBreak>
+                      <Style />
+                    </ChartAxisScaleBreak>
+                  </ChartAxis>
+                  <ChartAxis Name="Secondary">
+                    <Style>
+                      <FontSize>8pt</FontSize>
+                    </Style>
+                    <ChartAxisTitle>
+                      <Caption>Axis Title</Caption>
+                      <Style>
+                        <FontSize>8pt</FontSize>
+                      </Style>
+                    </ChartAxisTitle>
+                    <ChartMajorGridLines>
+                      <Enabled>False</Enabled>
+                      <Style>
+                        <Border>
+                          <Color>Gainsboro</Color>
+                        </Border>
+                      </Style>
+                    </ChartMajorGridLines>
+                    <ChartMinorGridLines>
+                      <Style>
+                        <Border>
+                          <Color>Gainsboro</Color>
+                          <Style>Dotted</Style>
+                        </Border>
+                      </Style>
+                    </ChartMinorGridLines>
+                    <ChartMinorTickMarks>
+                      <Length>0.5</Length>
+                    </ChartMinorTickMarks>
+                    <CrossAt>NaN</CrossAt>
+                    <Location>Opposite</Location>
+                    <Minimum>NaN</Minimum>
+                    <Maximum>NaN</Maximum>
+                    <ChartAxisScaleBreak>
+                      <Style />
+                    </ChartAxisScaleBreak>
+                  </ChartAxis>
+                </ChartCategoryAxes>
+                <ChartValueAxes>
+                  <ChartAxis Name="Primary">
+                    <Style>
+                      <FontSize>8pt</FontSize>
+                    </Style>
+                    <ChartAxisTitle>
+                      <Caption>Axis Title</Caption>
+                      <Style>
+                        <FontSize>8pt</FontSize>
+                      </Style>
+                    </ChartAxisTitle>
+                    <ChartMajorGridLines>
+                      <Style>
+                        <Border>
+                          <Color>Gainsboro</Color>
+                        </Border>
+                      </Style>
+                    </ChartMajorGridLines>
+                    <ChartMinorGridLines>
+                      <Style>
+                        <Border>
+                          <Color>Gainsboro</Color>
+                          <Style>Dotted</Style>
+                        </Border>
+                      </Style>
+                    </ChartMinorGridLines>
+                    <ChartMinorTickMarks>
+                      <Length>0.5</Length>
+                    </ChartMinorTickMarks>
+                    <CrossAt>NaN</CrossAt>
+                    <Minimum>NaN</Minimum>
+                    <Maximum>NaN</Maximum>
+                    <ChartAxisScaleBreak>
+                      <Style />
+                    </ChartAxisScaleBreak>
+                  </ChartAxis>
+                  <ChartAxis Name="Secondary">
+                    <Style>
+                      <FontSize>8pt</FontSize>
+                    </Style>
+                    <ChartAxisTitle>
+                      <Caption>Axis Title</Caption>
+                      <Style>
+                        <FontSize>8pt</FontSize>
+                      </Style>
+                    </ChartAxisTitle>
+                    <ChartMajorGridLines>
+                      <Style>
+                        <Border>
+                          <Color>Gainsboro</Color>
+                        </Border>
+                      </Style>
+                    </ChartMajorGridLines>
+                    <ChartMinorGridLines>
+                      <Style>
+                        <Border>
+                          <Color>Gainsboro</Color>
+                          <Style>Dotted</Style>
+                        </Border>
+                      </Style>
+                    </ChartMinorGridLines>
+                    <ChartMinorTickMarks>
+                      <Length>0.5</Length>
+                    </ChartMinorTickMarks>
+                    <CrossAt>NaN</CrossAt>
+                    <Location>Opposite</Location>
+                    <Minimum>NaN</Minimum>
+                    <Maximum>NaN</Maximum>
+                    <ChartAxisScaleBreak>
+                      <Style />
+                    </ChartAxisScaleBreak>
+                  </ChartAxis>
+                </ChartValueAxes>
+                <ChartThreeDProperties>
+                  <Enabled>true</Enabled>
+                  <Rotation>45</Rotation>
+                  <Inclination>36</Inclination>
+                </ChartThreeDProperties>
+                <Style>
+                  <BackgroundColor>#00ffffff</BackgroundColor>
+                  <BackgroundGradientType>None</BackgroundGradientType>
+                </Style>
+              </ChartArea>
+            </ChartAreas>
+            <ChartLegends>
+              <ChartLegend Name="Default">
+                <Style>
+                  <Border>
+                    <Style>Solid</Style>
+                  </Border>
+                  <BackgroundGradientType>None</BackgroundGradientType>
+                  <FontSize>8pt</FontSize>
+                </Style>
+                <Position>TopCenter</Position>
+                <DockOutsideChartArea>true</DockOutsideChartArea>
+                <ChartLegendTitle>
+                  <Caption />
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                    <FontWeight>Bold</FontWeight>
+                    <TextAlign>Center</TextAlign>
+                  </Style>
+                </ChartLegendTitle>
+                <HeaderSeparatorColor>Black</HeaderSeparatorColor>
+                <ColumnSeparatorColor>Black</ColumnSeparatorColor>
+              </ChartLegend>
+            </ChartLegends>
+            <ChartTitles>
+              <ChartTitle Name="Default">
+                <Caption>Event Summary</Caption>
+                <Style>
+                  <BackgroundGradientType>None</BackgroundGradientType>
+                  <FontSize>12pt</FontSize>
+                  <FontWeight>Bold</FontWeight>
+                  <TextAlign>General</TextAlign>
+                  <VerticalAlign>Top</VerticalAlign>
+                </Style>
+              </ChartTitle>
+            </ChartTitles>
+            <Palette>BrightPastel</Palette>
+            <ChartBorderSkin>
+              <Style>
+                <BackgroundColor>Gray</BackgroundColor>
+                <BackgroundGradientType>None</BackgroundGradientType>
+                <Color>White</Color>
+              </Style>
+            </ChartBorderSkin>
+            <ChartNoDataMessage Name="NoDataMessage">
+              <Caption>No Data Available</Caption>
+              <Style>
+                <BackgroundGradientType>None</BackgroundGradientType>
+                <TextAlign>General</TextAlign>
+                <VerticalAlign>Top</VerticalAlign>
+              </Style>
+            </ChartNoDataMessage>
+            <DataSetName>DS_Dashboard</DataSetName>
+            <Top>0.77722in</Top>
+            <Left>0.12167in</Left>
+            <Height>3.63889in</Height>
+            <Width>10.29166in</Width>
+            <ZIndex>2</ZIndex>
+            <Style>
+              <Border>
+                <Color>LightGrey</Color>
+                <Style>Solid</Style>
+              </Border>
+              <BackgroundColor>CornflowerBlue</BackgroundColor>
+              <BackgroundGradientType>TopBottom</BackgroundGradientType>
+            </Style>
+          </Chart>
+          <Textbox Name="Textbox17">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value>=First(Fields!UTCString.Value, "DS_TimeDifference")</Value>
+                    <Style>
+                      <FontWeight>Bold</FontWeight>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style />
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox17</rd:DefaultName>
+            <Top>0.51611in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.24722in</Height>
+            <Width>10.29166in</Width>
+            <ZIndex>3</ZIndex>
+            <Style>
+              <Border>
+                <Style>None</Style>
+              </Border>
+              <BackgroundColor>Silver</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+          <Textbox Name="Textbox18">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value>*Click on the Event Name or the pie above for further drill-down reports</Value>
+                    <Style>
+                      <FontStyle>Italic</FontStyle>
+                      <FontSize>9pt</FontSize>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style />
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox18</rd:DefaultName>
+            <Top>4.40222in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.25in</Height>
+            <Width>10.29166in</Width>
+            <ZIndex>4</ZIndex>
+            <Style>
+              <Border>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+              </Border>
+              <TopBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </TopBorder>
+              <BottomBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </BottomBorder>
+              <LeftBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </LeftBorder>
+              <RightBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </RightBorder>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+        </ReportItems>
+        <Height>5.48555in</Height>
+        <Style>
+          <Border>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+          </Border>
+          <TopBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </TopBorder>
+          <BottomBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </BottomBorder>
+          <LeftBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </LeftBorder>
+          <RightBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </RightBorder>
+        </Style>
+      </Body>
+      <Width>10.67236in</Width>
+      <Page>
+        <PageHeader>
+          <Height>0.7175in</Height>
+          <PrintOnFirstPage>true</PrintOnFirstPage>
+          <PrintOnLastPage>true</PrintOnLastPage>
+          <ReportItems>
+            <Textbox Name="Textbox2">
+              <CanGrow>true</CanGrow>
+              <KeepTogether>true</KeepTogether>
+              <Paragraphs>
+                <Paragraph>
+                  <TextRuns>
+                    <TextRun>
+                      <Value>= "SQL Server Health Session Dashboard on " + Parameters!vServerName.Value</Value>
+                      <Style>
+                        <FontSize>14pt</FontSize>
+                        <FontWeight>Bold</FontWeight>
+                      </Style>
+                    </TextRun>
+                  </TextRuns>
+                  <Style>
+                    <TextAlign>Center</TextAlign>
+                  </Style>
+                </Paragraph>
+              </Paragraphs>
+              <rd:DefaultName>Textbox2</rd:DefaultName>
+              <Top>0.24528in</Top>
+              <Left>1.80694in</Left>
+              <Height>0.44444in</Height>
+              <Width>8.60639in</Width>
+              <Style>
+                <Border>
+                  <Style>None</Style>
+                </Border>
+                <BackgroundColor>White</BackgroundColor>
+                <PaddingLeft>2pt</PaddingLeft>
+                <PaddingRight>2pt</PaddingRight>
+                <PaddingTop>2pt</PaddingTop>
+                <PaddingBottom>2pt</PaddingBottom>
+              </Style>
+            </Textbox>
+            <Image Name="Image1">
+              <Source>Embedded</Source>
+              <Value>Logo</Value>
+              <Sizing>FitProportional</Sizing>
+              <Height>0.69444in</Height>
+              <Width>1.77916in</Width>
+              <ZIndex>1</ZIndex>
+              <Style>
+                <Border>
+                  <Style>None</Style>
+                </Border>
+              </Style>
+            </Image>
+          </ReportItems>
+          <Style>
+            <Border>
+              <Style>None</Style>
+            </Border>
+          </Style>
+        </PageHeader>
+        <PageFooter>
+          <Height>0.38889in</Height>
+          <PrintOnFirstPage>true</PrintOnFirstPage>
+          <PrintOnLastPage>true</PrintOnLastPage>
+          <ReportItems>
+            <Textbox Name="Textbox1">
+              <CanGrow>true</CanGrow>
+              <KeepTogether>true</KeepTogether>
+              <Paragraphs>
+                <Paragraph>
+                  <TextRuns>
+                    <TextRun>
+                      <Value>= "Status as of local time: " + CStr(Globals!ExecutionTime) + " | Page " + CStr(Globals!PageNumber) + " of " + CStr(Globals!TotalPages)</Value>
+                      <Style>
+                        <FontSize>11pt</FontSize>
+                        <FontWeight>Bold</FontWeight>
+                        <Color>White</Color>
+                      </Style>
+                    </TextRun>
+                  </TextRuns>
+                  <Style>
+                    <TextAlign>Center</TextAlign>
+                  </Style>
+                </Paragraph>
+              </Paragraphs>
+              <rd:DefaultName>Textbox1</rd:DefaultName>
+              <Top>0.01389in</Top>
+              <Height>0.375in</Height>
+              <Width>10.67236in</Width>
+              <Style>
+                <Border>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                </Border>
+                <TopBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </TopBorder>
+                <BottomBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </BottomBorder>
+                <LeftBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </LeftBorder>
+                <RightBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </RightBorder>
+                <BackgroundColor>CornflowerBlue</BackgroundColor>
+                <PaddingLeft>2pt</PaddingLeft>
+                <PaddingRight>2pt</PaddingRight>
+                <PaddingTop>2pt</PaddingTop>
+                <PaddingBottom>2pt</PaddingBottom>
+              </Style>
+            </Textbox>
+          </ReportItems>
+          <Style>
+            <Border>
+              <Style>None</Style>
+            </Border>
+          </Style>
+        </PageFooter>
+        <LeftMargin>1in</LeftMargin>
+        <RightMargin>1in</RightMargin>
+        <TopMargin>1in</TopMargin>
+        <BottomMargin>1in</BottomMargin>
+        <Style />
+      </Page>
+    </ReportSection>
+  </ReportSections>
+  <ReportParameters>
+    <ReportParameter Name="vServerName">
+      <DataType>String</DataType>
+      <DefaultValue>
+        <Values>
+          <Value>.</Value>
+        </Values>
+      </DefaultValue>
+      <Prompt>Server Name</Prompt>
+      <ValidValues>
+        <ParameterValues>
+          <ParameterValue>
+            <Value>.</Value>
+            <Label>MSSQLSERVER</Label>
+          </ParameterValue>
+          <ParameterValue>
+            <Value>.\DENALI</Value>
+            <Label>DENALI</Label>
+          </ParameterValue>
+        </ParameterValues>
+      </ValidValues>
+    </ReportParameter>
+  </ReportParameters>
+  <EmbeddedImages>
+    <EmbeddedImage Name="Logo">
+      <MIMEType>image/png</MIMEType>
+      <ImageData>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</ImageData>
+    </EmbeddedImage>
+  </EmbeddedImages>
+  <rd:ReportUnitType>Inch</rd:ReportUnitType>
+  <rd:ReportID>9d0fc5cc-082e-414f-98e5-90293b1cb113</rd:ReportID>
+</Report>

+ 817 - 0
systemhealthsession/ssrs-reports/Dashboard_MainF.rdl

@@ -0,0 +1,817 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Report xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" xmlns:cl="http://schemas.microsoft.com/sqlserver/reporting/2010/01/componentdefinition" xmlns="http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition">
+  <AutoRefresh>0</AutoRefresh>
+  <DataSources>
+    <DataSource Name="ServerName">
+      <ConnectionProperties>
+        <DataProvider>SQL</DataProvider>
+        <ConnectString>="Data Source=" + Parameters!vServerName.Value.ToString() + ";Initial Catalog=master"</ConnectString>
+        <IntegratedSecurity>true</IntegratedSecurity>
+      </ConnectionProperties>
+      <rd:SecurityType>Integrated</rd:SecurityType>
+      <rd:DataSourceID>ff4453f3-b6e9-4008-9a78-2bbdc1e58a8c</rd:DataSourceID>
+    </DataSource>
+    <DataSource Name="DataSource1">
+      <DataSourceReference>DataSource1</DataSourceReference>
+      <rd:SecurityType>None</rd:SecurityType>
+      <rd:DataSourceID>d56844c6-0d77-41c7-869f-f445c8975296</rd:DataSourceID>
+    </DataSource>
+  </DataSources>
+  <DataSets>
+    <DataSet Name="DS_Dashboard">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <QueryParameters>
+          <QueryParameter Name="@StartTime">
+            <Value>=Parameters!StartTime.Value</Value>
+          </QueryParameter>
+          <QueryParameter Name="@EndTime">
+            <Value>=Parameters!EndTime.Value</Value>
+          </QueryParameter>
+        </QueryParameters>
+        <CommandText>SET NOCOUNT ON
+
+IF (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1) &gt;= 11)
+BEGIN
+
+	DECLARE @UTDDateDiff int
+	SET @UTDDateDiff = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+
+-- Fetch information about the XEL file location
+DECLARE @filename varchar(8000) ;
+SELECT @filename = CAST(target_data as XML).value('(/EventFileTarget/File/@name)[1]', 'varchar(8000)')
+FROM sys.dm_xe_session_targets
+WHERE target_name = 'event_file' and event_session_address = (select address from sys.dm_xe_sessions where name = 'system_health');
+
+SET @filename = SUBSTRING(@filename,1,CHARINDEX('system_health',@filename,1)-1) + '*.xel';
+
+-- Read the XEL files to get the System Health Session Data
+SELECT object_name,CAST(event_data as XML) as XMLData
+INTO #tbl_sp_server_diagnostics
+FROM sys.fn_xe_file_target_read_file(@filename, null, null, null)
+WHERE object_name = 'sp_server_diagnostics_component_result'
+
+SELECT 
+DATEADD(mi,@UTDDateDiff,XMLData.value('(/event/@timestamp)[1]','datetime')) as EventTime,
+XMLData.value('(/event/data/text)[1]','varchar(255)') as Component,
+XMLData.value('(/event/data/text)[2]','varchar(255)') as [State]
+FROM #tbl_sp_server_diagnostics
+WHERE DATEADD(mi,@UTDDateDiff,XMLData.value('(/event/@timestamp)[1]','datetime')) &gt;= @StartTime AND DATEADD(mi,@UTDDateDiff,XMLData.value('(/event/@timestamp)[1]','datetime'))  &lt;= @EndTime
+ORDER BY EventTime DESC
+
+DROP TABLE #tbl_sp_server_diagnostics
+
+END 
+
+SET NOCOUNT OFF</CommandText>
+      </Query>
+      <Fields>
+        <Field Name="EventTime">
+          <DataField>EventTime</DataField>
+          <rd:TypeName>System.DateTime</rd:TypeName>
+        </Field>
+        <Field Name="Component">
+          <DataField>Component</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+        <Field Name="State">
+          <DataField>State</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_TimeDifference">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>DECLARE @UTDDateDiff int
+SET @UTDDateDiff = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+IF (@UTDDateDiff &gt; 0)
+	SELECT ('UTC Time Difference: ' + CAST((@UTDDateDiff/60) AS char(3)) + ' hours ' + CAST((@UTDDateDiff%60) AS char(3)) + ' minutes') AS UTCString
+ELSE
+	SELECT ('UTC Time Difference: -' + SUBSTRING(CAST((@UTDDateDiff/60) AS char(3)),2,3) + ' hours ' + SUBSTRING(CAST((@UTDDateDiff%60) AS char(3)),2,3) + ' minutes') AS UTCString</CommandText>
+        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
+      </Query>
+      <Fields>
+        <Field Name="UTCString">
+          <DataField>UTCString</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_Version">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>SELECT (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1)) as VersionMajorNumber</CommandText>
+      </Query>
+      <Fields>
+        <Field Name="VersionMajorNumber">
+          <DataField>VersionMajorNumber</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_Time">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>SET NOCOUNT ON
+
+IF (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1) &gt;= 11)
+BEGIN
+
+	DECLARE @UTDDateDiff int
+	SET @UTDDateDiff = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+
+-- Fetch information about the XEL file location
+DECLARE @filename varchar(8000) ;
+SELECT @filename = CAST(target_data as XML).value('(/EventFileTarget/File/@name)[1]', 'varchar(8000)')
+FROM sys.dm_xe_session_targets
+WHERE target_name = 'event_file' and event_session_address = (select address from sys.dm_xe_sessions where name = 'system_health');
+
+SET @filename = SUBSTRING(@filename,1,CHARINDEX('system_health',@filename,1)-1) + '*.xel';
+
+-- Read the XEL files to get the System Health Session Data
+SELECT object_name,CAST(event_data as XML) as XMLData
+INTO #tbl_sp_server_diagnostics
+FROM sys.fn_xe_file_target_read_file(@filename, null, null, null)
+WHERE object_name = 'sp_server_diagnostics_component_result'
+
+SELECT 
+DATEADD(mi,@UTDDateDiff,XMLData.value('(/event/@timestamp)[1]','datetime')) as [Event Time]
+FROM #tbl_sp_server_diagnostics
+--WHERE XMLData.value('(/event/data/text)[1]','varchar(255)') = 'RESOURCE'
+ORDER BY [Event Time] 
+
+
+DROP TABLE #tbl_sp_server_diagnostics
+
+END 
+
+SET NOCOUNT OFF</CommandText>
+      </Query>
+      <Fields>
+        <Field Name="Event_Time">
+          <DataField>Event Time</DataField>
+          <rd:TypeName>System.DateTime</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+  </DataSets>
+  <ReportSections>
+    <ReportSection>
+      <Body>
+        <ReportItems>
+          <Textbox Name="Textbox7">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value>Resource Main Report</Value>
+                    <Style>
+                      <FontSize>16pt</FontSize>
+                      <FontWeight>Bold</FontWeight>
+                      <Color>White</Color>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style>
+                  <TextAlign>Center</TextAlign>
+                </Style>
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox7</rd:DefaultName>
+            <Top>0.16333in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.36667in</Height>
+            <Width>10.29166in</Width>
+            <Style>
+              <Border>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+              </Border>
+              <TopBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </TopBorder>
+              <BottomBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </BottomBorder>
+              <LeftBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </LeftBorder>
+              <RightBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </RightBorder>
+              <BackgroundColor>CornflowerBlue</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+          <Textbox Name="Textbox17">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value>=First(Fields!UTCString.Value, "DS_TimeDifference") + " | Data Shown from " + Parameters!StartTime.Value + " to " + Parameters!EndTime.Value</Value>
+                    <Style>
+                      <FontWeight>Bold</FontWeight>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style />
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox17</rd:DefaultName>
+            <Top>0.51611in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.24722in</Height>
+            <Width>10.29166in</Width>
+            <ZIndex>1</ZIndex>
+            <Style>
+              <Border>
+                <Style>None</Style>
+              </Border>
+              <BackgroundColor>Silver</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+          <Tablix Name="Tablix3">
+            <TablixCorner>
+              <TablixCornerRows>
+                <TablixCornerRow>
+                  <TablixCornerCell>
+                    <CellContents>
+                      <Textbox Name="Textbox40">
+                        <CanGrow>true</CanGrow>
+                        <UserSort>
+                          <SortExpression>=Fields!EventTime.Value</SortExpression>
+                          <SortTarget>DS_Dashboard</SortTarget>
+                        </UserSort>
+                        <KeepTogether>true</KeepTogether>
+                        <Paragraphs>
+                          <Paragraph>
+                            <TextRuns>
+                              <TextRun>
+                                <Value>Event Time</Value>
+                                <Style>
+                                  <FontWeight>Bold</FontWeight>
+                                  <Color>White</Color>
+                                </Style>
+                              </TextRun>
+                            </TextRuns>
+                            <Style />
+                          </Paragraph>
+                        </Paragraphs>
+                        <rd:DefaultName>Textbox40</rd:DefaultName>
+                        <Style>
+                          <Border>
+                            <Style>Solid</Style>
+                          </Border>
+                          <BackgroundColor>CornflowerBlue</BackgroundColor>
+                          <PaddingLeft>2pt</PaddingLeft>
+                          <PaddingRight>2pt</PaddingRight>
+                          <PaddingTop>2pt</PaddingTop>
+                          <PaddingBottom>2pt</PaddingBottom>
+                        </Style>
+                      </Textbox>
+                    </CellContents>
+                  </TablixCornerCell>
+                </TablixCornerRow>
+              </TablixCornerRows>
+            </TablixCorner>
+            <TablixBody>
+              <TablixColumns>
+                <TablixColumn>
+                  <Width>2.09514in</Width>
+                </TablixColumn>
+              </TablixColumns>
+              <TablixRows>
+                <TablixRow>
+                  <Height>0.25in</Height>
+                  <TablixCells>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="State1">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=IIF(Fields!State.Value Is Nothing,"N/A",Fields!State.Value)</Value>
+                                  <Style>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>=IIF(Fields!State.Value="CLEAN","Green",
+IIF(Fields!State.Value="WARNING","Orange",
+IIF(Fields!State.Value="ERROR","Red","Black")))</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>State1</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                  </TablixCells>
+                </TablixRow>
+              </TablixRows>
+            </TablixBody>
+            <TablixColumnHierarchy>
+              <TablixMembers>
+                <TablixMember>
+                  <Group Name="Component1">
+                    <GroupExpressions>
+                      <GroupExpression>=Fields!Component.Value</GroupExpression>
+                    </GroupExpressions>
+                  </Group>
+                  <SortExpressions>
+                    <SortExpression>
+                      <Value>=Fields!Component.Value</Value>
+                    </SortExpression>
+                  </SortExpressions>
+                  <TablixHeader>
+                    <Size>0.25in</Size>
+                    <CellContents>
+                      <Textbox Name="Component1">
+                        <CanGrow>true</CanGrow>
+                        <KeepTogether>true</KeepTogether>
+                        <Paragraphs>
+                          <Paragraph>
+                            <TextRuns>
+                              <TextRun>
+                                <Value>=Fields!Component.Value</Value>
+                                <Style>
+                                  <FontWeight>Bold</FontWeight>
+                                  <Color>White</Color>
+                                </Style>
+                              </TextRun>
+                            </TextRuns>
+                            <Style>
+                              <TextAlign>Center</TextAlign>
+                            </Style>
+                          </Paragraph>
+                        </Paragraphs>
+                        <rd:DefaultName>Component1</rd:DefaultName>
+                        <ActionInfo>
+                          <Actions>
+                            <Action>
+                              <Drillthrough>
+                                <ReportName>=IIF(Fields!Component.Value = "RESOURCE","Resource_MainF",
+IIF(Fields!Component.Value = "SYSTEM","System_MainF",
+IIF(Fields!Component.Value = "QUERY_PROCESSING","QueryProcessing_MainF",
+IIF(Fields!Component.Value = "IO_SUBSYSTEM","IOSubSystem_MainF","Dashboard_MainF"))))</ReportName>
+                                <Parameters>
+                                  <Parameter Name="vServerName">
+                                    <Value>=Parameters!vServerName.Value</Value>
+                                  </Parameter>
+                                  <Parameter Name="StartTime">
+                                    <Value>=Parameters!StartTime.Value</Value>
+                                  </Parameter>
+                                  <Parameter Name="EndTime">
+                                    <Value>=Parameters!EndTime.Value</Value>
+                                  </Parameter>
+                                </Parameters>
+                              </Drillthrough>
+                            </Action>
+                          </Actions>
+                        </ActionInfo>
+                        <Style>
+                          <Border>
+                            <Style>Solid</Style>
+                          </Border>
+                          <BackgroundColor>CornflowerBlue</BackgroundColor>
+                          <PaddingLeft>2pt</PaddingLeft>
+                          <PaddingRight>2pt</PaddingRight>
+                          <PaddingTop>2pt</PaddingTop>
+                          <PaddingBottom>2pt</PaddingBottom>
+                        </Style>
+                      </Textbox>
+                    </CellContents>
+                  </TablixHeader>
+                </TablixMember>
+              </TablixMembers>
+            </TablixColumnHierarchy>
+            <TablixRowHierarchy>
+              <TablixMembers>
+                <TablixMember>
+                  <Group Name="EventTime">
+                    <GroupExpressions>
+                      <GroupExpression>=Fields!EventTime.Value</GroupExpression>
+                    </GroupExpressions>
+                  </Group>
+                  <TablixHeader>
+                    <Size>2.06667in</Size>
+                    <CellContents>
+                      <Textbox Name="EventTime1">
+                        <CanGrow>true</CanGrow>
+                        <KeepTogether>true</KeepTogether>
+                        <Paragraphs>
+                          <Paragraph>
+                            <TextRuns>
+                              <TextRun>
+                                <Value>=Fields!EventTime.Value</Value>
+                                <Style />
+                              </TextRun>
+                            </TextRuns>
+                            <Style>
+                              <TextAlign>Left</TextAlign>
+                            </Style>
+                          </Paragraph>
+                        </Paragraphs>
+                        <rd:DefaultName>EventTime1</rd:DefaultName>
+                        <Style>
+                          <Border>
+                            <Style>Solid</Style>
+                          </Border>
+                          <TopBorder>
+                            <Color>Black</Color>
+                            <Style>Solid</Style>
+                            <Width>1pt</Width>
+                          </TopBorder>
+                          <BottomBorder>
+                            <Color>Black</Color>
+                            <Style>Solid</Style>
+                            <Width>1pt</Width>
+                          </BottomBorder>
+                          <LeftBorder>
+                            <Color>Black</Color>
+                            <Style>Solid</Style>
+                            <Width>1pt</Width>
+                          </LeftBorder>
+                          <RightBorder>
+                            <Color>Black</Color>
+                            <Style>Solid</Style>
+                            <Width>1pt</Width>
+                          </RightBorder>
+                          <PaddingLeft>2pt</PaddingLeft>
+                          <PaddingRight>2pt</PaddingRight>
+                          <PaddingTop>2pt</PaddingTop>
+                          <PaddingBottom>2pt</PaddingBottom>
+                        </Style>
+                      </Textbox>
+                    </CellContents>
+                  </TablixHeader>
+                </TablixMember>
+              </TablixMembers>
+            </TablixRowHierarchy>
+            <RepeatColumnHeaders>true</RepeatColumnHeaders>
+            <RepeatRowHeaders>true</RepeatRowHeaders>
+            <FixedColumnHeaders>true</FixedColumnHeaders>
+            <FixedRowHeaders>true</FixedRowHeaders>
+            <DataSetName>DS_Dashboard</DataSetName>
+            <Top>1.39833in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.5in</Height>
+            <Width>4.16181in</Width>
+            <ZIndex>2</ZIndex>
+            <Style>
+              <Border>
+                <Style>None</Style>
+              </Border>
+            </Style>
+          </Tablix>
+          <Textbox Name="Textbox62">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value>Component State Summary Matrix for sp_server_diagnostics output</Value>
+                    <Style>
+                      <FontStyle>Italic</FontStyle>
+                      <FontWeight>Bold</FontWeight>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style />
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox61</rd:DefaultName>
+            <Top>0.88444in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.25in</Height>
+            <Width>4.60833in</Width>
+            <ZIndex>3</ZIndex>
+            <Style>
+              <Border>
+                <Style>None</Style>
+              </Border>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+          <Textbox Name="Textbox63">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value>*Click on the component to drill-through further.</Value>
+                    <Style>
+                      <FontStyle>Italic</FontStyle>
+                      <FontSize>9pt</FontSize>
+                      <FontWeight>Normal</FontWeight>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style />
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox61</rd:DefaultName>
+            <Top>1.13444in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.25in</Height>
+            <Width>4.60833in</Width>
+            <ZIndex>4</ZIndex>
+            <Style>
+              <Border>
+                <Style>None</Style>
+              </Border>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+        </ReportItems>
+        <Height>2.07722in</Height>
+        <Style>
+          <Border>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+          </Border>
+          <TopBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </TopBorder>
+          <BottomBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </BottomBorder>
+          <LeftBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </LeftBorder>
+          <RightBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </RightBorder>
+        </Style>
+      </Body>
+      <Width>10.67236in</Width>
+      <Page>
+        <PageHeader>
+          <Height>0.7175in</Height>
+          <PrintOnFirstPage>true</PrintOnFirstPage>
+          <PrintOnLastPage>true</PrintOnLastPage>
+          <ReportItems>
+            <Textbox Name="Textbox2">
+              <CanGrow>true</CanGrow>
+              <KeepTogether>true</KeepTogether>
+              <Paragraphs>
+                <Paragraph>
+                  <TextRuns>
+                    <TextRun>
+                      <Value>= "SQL Server Health Session Dashboard on " + Parameters!vServerName.Value</Value>
+                      <Style>
+                        <FontSize>14pt</FontSize>
+                        <FontWeight>Bold</FontWeight>
+                      </Style>
+                    </TextRun>
+                  </TextRuns>
+                  <Style>
+                    <TextAlign>Center</TextAlign>
+                  </Style>
+                </Paragraph>
+              </Paragraphs>
+              <rd:DefaultName>Textbox2</rd:DefaultName>
+              <Top>0.24528in</Top>
+              <Left>1.80694in</Left>
+              <Height>0.44444in</Height>
+              <Width>8.60639in</Width>
+              <Style>
+                <Border>
+                  <Style>None</Style>
+                </Border>
+                <BackgroundColor>White</BackgroundColor>
+                <PaddingLeft>2pt</PaddingLeft>
+                <PaddingRight>2pt</PaddingRight>
+                <PaddingTop>2pt</PaddingTop>
+                <PaddingBottom>2pt</PaddingBottom>
+              </Style>
+            </Textbox>
+            <Image Name="Image1">
+              <Source>Embedded</Source>
+              <Value>Logo</Value>
+              <Sizing>FitProportional</Sizing>
+              <Height>0.69444in</Height>
+              <Width>1.77916in</Width>
+              <ZIndex>1</ZIndex>
+              <Style>
+                <Border>
+                  <Style>None</Style>
+                </Border>
+              </Style>
+            </Image>
+          </ReportItems>
+          <Style>
+            <Border>
+              <Style>None</Style>
+            </Border>
+          </Style>
+        </PageHeader>
+        <PageFooter>
+          <Height>0.38889in</Height>
+          <PrintOnFirstPage>true</PrintOnFirstPage>
+          <PrintOnLastPage>true</PrintOnLastPage>
+          <ReportItems>
+            <Textbox Name="Textbox1">
+              <CanGrow>true</CanGrow>
+              <KeepTogether>true</KeepTogether>
+              <Paragraphs>
+                <Paragraph>
+                  <TextRuns>
+                    <TextRun>
+                      <Value>= "Status as of local time: " + CStr(Globals!ExecutionTime) + " | Page " + CStr(Globals!PageNumber) + " of " + CStr(Globals!TotalPages)</Value>
+                      <Style>
+                        <FontSize>11pt</FontSize>
+                        <FontWeight>Bold</FontWeight>
+                        <Color>White</Color>
+                      </Style>
+                    </TextRun>
+                  </TextRuns>
+                  <Style>
+                    <TextAlign>Center</TextAlign>
+                  </Style>
+                </Paragraph>
+              </Paragraphs>
+              <rd:DefaultName>Textbox1</rd:DefaultName>
+              <Top>0.01389in</Top>
+              <Height>0.375in</Height>
+              <Width>10.67236in</Width>
+              <Style>
+                <Border>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                </Border>
+                <TopBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </TopBorder>
+                <BottomBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </BottomBorder>
+                <LeftBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </LeftBorder>
+                <RightBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </RightBorder>
+                <BackgroundColor>CornflowerBlue</BackgroundColor>
+                <PaddingLeft>2pt</PaddingLeft>
+                <PaddingRight>2pt</PaddingRight>
+                <PaddingTop>2pt</PaddingTop>
+                <PaddingBottom>2pt</PaddingBottom>
+              </Style>
+            </Textbox>
+          </ReportItems>
+          <Style>
+            <Border>
+              <Style>None</Style>
+            </Border>
+          </Style>
+        </PageFooter>
+        <LeftMargin>1in</LeftMargin>
+        <RightMargin>1in</RightMargin>
+        <TopMargin>1in</TopMargin>
+        <BottomMargin>1in</BottomMargin>
+        <Style />
+      </Page>
+    </ReportSection>
+  </ReportSections>
+  <ReportParameters>
+    <ReportParameter Name="vServerName">
+      <DataType>String</DataType>
+      <Prompt>Server Name</Prompt>
+      <ValidValues>
+        <ParameterValues>
+          <ParameterValue>
+            <Value>.</Value>
+            <Label>MSSQLSERVER</Label>
+          </ParameterValue>
+          <ParameterValue>
+            <Value>.\DENALI</Value>
+            <Label>DENALI</Label>
+          </ParameterValue>
+        </ParameterValues>
+      </ValidValues>
+    </ReportParameter>
+    <ReportParameter Name="StartTime">
+      <DataType>String</DataType>
+      <Prompt>Start Time</Prompt>
+      <ValidValues>
+        <DataSetReference>
+          <DataSetName>DS_Time</DataSetName>
+          <ValueField>Event_Time</ValueField>
+          <LabelField>Event_Time</LabelField>
+        </DataSetReference>
+      </ValidValues>
+    </ReportParameter>
+    <ReportParameter Name="EndTime">
+      <DataType>String</DataType>
+      <Prompt>End Time</Prompt>
+      <ValidValues>
+        <DataSetReference>
+          <DataSetName>DS_Time</DataSetName>
+          <ValueField>Event_Time</ValueField>
+          <LabelField>Event_Time</LabelField>
+        </DataSetReference>
+      </ValidValues>
+    </ReportParameter>
+  </ReportParameters>
+  <EmbeddedImages>
+    <EmbeddedImage Name="Logo">
+      <MIMEType>image/png</MIMEType>
+      <ImageData>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</ImageData>
+    </EmbeddedImage>
+  </EmbeddedImages>
+  <rd:ReportUnitType>Inch</rd:ReportUnitType>
+  <rd:ReportID>9d0fc5cc-082e-414f-98e5-90293b1cb113</rd:ReportID>
+</Report>

+ 2222 - 0
systemhealthsession/ssrs-reports/Error_reported.rdl

@@ -0,0 +1,2222 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
+  <Body>
+    <ReportItems>
+      <Textbox Name="Textbox7">
+        <CanGrow>true</CanGrow>
+        <KeepTogether>true</KeepTogether>
+        <Paragraphs>
+          <Paragraph>
+            <TextRuns>
+              <TextRun>
+                <Value>Error Summary Report</Value>
+                <Style>
+                  <FontSize>16pt</FontSize>
+                  <FontWeight>Bold</FontWeight>
+                  <Color>White</Color>
+                </Style>
+              </TextRun>
+            </TextRuns>
+            <Style>
+              <TextAlign>Center</TextAlign>
+            </Style>
+          </Paragraph>
+        </Paragraphs>
+        <rd:DefaultName>Textbox7</rd:DefaultName>
+        <Top>0.16333in</Top>
+        <Left>0.12167in</Left>
+        <Height>0.36667in</Height>
+        <Width>12.44791in</Width>
+        <Style>
+          <Border>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+          </Border>
+          <TopBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </TopBorder>
+          <BottomBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </BottomBorder>
+          <LeftBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </LeftBorder>
+          <RightBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </RightBorder>
+          <BackgroundColor>CornflowerBlue</BackgroundColor>
+          <PaddingLeft>2pt</PaddingLeft>
+          <PaddingRight>2pt</PaddingRight>
+          <PaddingTop>2pt</PaddingTop>
+          <PaddingBottom>2pt</PaddingBottom>
+        </Style>
+      </Textbox>
+      <Chart Name="Chart2">
+        <ChartCategoryHierarchy>
+          <ChartMembers>
+            <ChartMember>
+              <Group Name="Chart2_CategoryGroup">
+                <GroupExpressions>
+                  <GroupExpression>=Fields!ErrorNum.Value</GroupExpression>
+                </GroupExpressions>
+              </Group>
+              <SortExpressions>
+                <SortExpression>
+                  <Value>=Fields!ErrorNum.Value</Value>
+                </SortExpression>
+              </SortExpressions>
+              <Label>=Fields!ErrorNum.Value</Label>
+            </ChartMember>
+          </ChartMembers>
+        </ChartCategoryHierarchy>
+        <ChartSeriesHierarchy>
+          <ChartMembers>
+            <ChartMember>
+              <Label>Error Num</Label>
+            </ChartMember>
+          </ChartMembers>
+        </ChartSeriesHierarchy>
+        <ChartData>
+          <ChartSeriesCollection>
+            <ChartSeries Name="ErrorNum">
+              <ChartDataPoints>
+                <ChartDataPoint>
+                  <ChartDataPointValues>
+                    <Y>=Count(Fields!ErrorNum.Value)</Y>
+                  </ChartDataPointValues>
+                  <ChartDataLabel>
+                    <Style>
+                      <Format>#,0;(#,0)</Format>
+                    </Style>
+                    <Label>=Count(Fields!ErrorNum.Value)</Label>
+                    <Visible>true</Visible>
+                  </ChartDataLabel>
+                  <ToolTip>="Number of Errors: " + CStr(Count(Fields!ErrorNum.Value))</ToolTip>
+                  <Style />
+                  <ChartMarker>
+                    <Style />
+                  </ChartMarker>
+                  <DataElementOutput>Output</DataElementOutput>
+                </ChartDataPoint>
+              </ChartDataPoints>
+              <Type>Shape</Type>
+              <Subtype>ExplodedPie</Subtype>
+              <Style />
+              <ChartEmptyPoints>
+                <Style />
+                <ChartMarker>
+                  <Style />
+                </ChartMarker>
+                <ChartDataLabel>
+                  <Style />
+                </ChartDataLabel>
+              </ChartEmptyPoints>
+              <ValueAxisName>Primary</ValueAxisName>
+              <CategoryAxisName>Primary</CategoryAxisName>
+              <ChartSmartLabel>
+                <CalloutLineColor>Black</CalloutLineColor>
+                <MinMovingDistance>0pt</MinMovingDistance>
+              </ChartSmartLabel>
+            </ChartSeries>
+          </ChartSeriesCollection>
+        </ChartData>
+        <ChartAreas>
+          <ChartArea Name="Default">
+            <ChartCategoryAxes>
+              <ChartAxis Name="Primary">
+                <Style>
+                  <FontSize>8pt</FontSize>
+                </Style>
+                <ChartAxisTitle>
+                  <Caption>Axis Title</Caption>
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                  </Style>
+                </ChartAxisTitle>
+                <ChartMajorGridLines>
+                  <Enabled>False</Enabled>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                    </Border>
+                  </Style>
+                </ChartMajorGridLines>
+                <ChartMinorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                      <Style>Dotted</Style>
+                    </Border>
+                  </Style>
+                </ChartMinorGridLines>
+                <ChartMinorTickMarks>
+                  <Length>0.5</Length>
+                </ChartMinorTickMarks>
+                <CrossAt>NaN</CrossAt>
+                <Minimum>NaN</Minimum>
+                <Maximum>NaN</Maximum>
+                <ChartAxisScaleBreak>
+                  <Style />
+                </ChartAxisScaleBreak>
+              </ChartAxis>
+              <ChartAxis Name="Secondary">
+                <Style>
+                  <FontSize>8pt</FontSize>
+                </Style>
+                <ChartAxisTitle>
+                  <Caption>Axis Title</Caption>
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                  </Style>
+                </ChartAxisTitle>
+                <ChartMajorGridLines>
+                  <Enabled>False</Enabled>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                    </Border>
+                  </Style>
+                </ChartMajorGridLines>
+                <ChartMinorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                      <Style>Dotted</Style>
+                    </Border>
+                  </Style>
+                </ChartMinorGridLines>
+                <ChartMinorTickMarks>
+                  <Length>0.5</Length>
+                </ChartMinorTickMarks>
+                <CrossAt>NaN</CrossAt>
+                <Location>Opposite</Location>
+                <Minimum>NaN</Minimum>
+                <Maximum>NaN</Maximum>
+                <ChartAxisScaleBreak>
+                  <Style />
+                </ChartAxisScaleBreak>
+              </ChartAxis>
+            </ChartCategoryAxes>
+            <ChartValueAxes>
+              <ChartAxis Name="Primary">
+                <Style>
+                  <FontSize>8pt</FontSize>
+                </Style>
+                <ChartAxisTitle>
+                  <Caption>Axis Title</Caption>
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                  </Style>
+                </ChartAxisTitle>
+                <ChartMajorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                    </Border>
+                  </Style>
+                </ChartMajorGridLines>
+                <ChartMinorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                      <Style>Dotted</Style>
+                    </Border>
+                  </Style>
+                </ChartMinorGridLines>
+                <ChartMinorTickMarks>
+                  <Length>0.5</Length>
+                </ChartMinorTickMarks>
+                <CrossAt>NaN</CrossAt>
+                <Minimum>NaN</Minimum>
+                <Maximum>NaN</Maximum>
+                <ChartAxisScaleBreak>
+                  <Style />
+                </ChartAxisScaleBreak>
+              </ChartAxis>
+              <ChartAxis Name="Secondary">
+                <Style>
+                  <FontSize>8pt</FontSize>
+                </Style>
+                <ChartAxisTitle>
+                  <Caption>Axis Title</Caption>
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                  </Style>
+                </ChartAxisTitle>
+                <ChartMajorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                    </Border>
+                  </Style>
+                </ChartMajorGridLines>
+                <ChartMinorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                      <Style>Dotted</Style>
+                    </Border>
+                  </Style>
+                </ChartMinorGridLines>
+                <ChartMinorTickMarks>
+                  <Length>0.5</Length>
+                </ChartMinorTickMarks>
+                <CrossAt>NaN</CrossAt>
+                <Location>Opposite</Location>
+                <Minimum>NaN</Minimum>
+                <Maximum>NaN</Maximum>
+                <ChartAxisScaleBreak>
+                  <Style />
+                </ChartAxisScaleBreak>
+              </ChartAxis>
+            </ChartValueAxes>
+            <ChartThreeDProperties>
+              <Enabled>true</Enabled>
+              <Rotation>45</Rotation>
+              <Inclination>36</Inclination>
+            </ChartThreeDProperties>
+            <Style>
+              <BackgroundColor>#00ffffff</BackgroundColor>
+              <BackgroundGradientType>None</BackgroundGradientType>
+              <BackgroundGradientEndColor>White</BackgroundGradientEndColor>
+            </Style>
+          </ChartArea>
+        </ChartAreas>
+        <ChartLegends>
+          <ChartLegend Name="Default">
+            <Style>
+              <Border>
+                <Style>Solid</Style>
+              </Border>
+              <BackgroundGradientType>None</BackgroundGradientType>
+              <FontSize>8pt</FontSize>
+            </Style>
+            <Position>TopCenter</Position>
+            <DockOutsideChartArea>true</DockOutsideChartArea>
+            <ChartLegendTitle>
+              <Caption />
+              <Style>
+                <FontSize>8pt</FontSize>
+                <FontWeight>Bold</FontWeight>
+                <TextAlign>Center</TextAlign>
+              </Style>
+            </ChartLegendTitle>
+            <HeaderSeparatorColor>Black</HeaderSeparatorColor>
+            <ColumnSeparatorColor>Black</ColumnSeparatorColor>
+          </ChartLegend>
+        </ChartLegends>
+        <ChartTitles>
+          <ChartTitle Name="Default">
+            <Caption>Event Summary</Caption>
+            <Style>
+              <BackgroundGradientType>None</BackgroundGradientType>
+              <FontSize>12pt</FontSize>
+              <FontWeight>Bold</FontWeight>
+              <TextAlign>General</TextAlign>
+              <VerticalAlign>Top</VerticalAlign>
+            </Style>
+          </ChartTitle>
+        </ChartTitles>
+        <Palette>BrightPastel</Palette>
+        <ChartBorderSkin>
+          <ChartBorderSkinType>Sunken</ChartBorderSkinType>
+          <Style>
+            <BackgroundColor>Gray</BackgroundColor>
+            <BackgroundGradientType>None</BackgroundGradientType>
+            <Color>White</Color>
+          </Style>
+        </ChartBorderSkin>
+        <ChartNoDataMessage Name="NoDataMessage">
+          <Caption>No Data Available</Caption>
+          <Style>
+            <BackgroundGradientType>None</BackgroundGradientType>
+            <TextAlign>General</TextAlign>
+            <VerticalAlign>Top</VerticalAlign>
+          </Style>
+        </ChartNoDataMessage>
+        <DataSetName>DS_Dashboard</DataSetName>
+        <Top>0.77722in</Top>
+        <Left>0.12167in</Left>
+        <Height>4.06597in</Height>
+        <Width>12.44791in</Width>
+        <ZIndex>1</ZIndex>
+        <Style>
+          <Border>
+            <Color>LightGrey</Color>
+            <Style>Solid</Style>
+            <Width>2pt</Width>
+          </Border>
+          <BackgroundColor>LightSteelBlue</BackgroundColor>
+          <BackgroundGradientType>TopBottom</BackgroundGradientType>
+        </Style>
+      </Chart>
+      <Textbox Name="Textbox17">
+        <CanGrow>true</CanGrow>
+        <KeepTogether>true</KeepTogether>
+        <Paragraphs>
+          <Paragraph>
+            <TextRuns>
+              <TextRun>
+                <Value>=First(Fields!UTCString.Value, "DS_TimeDifference")</Value>
+                <Style>
+                  <FontWeight>Bold</FontWeight>
+                </Style>
+              </TextRun>
+            </TextRuns>
+            <Style />
+          </Paragraph>
+        </Paragraphs>
+        <rd:DefaultName>Textbox17</rd:DefaultName>
+        <Top>0.53in</Top>
+        <Left>0.12167in</Left>
+        <Height>0.24722in</Height>
+        <Width>12.44791in</Width>
+        <ZIndex>2</ZIndex>
+        <Style>
+          <Border>
+            <Style>None</Style>
+          </Border>
+          <BackgroundColor>Silver</BackgroundColor>
+          <PaddingLeft>2pt</PaddingLeft>
+          <PaddingRight>2pt</PaddingRight>
+          <PaddingTop>2pt</PaddingTop>
+          <PaddingBottom>2pt</PaddingBottom>
+        </Style>
+      </Textbox>
+      <Tablix Name="Tablix3">
+        <TablixBody>
+          <TablixColumns>
+            <TablixColumn>
+              <Width>1.57639in</Width>
+            </TablixColumn>
+            <TablixColumn>
+              <Width>1.49306in</Width>
+            </TablixColumn>
+            <TablixColumn>
+              <Width>0.81597in</Width>
+            </TablixColumn>
+            <TablixColumn>
+              <Width>1.66667in</Width>
+            </TablixColumn>
+            <TablixColumn>
+              <Width>1in</Width>
+            </TablixColumn>
+            <TablixColumn>
+              <Width>4.89583in</Width>
+            </TablixColumn>
+          </TablixColumns>
+          <TablixRows>
+            <TablixRow>
+              <Height>0.25in</Height>
+              <TablixCells>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox71">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>Error Time</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                                <TextDecoration>None</TextDecoration>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Left</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox71</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox73">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>Err Severity</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                                <TextDecoration>None</TextDecoration>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Left</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox73</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox75">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>Err State</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                                <TextDecoration>None</TextDecoration>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Left</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox75</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox97">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>Error Category</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                                <TextDecoration>None</TextDecoration>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Left</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox97</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox8">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>Session ID</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                                <TextDecoration>None</TextDecoration>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Left</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox8</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox101">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>Err Text</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                                <TextDecoration>None</TextDecoration>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Left</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox101</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+              </TablixCells>
+            </TablixRow>
+            <TablixRow>
+              <Height>0.25in</Height>
+              <TablixCells>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox94">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>First Event:</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox94</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <TopBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </TopBorder>
+                        <BottomBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </BottomBorder>
+                        <LeftBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </LeftBorder>
+                        <RightBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </RightBorder>
+                        <BackgroundColor>LightGrey</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="EventTime1">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Min(Fields!EventTime.Value)</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>EventTime1</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <TopBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </TopBorder>
+                        <BottomBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </BottomBorder>
+                        <LeftBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </LeftBorder>
+                        <RightBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </RightBorder>
+                        <BackgroundColor>LightGrey</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox96">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>Last Event:</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox96</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <TopBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </TopBorder>
+                        <BottomBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </BottomBorder>
+                        <LeftBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </LeftBorder>
+                        <RightBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </RightBorder>
+                        <BackgroundColor>LightGrey</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="EventTime2">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Max(Fields!EventTime.Value)</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>EventTime2</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <TopBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </TopBorder>
+                        <BottomBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </BottomBorder>
+                        <LeftBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </LeftBorder>
+                        <RightBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </RightBorder>
+                        <BackgroundColor>LightGrey</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox9">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value />
+                              <Style />
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox9</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <TopBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </TopBorder>
+                        <BottomBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </BottomBorder>
+                        <LeftBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </LeftBorder>
+                        <RightBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </RightBorder>
+                        <BackgroundColor>LightGrey</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox102">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value />
+                              <Style />
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox102</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <TopBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </TopBorder>
+                        <BottomBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </BottomBorder>
+                        <LeftBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </LeftBorder>
+                        <RightBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </RightBorder>
+                        <BackgroundColor>LightGrey</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+              </TablixCells>
+            </TablixRow>
+            <TablixRow>
+              <Height>0.60417in</Height>
+              <TablixCells>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="EventTime">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!EventTime.Value</Value>
+                              <Style />
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>EventTime</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="ErrSeverity">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!ErrSeverity.Value</Value>
+                              <Style />
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>ErrSeverity</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="ErrState">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!ErrState.Value</Value>
+                              <Style />
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>ErrState</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Error_Category">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!Error_Category.Value</Value>
+                              <Style />
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Error_Category</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Session_ID1">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!Session_ID.Value</Value>
+                              <Style />
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Session_ID1</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="ErrText">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!ErrText.Value</Value>
+                              <Style>
+                                <FontSize>8pt</FontSize>
+                                <Color>Maroon</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>ErrText</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+              </TablixCells>
+            </TablixRow>
+            <TablixRow>
+              <Height>0.25in</Height>
+              <TablixCells>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="ErrorNum">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>Total Errors: </Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>ErrorNum</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <TopBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </TopBorder>
+                        <BottomBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </BottomBorder>
+                        <LeftBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </LeftBorder>
+                        <RightBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </RightBorder>
+                        <BackgroundColor>LightGrey</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="ErrorNum2">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Count(Fields!ErrorNum.Value)</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>ErrorNum2</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <TopBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </TopBorder>
+                        <BottomBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </BottomBorder>
+                        <LeftBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </LeftBorder>
+                        <RightBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </RightBorder>
+                        <BackgroundColor>LightGrey</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox3">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value />
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox3</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <TopBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </TopBorder>
+                        <BottomBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </BottomBorder>
+                        <LeftBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </LeftBorder>
+                        <RightBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </RightBorder>
+                        <BackgroundColor>LightGrey</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox4">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value />
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox4</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>LightGrey</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                    <rd:Selected>true</rd:Selected>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox11">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value />
+                              <Style />
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox11</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <TopBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </TopBorder>
+                        <BottomBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </BottomBorder>
+                        <LeftBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </LeftBorder>
+                        <RightBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </RightBorder>
+                        <BackgroundColor>LightGrey</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox104">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value />
+                              <Style />
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox104</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <TopBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </TopBorder>
+                        <BottomBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </BottomBorder>
+                        <LeftBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </LeftBorder>
+                        <RightBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </RightBorder>
+                        <BackgroundColor>LightGrey</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+              </TablixCells>
+            </TablixRow>
+          </TablixRows>
+        </TablixBody>
+        <TablixColumnHierarchy>
+          <TablixMembers>
+            <TablixMember />
+            <TablixMember />
+            <TablixMember />
+            <TablixMember />
+            <TablixMember />
+            <TablixMember />
+          </TablixMembers>
+        </TablixColumnHierarchy>
+        <TablixRowHierarchy>
+          <TablixMembers>
+            <TablixMember>
+              <TablixHeader>
+                <Size>1in</Size>
+                <CellContents>
+                  <Textbox Name="Textbox87">
+                    <CanGrow>true</CanGrow>
+                    <KeepTogether>true</KeepTogether>
+                    <Paragraphs>
+                      <Paragraph>
+                        <TextRuns>
+                          <TextRun>
+                            <Value>Error Num</Value>
+                            <Style>
+                              <FontWeight>Bold</FontWeight>
+                              <TextDecoration>None</TextDecoration>
+                              <Color>White</Color>
+                            </Style>
+                          </TextRun>
+                        </TextRuns>
+                        <Style>
+                          <TextAlign>Left</TextAlign>
+                        </Style>
+                      </Paragraph>
+                    </Paragraphs>
+                    <rd:DefaultName>Textbox87</rd:DefaultName>
+                    <Style>
+                      <Border>
+                        <Color>LightGrey</Color>
+                        <Style>Solid</Style>
+                      </Border>
+                      <BackgroundColor>CornflowerBlue</BackgroundColor>
+                      <PaddingLeft>2pt</PaddingLeft>
+                      <PaddingRight>2pt</PaddingRight>
+                      <PaddingTop>2pt</PaddingTop>
+                      <PaddingBottom>2pt</PaddingBottom>
+                    </Style>
+                  </Textbox>
+                </CellContents>
+              </TablixHeader>
+              <TablixMembers>
+                <TablixMember />
+              </TablixMembers>
+              <KeepWithGroup>After</KeepWithGroup>
+            </TablixMember>
+            <TablixMember>
+              <Group Name="ErrorNum">
+                <GroupExpressions>
+                  <GroupExpression>=Fields!ErrorNum.Value</GroupExpression>
+                </GroupExpressions>
+              </Group>
+              <SortExpressions>
+                <SortExpression>
+                  <Value>=Fields!ErrorNum.Value</Value>
+                </SortExpression>
+              </SortExpressions>
+              <TablixHeader>
+                <Size>1in</Size>
+                <CellContents>
+                  <Textbox Name="ErrorNum1">
+                    <CanGrow>true</CanGrow>
+                    <KeepTogether>true</KeepTogether>
+                    <Paragraphs>
+                      <Paragraph>
+                        <TextRuns>
+                          <TextRun>
+                            <Value>=Fields!ErrorNum.Value</Value>
+                            <Style>
+                              <FontWeight>Bold</FontWeight>
+                              <Color>Maroon</Color>
+                            </Style>
+                          </TextRun>
+                        </TextRuns>
+                        <Style />
+                      </Paragraph>
+                    </Paragraphs>
+                    <rd:DefaultName>ErrorNum1</rd:DefaultName>
+                    <Style>
+                      <Border>
+                        <Color>LightGrey</Color>
+                        <Style>Solid</Style>
+                      </Border>
+                      <PaddingLeft>2pt</PaddingLeft>
+                      <PaddingRight>2pt</PaddingRight>
+                      <PaddingTop>2pt</PaddingTop>
+                      <PaddingBottom>2pt</PaddingBottom>
+                    </Style>
+                  </Textbox>
+                </CellContents>
+              </TablixHeader>
+              <TablixMembers>
+                <TablixMember>
+                  <KeepWithGroup>After</KeepWithGroup>
+                </TablixMember>
+                <TablixMember>
+                  <Group Name="Details" />
+                  <Visibility>
+                    <Hidden>true</Hidden>
+                    <ToggleItem>ErrorNum1</ToggleItem>
+                  </Visibility>
+                </TablixMember>
+                <TablixMember>
+                  <KeepWithGroup>Before</KeepWithGroup>
+                </TablixMember>
+              </TablixMembers>
+            </TablixMember>
+          </TablixMembers>
+        </TablixRowHierarchy>
+        <DataSetName>DS_Dashboard</DataSetName>
+        <Top>9.06194in</Top>
+        <Left>0.12166in</Left>
+        <Height>1.35417in</Height>
+        <Width>12.44792in</Width>
+        <ZIndex>3</ZIndex>
+        <Style>
+          <Border>
+            <Style>None</Style>
+          </Border>
+        </Style>
+      </Tablix>
+      <Chart Name="Chart1">
+        <ChartCategoryHierarchy>
+          <ChartMembers>
+            <ChartMember>
+              <Group Name="Chart1_CategoryGroup">
+                <GroupExpressions>
+                  <GroupExpression>=WeekDayName(DatePart(DateInterval.Weekday,Fields!EventTime.Value),True,FirstDayOfWeek.Monday)</GroupExpression>
+                </GroupExpressions>
+              </Group>
+              <SortExpressions>
+                <SortExpression>
+                  <Value>=Fields!EventTime.Value</Value>
+                </SortExpression>
+              </SortExpressions>
+              <Label>=WeekDayName(DatePart(DateInterval.Weekday,Fields!EventTime.Value),True,FirstDayOfWeek.Monday)</Label>
+            </ChartMember>
+          </ChartMembers>
+        </ChartCategoryHierarchy>
+        <ChartSeriesHierarchy>
+          <ChartMembers>
+            <ChartMember>
+              <Group Name="Chart1_SeriesGroup">
+                <GroupExpressions>
+                  <GroupExpression>=Fields!ErrorNum.Value</GroupExpression>
+                </GroupExpressions>
+              </Group>
+              <SortExpressions>
+                <SortExpression>
+                  <Value>=Fields!ErrorNum.Value</Value>
+                </SortExpression>
+              </SortExpressions>
+              <Label>=Fields!ErrorNum.Value</Label>
+            </ChartMember>
+          </ChartMembers>
+        </ChartSeriesHierarchy>
+        <ChartData>
+          <ChartSeriesCollection>
+            <ChartSeries Name="ErrorNum">
+              <ChartDataPoints>
+                <ChartDataPoint>
+                  <ChartDataPointValues>
+                    <Y>=Count(Fields!ErrorNum.Value)</Y>
+                  </ChartDataPointValues>
+                  <ChartDataLabel>
+                    <Style />
+                    <Label>="Error #: " + CStr(Fields!ErrorNum.Value) + " occurred " + CStr(Count(Fields!ErrorNum.Value)) + " times."</Label>
+                  </ChartDataLabel>
+                  <ToolTip>="Error #: " + CStr(Fields!ErrorNum.Value) + " occurred " + CStr(Count(Fields!ErrorNum.Value)) + " times."</ToolTip>
+                  <Style>
+                    <Border>
+                      <Color>Black</Color>
+                    </Border>
+                    <Color>Brown</Color>
+                    <BackgroundGradientType>TopBottom</BackgroundGradientType>
+                    <BackgroundGradientEndColor>White</BackgroundGradientEndColor>
+                  </Style>
+                  <ChartMarker>
+                    <Style />
+                  </ChartMarker>
+                  <DataElementOutput>Output</DataElementOutput>
+                </ChartDataPoint>
+              </ChartDataPoints>
+              <Style>
+                <ShadowColor>#00ffffff</ShadowColor>
+                <ShadowOffset>0pt</ShadowOffset>
+              </Style>
+              <ChartEmptyPoints>
+                <Style />
+                <ChartMarker>
+                  <Style />
+                </ChartMarker>
+                <ChartDataLabel>
+                  <Style />
+                </ChartDataLabel>
+              </ChartEmptyPoints>
+              <ValueAxisName>Primary</ValueAxisName>
+              <CategoryAxisName>Primary</CategoryAxisName>
+              <ChartSmartLabel>
+                <CalloutLineColor>Black</CalloutLineColor>
+                <MinMovingDistance>0pt</MinMovingDistance>
+              </ChartSmartLabel>
+            </ChartSeries>
+          </ChartSeriesCollection>
+        </ChartData>
+        <ChartAreas>
+          <ChartArea Name="Default">
+            <ChartCategoryAxes>
+              <ChartAxis Name="Primary">
+                <Style>
+                  <FontSize>8pt</FontSize>
+                </Style>
+                <ChartAxisTitle>
+                  <Caption>Day of the week</Caption>
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                  </Style>
+                </ChartAxisTitle>
+                <ChartMajorGridLines>
+                  <Enabled>False</Enabled>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                    </Border>
+                  </Style>
+                </ChartMajorGridLines>
+                <ChartMinorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                      <Style>Dotted</Style>
+                    </Border>
+                  </Style>
+                </ChartMinorGridLines>
+                <ChartMinorTickMarks>
+                  <Length>0.5</Length>
+                </ChartMinorTickMarks>
+                <CrossAt>NaN</CrossAt>
+                <Minimum>NaN</Minimum>
+                <Maximum>NaN</Maximum>
+                <ChartAxisScaleBreak>
+                  <Style />
+                </ChartAxisScaleBreak>
+              </ChartAxis>
+              <ChartAxis Name="Secondary">
+                <Style>
+                  <FontSize>8pt</FontSize>
+                </Style>
+                <ChartAxisTitle>
+                  <Caption>Axis Title</Caption>
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                  </Style>
+                </ChartAxisTitle>
+                <ChartMajorGridLines>
+                  <Enabled>False</Enabled>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                    </Border>
+                  </Style>
+                </ChartMajorGridLines>
+                <ChartMinorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                      <Style>Dotted</Style>
+                    </Border>
+                  </Style>
+                </ChartMinorGridLines>
+                <ChartMinorTickMarks>
+                  <Length>0.5</Length>
+                </ChartMinorTickMarks>
+                <CrossAt>NaN</CrossAt>
+                <Location>Opposite</Location>
+                <Minimum>NaN</Minimum>
+                <Maximum>NaN</Maximum>
+                <ChartAxisScaleBreak>
+                  <Style />
+                </ChartAxisScaleBreak>
+              </ChartAxis>
+            </ChartCategoryAxes>
+            <ChartValueAxes>
+              <ChartAxis Name="Primary">
+                <Style>
+                  <FontSize>8pt</FontSize>
+                  <Format>0;(0)</Format>
+                </Style>
+                <ChartAxisTitle>
+                  <Caption>Number of errors</Caption>
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                  </Style>
+                </ChartAxisTitle>
+                <ChartMajorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                    </Border>
+                  </Style>
+                </ChartMajorGridLines>
+                <ChartMinorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                      <Style>Dotted</Style>
+                    </Border>
+                  </Style>
+                </ChartMinorGridLines>
+                <ChartMinorTickMarks>
+                  <Length>0.5</Length>
+                </ChartMinorTickMarks>
+                <CrossAt>NaN</CrossAt>
+                <Minimum>NaN</Minimum>
+                <Maximum>NaN</Maximum>
+                <ChartAxisScaleBreak>
+                  <Enabled>true</Enabled>
+                  <Style />
+                </ChartAxisScaleBreak>
+              </ChartAxis>
+              <ChartAxis Name="Secondary">
+                <Style>
+                  <FontSize>8pt</FontSize>
+                </Style>
+                <ChartAxisTitle>
+                  <Caption>Axis Title</Caption>
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                  </Style>
+                </ChartAxisTitle>
+                <ChartMajorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                    </Border>
+                  </Style>
+                </ChartMajorGridLines>
+                <ChartMinorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                      <Style>Dotted</Style>
+                    </Border>
+                  </Style>
+                </ChartMinorGridLines>
+                <ChartMinorTickMarks>
+                  <Length>0.5</Length>
+                </ChartMinorTickMarks>
+                <CrossAt>NaN</CrossAt>
+                <Location>Opposite</Location>
+                <Minimum>NaN</Minimum>
+                <Maximum>NaN</Maximum>
+                <ChartAxisScaleBreak>
+                  <Style />
+                </ChartAxisScaleBreak>
+              </ChartAxis>
+            </ChartValueAxes>
+            <Style>
+              <BackgroundGradientType>None</BackgroundGradientType>
+            </Style>
+          </ChartArea>
+        </ChartAreas>
+        <ChartLegends>
+          <ChartLegend Name="Default">
+            <Style>
+              <BackgroundGradientType>None</BackgroundGradientType>
+              <FontSize>8pt</FontSize>
+            </Style>
+            <ChartLegendTitle>
+              <Caption />
+              <Style>
+                <FontSize>8pt</FontSize>
+                <FontWeight>Bold</FontWeight>
+                <TextAlign>Center</TextAlign>
+              </Style>
+            </ChartLegendTitle>
+            <HeaderSeparatorColor>Black</HeaderSeparatorColor>
+            <ColumnSeparatorColor>Black</ColumnSeparatorColor>
+          </ChartLegend>
+        </ChartLegends>
+        <ChartTitles>
+          <ChartTitle Name="Default">
+            <Caption>Error Summary by Weekday</Caption>
+            <Style>
+              <BackgroundGradientType>None</BackgroundGradientType>
+              <FontWeight>Bold</FontWeight>
+              <TextAlign>General</TextAlign>
+              <VerticalAlign>Top</VerticalAlign>
+            </Style>
+          </ChartTitle>
+        </ChartTitles>
+        <Palette>BrightPastel</Palette>
+        <ChartBorderSkin>
+          <ChartBorderSkinType>Sunken</ChartBorderSkinType>
+          <Style>
+            <BackgroundColor>Gray</BackgroundColor>
+            <BackgroundGradientType>None</BackgroundGradientType>
+            <Color>White</Color>
+          </Style>
+        </ChartBorderSkin>
+        <ChartNoDataMessage Name="NoDataMessage">
+          <Caption>No Data Available</Caption>
+          <Style>
+            <BackgroundGradientType>None</BackgroundGradientType>
+            <TextAlign>General</TextAlign>
+            <VerticalAlign>Top</VerticalAlign>
+          </Style>
+        </ChartNoDataMessage>
+        <DataSetName>DS_Dashboard</DataSetName>
+        <Top>4.84319in</Top>
+        <Left>0.12166in</Left>
+        <Height>4.21875in</Height>
+        <Width>12.44792in</Width>
+        <ZIndex>4</ZIndex>
+        <Style>
+          <Border>
+            <Color>LightGrey</Color>
+            <Style>Solid</Style>
+            <Width>2pt</Width>
+          </Border>
+          <BackgroundColor>LightSteelBlue</BackgroundColor>
+          <BackgroundGradientType>TopBottom</BackgroundGradientType>
+        </Style>
+      </Chart>
+    </ReportItems>
+    <Height>10.53069in</Height>
+    <Style>
+      <Border>
+        <Color>Silver</Color>
+        <Style>Solid</Style>
+      </Border>
+      <TopBorder>
+        <Color>Silver</Color>
+        <Style>Solid</Style>
+        <Width>1pt</Width>
+      </TopBorder>
+      <BottomBorder>
+        <Color>Silver</Color>
+        <Style>Solid</Style>
+        <Width>1pt</Width>
+      </BottomBorder>
+      <LeftBorder>
+        <Color>Silver</Color>
+        <Style>Solid</Style>
+        <Width>1pt</Width>
+      </LeftBorder>
+      <RightBorder>
+        <Color>Silver</Color>
+        <Style>Solid</Style>
+        <Width>1pt</Width>
+      </RightBorder>
+    </Style>
+  </Body>
+  <Width>12.67375in</Width>
+  <Page>
+    <PageHeader>
+      <Height>0.7175in</Height>
+      <PrintOnFirstPage>true</PrintOnFirstPage>
+      <PrintOnLastPage>true</PrintOnLastPage>
+      <ReportItems>
+        <Textbox Name="Textbox2">
+          <CanGrow>true</CanGrow>
+          <KeepTogether>true</KeepTogether>
+          <Paragraphs>
+            <Paragraph>
+              <TextRuns>
+                <TextRun>
+                  <Value>= "SQL Server Health Session Dashboard on " + Parameters!vServerName.Value</Value>
+                  <Style>
+                    <FontSize>14pt</FontSize>
+                    <FontWeight>Bold</FontWeight>
+                  </Style>
+                </TextRun>
+              </TextRuns>
+              <Style>
+                <TextAlign>Center</TextAlign>
+              </Style>
+            </Paragraph>
+          </Paragraphs>
+          <rd:DefaultName>Textbox2</rd:DefaultName>
+          <Top>0.25694in</Top>
+          <Left>1.80694in</Left>
+          <Height>0.44444in</Height>
+          <Width>5.80292in</Width>
+          <Style>
+            <Border>
+              <Style>None</Style>
+            </Border>
+            <BackgroundColor>White</BackgroundColor>
+            <PaddingLeft>2pt</PaddingLeft>
+            <PaddingRight>2pt</PaddingRight>
+            <PaddingTop>2pt</PaddingTop>
+            <PaddingBottom>2pt</PaddingBottom>
+          </Style>
+        </Textbox>
+        <Image Name="Image1">
+          <Source>Embedded</Source>
+          <Value>Logo</Value>
+          <Sizing>FitProportional</Sizing>
+          <Height>0.69444in</Height>
+          <Width>1.77916in</Width>
+          <ZIndex>1</ZIndex>
+          <Style>
+            <Border>
+              <Style>None</Style>
+            </Border>
+          </Style>
+        </Image>
+      </ReportItems>
+      <Style>
+        <Border>
+          <Style>None</Style>
+        </Border>
+      </Style>
+    </PageHeader>
+    <PageFooter>
+      <Height>0.375in</Height>
+      <PrintOnFirstPage>true</PrintOnFirstPage>
+      <PrintOnLastPage>true</PrintOnLastPage>
+      <ReportItems>
+        <Textbox Name="Textbox1">
+          <CanGrow>true</CanGrow>
+          <KeepTogether>true</KeepTogether>
+          <Paragraphs>
+            <Paragraph>
+              <TextRuns>
+                <TextRun>
+                  <Value>= "Status as of local time: " + CStr(Globals!ExecutionTime) + " | Page " + CStr(Globals!PageNumber) + " of " + CStr(Globals!TotalPages)</Value>
+                  <Style>
+                    <FontSize>11pt</FontSize>
+                    <FontWeight>Bold</FontWeight>
+                    <Color>White</Color>
+                  </Style>
+                </TextRun>
+              </TextRuns>
+              <Style>
+                <TextAlign>Center</TextAlign>
+              </Style>
+            </Paragraph>
+          </Paragraphs>
+          <rd:DefaultName>Textbox1</rd:DefaultName>
+          <Height>0.375in</Height>
+          <Width>12.67375in</Width>
+          <Style>
+            <Border>
+              <Color>Silver</Color>
+              <Style>Solid</Style>
+            </Border>
+            <TopBorder>
+              <Color>Silver</Color>
+              <Style>Solid</Style>
+              <Width>1pt</Width>
+            </TopBorder>
+            <BottomBorder>
+              <Color>Silver</Color>
+              <Style>Solid</Style>
+              <Width>1pt</Width>
+            </BottomBorder>
+            <LeftBorder>
+              <Color>Silver</Color>
+              <Style>Solid</Style>
+              <Width>1pt</Width>
+            </LeftBorder>
+            <RightBorder>
+              <Color>Silver</Color>
+              <Style>Solid</Style>
+              <Width>1pt</Width>
+            </RightBorder>
+            <BackgroundColor>CornflowerBlue</BackgroundColor>
+            <PaddingLeft>2pt</PaddingLeft>
+            <PaddingRight>2pt</PaddingRight>
+            <PaddingTop>2pt</PaddingTop>
+            <PaddingBottom>2pt</PaddingBottom>
+          </Style>
+        </Textbox>
+      </ReportItems>
+      <Style>
+        <Border>
+          <Style>None</Style>
+        </Border>
+      </Style>
+    </PageFooter>
+    <LeftMargin>1in</LeftMargin>
+    <RightMargin>1in</RightMargin>
+    <TopMargin>1in</TopMargin>
+    <BottomMargin>1in</BottomMargin>
+    <Style />
+  </Page>
+  <AutoRefresh>0</AutoRefresh>
+  <DataSources>
+    <DataSource Name="ServerName">
+      <ConnectionProperties>
+        <DataProvider>SQL</DataProvider>
+        <ConnectString>="Data Source=" + Parameters!vServerName.Value.ToString() + ";Initial Catalog=master"</ConnectString>
+        <IntegratedSecurity>true</IntegratedSecurity>
+      </ConnectionProperties>
+      <rd:SecurityType>Integrated</rd:SecurityType>
+      <rd:DataSourceID>ff4453f3-b6e9-4008-9a78-2bbdc1e58a8c</rd:DataSourceID>
+    </DataSource>
+    <DataSource Name="DataSource1">
+      <DataSourceReference>DataSource1</DataSourceReference>
+      <rd:SecurityType>None</rd:SecurityType>
+      <rd:DataSourceID>d56844c6-0d77-41c7-869f-f445c8975296</rd:DataSourceID>
+    </DataSource>
+  </DataSources>
+  <DataSets>
+    <DataSet Name="DS_Dashboard">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>SET NOCOUNT ON 
+
+IF (SUBSTRING(CAST(SERVERPROPERTY('ProductVersion') AS varchar(50)), 1, CHARINDEX('.', CAST(SERVERPROPERTY('ProductVersion') AS varchar(50))) - 1) &gt;= 10) 
+BEGIN
+
+	DECLARE @UTCDateDiff int = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+
+	SELECT        CAST(xet.target_data AS XML) AS XMLDATA
+    INTO               #SystemHealthSessionData
+    FROM            sys.dm_xe_session_targets xet JOIN
+    sys.dm_xe_sessions xe ON (xe.address = xet.event_session_address)
+    WHERE        xe.name = 'system_health'
+	
+	;WITH CTE_HealthSession(EventXML) AS
+    (SELECT        C.query('.') EventXML
+    FROM            #SystemHealthSessionData a CROSS APPLY a.XMLDATA.nodes('/RingBufferTarget/event') AS T (C))
+    SELECT        
+	DATEADD(mi,@UTCDateDiff,EventXML.value('(/event/@timestamp)[1]', 'datetime')) AS EventTime, 
+	EventXML.value('(/event/data/value)[1]', 'int') AS ErrorNum, 
+    EventXML.value('(/event/data/value)[2]', 'int') AS ErrSeverity, 
+	EventXML.value('(/event/data/value)[3]', 'int') AS ErrState, 
+    EventXML.value('(/event/data/value)[8]', 'varchar(max)') AS ErrText, 
+	EventXML.value('(/event/action/value)[2]', 'varchar(10)') AS Session_ID,
+	EventXML.value('(/event/data/text)[1]', 'varchar(10)') AS Error_Category
+    FROM            CTE_HealthSession
+    WHERE        EventXML.value('(/event/@name)[1]', 'varchar(255)') = 'error_reported' 
+	
+	DROP TABLE #SystemHealthSessionData 
+	
+END
+SET NOCOUNT OFF</CommandText>
+      </Query>
+      <Fields>
+        <Field Name="ErrorNum">
+          <DataField>ErrorNum</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="EventTime">
+          <DataField>EventTime</DataField>
+          <rd:TypeName>System.DateTime</rd:TypeName>
+        </Field>
+        <Field Name="ErrSeverity">
+          <DataField>ErrSeverity</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="ErrState">
+          <DataField>ErrState</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="ErrText">
+          <DataField>ErrText</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+        <Field Name="Session_ID">
+          <DataField>Session_ID</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+        <Field Name="Error_Category">
+          <DataField>Error_Category</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_TimeDifference">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>DECLARE @UTDDateDiff int
+SET @UTDDateDiff = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+IF (@UTDDateDiff &gt; 0)
+	SELECT ('UTC Time Difference: ' + CAST((@UTDDateDiff/60) AS char(3)) + ' hours ' + CAST((@UTDDateDiff%60) AS char(3)) + ' minutes') AS UTCString
+ELSE
+	SELECT ('UTC Time Difference: -' + SUBSTRING(CAST((@UTDDateDiff/60) AS char(3)),2,3) + ' hours ' + SUBSTRING(CAST((@UTDDateDiff%60) AS char(3)),2,3) + ' minutes') AS UTCString</CommandText>
+        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
+      </Query>
+      <Fields>
+        <Field Name="UTCString">
+          <DataField>UTCString</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_Version">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>SELECT (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1)) as VersionMajorNumber</CommandText>
+      </Query>
+      <Fields>
+        <Field Name="VersionMajorNumber">
+          <DataField>VersionMajorNumber</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+  </DataSets>
+  <ReportParameters>
+    <ReportParameter Name="vServerName">
+      <DataType>String</DataType>
+      <Prompt>Server Name</Prompt>
+      <ValidValues>
+        <ParameterValues>
+          <ParameterValue>
+            <Value>.</Value>
+            <Label>MSSQLSERVER</Label>
+          </ParameterValue>
+          <ParameterValue>
+            <Value>.\DENALI</Value>
+            <Label>DENALI</Label>
+          </ParameterValue>
+        </ParameterValues>
+      </ValidValues>
+    </ReportParameter>
+  </ReportParameters>
+  <EmbeddedImages>
+    <EmbeddedImage Name="Logo">
+      <MIMEType>image/png</MIMEType>
+      <ImageData>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</ImageData>
+    </EmbeddedImage>
+  </EmbeddedImages>
+  <rd:ReportUnitType>Inch</rd:ReportUnitType>
+  <rd:ReportID>9d0fc5cc-082e-414f-98e5-90293b1cb113</rd:ReportID>
+</Report>

+ 3346 - 0
systemhealthsession/ssrs-reports/Health_Summary.rdl

@@ -0,0 +1,3346 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Report xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" xmlns:cl="http://schemas.microsoft.com/sqlserver/reporting/2010/01/componentdefinition" xmlns="http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition">
+  <AutoRefresh>0</AutoRefresh>
+  <DataSources>
+    <DataSource Name="ServerName">
+      <ConnectionProperties>
+        <DataProvider>SQL</DataProvider>
+        <ConnectString>="Data Source=" + Parameters!vServerName.Value.ToString() + ";Initial Catalog=master"</ConnectString>
+        <IntegratedSecurity>true</IntegratedSecurity>
+      </ConnectionProperties>
+      <rd:SecurityType>Integrated</rd:SecurityType>
+      <rd:DataSourceID>ff4453f3-b6e9-4008-9a78-2bbdc1e58a8c</rd:DataSourceID>
+    </DataSource>
+    <DataSource Name="DataSource1">
+      <DataSourceReference>DataSource1</DataSourceReference>
+      <rd:SecurityType>None</rd:SecurityType>
+      <rd:DataSourceID>d56844c6-0d77-41c7-869f-f445c8975296</rd:DataSourceID>
+    </DataSource>
+  </DataSources>
+  <DataSets>
+    <DataSet Name="DS_Dashboard">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>SET NOCOUNT ON
+
+IF (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1) &gt;= 11)
+BEGIN
+
+DECLARE @UTCDateDiff int = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+
+SELECT TOP 1 CAST(xet.target_data AS XML) AS XMLDATA
+INTO #SystemHealthSessionData
+FROM sys.dm_xe_session_targets xet 
+JOIN sys.dm_xe_sessions xe 
+ON (xe.address = xet.event_session_address) 
+WHERE xe.name = 'system_health'
+AND xet.target_name = 'ring_buffer'
+;WITH CTE_HealthSession (EventXML) AS
+(
+SELECT C.query('.') EventXML
+FROM #SystemHealthSessionData a
+CROSS APPLY a.XMLDATA.nodes('/RingBufferTarget/event') as T(C)
+)
+SELECT DATEADD(mi,@UTCDateDiff,EventXML.value('(/event/@timestamp)[1]', 'datetime')) as EventTime,
+EventXML.value('(/event/data/value)[3]', 'int') as process_utilization,
+EventXML.value('(/event/data/value)[4]', 'int') as system_idle,
+EventXML.value('(/event/data/value)[7]', 'float') as page_faults,
+EventXML.value('(/event/data/value)[8]', 'float') as working_set_delta,
+EventXML.value('(/event/data/value)[9]', 'int') as memory_utilization
+FROM CTE_HealthSession 
+WHERE EventXML.value('(/event/@name)[1]', 'varchar(255)') = 'scheduler_monitor_system_health_ring_buffer_recorded'
+ORDER BY EventTime
+
+DROP TABLE #SystemHealthSessionData
+
+END 
+
+SET NOCOUNT OFF</CommandText>
+        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
+      </Query>
+      <Fields>
+        <Field Name="EventTime">
+          <DataField>EventTime</DataField>
+          <rd:TypeName>System.DateTime</rd:TypeName>
+        </Field>
+        <Field Name="process_utilization">
+          <DataField>process_utilization</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="system_idle">
+          <DataField>system_idle</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="page_faults">
+          <DataField>page_faults</DataField>
+          <rd:TypeName>System.Double</rd:TypeName>
+        </Field>
+        <Field Name="working_set_delta">
+          <DataField>working_set_delta</DataField>
+          <rd:TypeName>System.Double</rd:TypeName>
+        </Field>
+        <Field Name="memory_utilization">
+          <DataField>memory_utilization</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_TimeDifference">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>DECLARE @UTDDateDiff int
+SET @UTDDateDiff = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+IF (@UTDDateDiff &gt; 0)
+	SELECT ('UTC Time Difference: ' + CAST((@UTDDateDiff/60) AS char(3)) + ' hours ' + CAST((@UTDDateDiff%60) AS char(3)) + ' minutes') AS UTCString
+ELSE
+	SELECT ('UTC Time Difference: -' + SUBSTRING(CAST((@UTDDateDiff/60) AS char(3)),2,3) + ' hours ' + SUBSTRING(CAST((@UTDDateDiff%60) AS char(3)),2,3) + ' minutes') AS UTCString</CommandText>
+        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
+      </Query>
+      <Fields>
+        <Field Name="UTCString">
+          <DataField>UTCString</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_Version">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>SELECT (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1)) as VersionMajorNumber</CommandText>
+      </Query>
+      <Fields>
+        <Field Name="VersionMajorNumber">
+          <DataField>VersionMajorNumber</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+  </DataSets>
+  <ReportSections>
+    <ReportSection>
+      <Body>
+        <ReportItems>
+          <Textbox Name="Textbox7">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value>Instance Health Summary Report</Value>
+                    <Style>
+                      <FontSize>16pt</FontSize>
+                      <FontWeight>Bold</FontWeight>
+                      <Color>White</Color>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style>
+                  <TextAlign>Center</TextAlign>
+                </Style>
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox7</rd:DefaultName>
+            <Top>0.16333in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.36667in</Height>
+            <Width>12.44791in</Width>
+            <Style>
+              <Border>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+              </Border>
+              <TopBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </TopBorder>
+              <BottomBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </BottomBorder>
+              <LeftBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </LeftBorder>
+              <RightBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </RightBorder>
+              <BackgroundColor>CornflowerBlue</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+          <Textbox Name="Textbox17">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value>=First(Fields!UTCString.Value, "DS_TimeDifference")</Value>
+                    <Style>
+                      <FontWeight>Bold</FontWeight>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style />
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox17</rd:DefaultName>
+            <Top>0.53in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.24722in</Height>
+            <Width>12.44791in</Width>
+            <ZIndex>1</ZIndex>
+            <Style>
+              <Border>
+                <Style>None</Style>
+              </Border>
+              <BackgroundColor>Silver</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+          <GaugePanel Name="GaugePanel1">
+            <RadialGauges>
+              <RadialGauge Name="RadialGauge1">
+                <GaugeScales>
+                  <RadialScale Name="RadialScale1">
+                    <GaugePointers>
+                      <RadialPointer Name="RadialPointer1">
+                        <PointerCap>
+                          <Style>
+                            <BackgroundColor>DimGray</BackgroundColor>
+                            <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                            <BackgroundGradientEndColor>DimGray</BackgroundGradientEndColor>
+                            <BackgroundHatchType>None</BackgroundHatchType>
+                          </Style>
+                          <CapImage>
+                            <OffsetX>0pt</OffsetX>
+                            <OffsetY>0pt</OffsetY>
+                            <Source>External</Source>
+                            <Value />
+                          </CapImage>
+                          <OnTop>true</OnTop>
+                          <CapStyle>RoundedGlossyWithIndentation</CapStyle>
+                          <Width>35</Width>
+                        </PointerCap>
+                        <NeedleStyle>ArrowWithTail</NeedleStyle>
+                        <Style>
+                          <Border>
+                            <Style>None</Style>
+                          </Border>
+                          <BackgroundColor>White</BackgroundColor>
+                          <BackgroundGradientType>TopBottom</BackgroundGradientType>
+                          <BackgroundGradientEndColor>=Code.NeedleColor (Avg(Fields!process_utilization.Value, "DS_Dashboard"))</BackgroundGradientEndColor>
+                          <BackgroundHatchType>None</BackgroundHatchType>
+                          <ShadowOffset>1pt</ShadowOffset>
+                        </Style>
+                        <GaugeInputValue>
+                          <Value>=Avg(Fields!process_utilization.Value)</Value>
+                          <Multiplier>1</Multiplier>
+                        </GaugeInputValue>
+                        <PointerImage>
+                          <OffsetX>0pt</OffsetX>
+                          <OffsetY>0pt</OffsetY>
+                          <Source>External</Source>
+                          <Value />
+                        </PointerImage>
+                        <MarkerLength>25</MarkerLength>
+                        <MarkerStyle>Wedge</MarkerStyle>
+                        <Placement>Inside</Placement>
+                        <Width>15</Width>
+                      </RadialPointer>
+                    </GaugePointers>
+                    <ScaleRanges>
+                      <ScaleRange Name="RadialRange1">
+                        <Style>
+                          <Border>
+                            <Color>Silver</Color>
+                            <Style>Solid</Style>
+                          </Border>
+                          <BackgroundColor>#00ffffff</BackgroundColor>
+                          <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                          <BackgroundGradientEndColor>Salmon</BackgroundGradientEndColor>
+                          <BackgroundHatchType>None</BackgroundHatchType>
+                          <ShadowOffset>0pt</ShadowOffset>
+                        </Style>
+                        <DistanceFromScale>30</DistanceFromScale>
+                        <StartValue>
+                          <Value>80</Value>
+                          <Multiplier>1</Multiplier>
+                        </StartValue>
+                        <EndValue>
+                          <Value>100</Value>
+                          <Multiplier>1</Multiplier>
+                        </EndValue>
+                        <StartWidth>15</StartWidth>
+                        <EndWidth>30</EndWidth>
+                        <Placement>Inside</Placement>
+                      </ScaleRange>
+                    </ScaleRanges>
+                    <Style>
+                      <Border>
+                        <Style>None</Style>
+                      </Border>
+                      <BackgroundColor>CornflowerBlue</BackgroundColor>
+                      <BackgroundGradientType>None</BackgroundGradientType>
+                      <BackgroundGradientEndColor>White</BackgroundGradientEndColor>
+                      <BackgroundHatchType>None</BackgroundHatchType>
+                      <ShadowOffset>0pt</ShadowOffset>
+                    </Style>
+                    <Interval>NaN</Interval>
+                    <IntervalOffset>NaN</IntervalOffset>
+                    <MaximumValue>
+                      <Value>100</Value>
+                      <Multiplier>1</Multiplier>
+                    </MaximumValue>
+                    <MinimumValue>
+                      <Value>0</Value>
+                      <Multiplier>1</Multiplier>
+                    </MinimumValue>
+                    <GaugeMajorTickMarks>
+                      <Interval>NaN</Interval>
+                      <IntervalOffset>NaN</IntervalOffset>
+                      <Style>
+                        <Border>
+                          <Color>DimGray</Color>
+                          <Style>None</Style>
+                        </Border>
+                        <BackgroundColor>DimGray</BackgroundColor>
+                      </Style>
+                      <Placement>Cross</Placement>
+                      <TickMarkImage>
+                        <Source>External</Source>
+                        <Value />
+                      </TickMarkImage>
+                      <Length>18</Length>
+                      <Width>2</Width>
+                    </GaugeMajorTickMarks>
+                    <GaugeMinorTickMarks>
+                      <Interval>NaN</Interval>
+                      <IntervalOffset>NaN</IntervalOffset>
+                      <Style>
+                        <Border>
+                          <Color>DimGray</Color>
+                          <Style>None</Style>
+                        </Border>
+                        <BackgroundColor>DimGray</BackgroundColor>
+                      </Style>
+                      <Placement>Cross</Placement>
+                      <TickMarkImage>
+                        <Source>External</Source>
+                        <Value />
+                      </TickMarkImage>
+                      <Length>8</Length>
+                      <Width>1</Width>
+                    </GaugeMinorTickMarks>
+                    <MaximumPin>
+                      <PinLabel>
+                        <Style>
+                          <FontSize>12pt</FontSize>
+                        </Style>
+                        <DistanceFromScale>0</DistanceFromScale>
+                      </PinLabel>
+                      <Style>
+                        <Border>
+                          <Color>DimGray</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>WhiteSmoke</BackgroundColor>
+                      </Style>
+                      <Placement>Cross</Placement>
+                      <TickMarkImage>
+                        <Source>External</Source>
+                        <Value />
+                      </TickMarkImage>
+                      <Length>6</Length>
+                      <Width>6</Width>
+                      <Shape>Circle</Shape>
+                    </MaximumPin>
+                    <MinimumPin>
+                      <PinLabel>
+                        <Style>
+                          <FontSize>12pt</FontSize>
+                        </Style>
+                        <DistanceFromScale>0</DistanceFromScale>
+                      </PinLabel>
+                      <Style>
+                        <Border>
+                          <Color>DimGray</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>WhiteSmoke</BackgroundColor>
+                      </Style>
+                      <Placement>Cross</Placement>
+                      <TickMarkImage>
+                        <Source>External</Source>
+                        <Value />
+                      </TickMarkImage>
+                      <Length>6</Length>
+                      <Width>6</Width>
+                      <Shape>Circle</Shape>
+                    </MinimumPin>
+                    <ScaleLabels>
+                      <Style>
+                        <FontSize>14pt</FontSize>
+                        <Color>#404040</Color>
+                      </Style>
+                      <Interval>NaN</Interval>
+                      <IntervalOffset>NaN</IntervalOffset>
+                      <DistanceFromScale>0</DistanceFromScale>
+                      <RotateLabels>true</RotateLabels>
+                      <ShowEndLabels>true</ShowEndLabels>
+                      <UseFontPercent>true</UseFontPercent>
+                    </ScaleLabels>
+                    <Width>0</Width>
+                  </RadialScale>
+                </GaugeScales>
+                <BackFrame>
+                  <Style>
+                    <Border>
+                      <Style>None</Style>
+                    </Border>
+                    <BackgroundColor>Silver</BackgroundColor>
+                    <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                    <BackgroundGradientEndColor>Gainsboro</BackgroundGradientEndColor>
+                    <BackgroundHatchType>None</BackgroundHatchType>
+                    <ShadowOffset>2pt</ShadowOffset>
+                  </Style>
+                  <FrameStyle>Edged</FrameStyle>
+                  <FrameShape>CustomSemiCircularN3</FrameShape>
+                  <FrameBackground>
+                    <Style>
+                      <BackgroundColor>LightSteelBlue</BackgroundColor>
+                      <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                      <BackgroundGradientEndColor>Gray</BackgroundGradientEndColor>
+                      <BackgroundHatchType>None</BackgroundHatchType>
+                    </Style>
+                  </FrameBackground>
+                  <FrameImage>
+                    <Source>External</Source>
+                    <Value />
+                  </FrameImage>
+                </BackFrame>
+                <ClipContent>true</ClipContent>
+                <TopImage>
+                  <Source>External</Source>
+                  <Value />
+                </TopImage>
+                <AspectRatio>1</AspectRatio>
+                <Height>98.3333358764648</Height>
+                <Width>98.3333358764648</Width>
+              </RadialGauge>
+            </RadialGauges>
+            <AutoLayout>true</AutoLayout>
+            <BackFrame>
+              <Style>
+                <Border>
+                  <Style>None</Style>
+                </Border>
+                <BackgroundColor>Gainsboro</BackgroundColor>
+                <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                <BackgroundGradientEndColor>Gray</BackgroundGradientEndColor>
+                <BackgroundHatchType>None</BackgroundHatchType>
+                <ShadowOffset>0pt</ShadowOffset>
+              </Style>
+              <FrameBackground>
+                <Style>
+                  <BackgroundColor>Silver</BackgroundColor>
+                  <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                  <BackgroundGradientEndColor>Gray</BackgroundGradientEndColor>
+                  <BackgroundHatchType>None</BackgroundHatchType>
+                </Style>
+              </FrameBackground>
+              <FrameImage>
+                <Source>External</Source>
+                <Value />
+              </FrameImage>
+            </BackFrame>
+            <TopImage>
+              <Source>External</Source>
+              <Value />
+            </TopImage>
+            <DataSetName>DS_Dashboard</DataSetName>
+            <Top>0.9375in</Top>
+            <Left>0.2675in</Left>
+            <Height>2in</Height>
+            <Width>3in</Width>
+            <ZIndex>2</ZIndex>
+            <Style>
+              <Border>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+              </Border>
+              <TopBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </TopBorder>
+              <BottomBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </BottomBorder>
+              <LeftBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </LeftBorder>
+              <RightBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </RightBorder>
+              <BackgroundColor>White</BackgroundColor>
+            </Style>
+          </GaugePanel>
+          <GaugePanel Name="GaugePanel2">
+            <RadialGauges>
+              <RadialGauge Name="RadialGauge1">
+                <GaugeScales>
+                  <RadialScale Name="RadialScale1">
+                    <GaugePointers>
+                      <RadialPointer Name="RadialPointer1">
+                        <PointerCap>
+                          <Style>
+                            <BackgroundColor>DimGray</BackgroundColor>
+                            <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                            <BackgroundGradientEndColor>DimGray</BackgroundGradientEndColor>
+                            <BackgroundHatchType>None</BackgroundHatchType>
+                          </Style>
+                          <CapImage>
+                            <OffsetX>0pt</OffsetX>
+                            <OffsetY>0pt</OffsetY>
+                            <Source>External</Source>
+                            <Value />
+                          </CapImage>
+                          <OnTop>true</OnTop>
+                          <CapStyle>RoundedGlossyWithIndentation</CapStyle>
+                          <Width>35</Width>
+                        </PointerCap>
+                        <NeedleStyle>ArrowWithTail</NeedleStyle>
+                        <Style>
+                          <Border>
+                            <Style>None</Style>
+                          </Border>
+                          <BackgroundColor>White</BackgroundColor>
+                          <BackgroundGradientType>TopBottom</BackgroundGradientType>
+                          <BackgroundGradientEndColor>=Code.NeedleColorInverse  (Avg(Fields!system_idle.Value, "DS_Dashboard"))</BackgroundGradientEndColor>
+                          <BackgroundHatchType>None</BackgroundHatchType>
+                          <ShadowOffset>1pt</ShadowOffset>
+                        </Style>
+                        <GaugeInputValue>
+                          <Value>=Avg(Fields!system_idle.Value)</Value>
+                          <Multiplier>1</Multiplier>
+                        </GaugeInputValue>
+                        <PointerImage>
+                          <OffsetX>0pt</OffsetX>
+                          <OffsetY>0pt</OffsetY>
+                          <Source>External</Source>
+                          <Value />
+                        </PointerImage>
+                        <MarkerLength>25</MarkerLength>
+                        <MarkerStyle>Wedge</MarkerStyle>
+                        <Placement>Inside</Placement>
+                        <Width>15</Width>
+                      </RadialPointer>
+                    </GaugePointers>
+                    <ScaleRanges>
+                      <ScaleRange Name="RadialRange1">
+                        <Style>
+                          <Border>
+                            <Color>Silver</Color>
+                            <Style>Solid</Style>
+                          </Border>
+                          <BackgroundColor>#00ffffff</BackgroundColor>
+                          <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                          <BackgroundGradientEndColor>LightGreen</BackgroundGradientEndColor>
+                          <BackgroundHatchType>None</BackgroundHatchType>
+                          <ShadowOffset>0pt</ShadowOffset>
+                        </Style>
+                        <DistanceFromScale>30</DistanceFromScale>
+                        <StartValue>
+                          <Value>80</Value>
+                          <Multiplier>1</Multiplier>
+                        </StartValue>
+                        <EndValue>
+                          <Value>100</Value>
+                          <Multiplier>1</Multiplier>
+                        </EndValue>
+                        <StartWidth>15</StartWidth>
+                        <EndWidth>30</EndWidth>
+                        <Placement>Inside</Placement>
+                      </ScaleRange>
+                    </ScaleRanges>
+                    <Style>
+                      <Border>
+                        <Style>None</Style>
+                      </Border>
+                      <BackgroundColor>CornflowerBlue</BackgroundColor>
+                      <BackgroundGradientType>None</BackgroundGradientType>
+                      <BackgroundGradientEndColor>White</BackgroundGradientEndColor>
+                      <BackgroundHatchType>None</BackgroundHatchType>
+                      <ShadowOffset>0pt</ShadowOffset>
+                    </Style>
+                    <Interval>NaN</Interval>
+                    <IntervalOffset>NaN</IntervalOffset>
+                    <MaximumValue>
+                      <Value>100</Value>
+                      <Multiplier>1</Multiplier>
+                    </MaximumValue>
+                    <MinimumValue>
+                      <Value>0</Value>
+                      <Multiplier>1</Multiplier>
+                    </MinimumValue>
+                    <GaugeMajorTickMarks>
+                      <Interval>NaN</Interval>
+                      <IntervalOffset>NaN</IntervalOffset>
+                      <Style>
+                        <Border>
+                          <Color>DimGray</Color>
+                          <Style>None</Style>
+                        </Border>
+                        <BackgroundColor>DimGray</BackgroundColor>
+                      </Style>
+                      <Placement>Cross</Placement>
+                      <TickMarkImage>
+                        <Source>External</Source>
+                        <Value />
+                      </TickMarkImage>
+                      <Length>18</Length>
+                      <Width>2</Width>
+                    </GaugeMajorTickMarks>
+                    <GaugeMinorTickMarks>
+                      <Interval>NaN</Interval>
+                      <IntervalOffset>NaN</IntervalOffset>
+                      <Style>
+                        <Border>
+                          <Color>DimGray</Color>
+                          <Style>None</Style>
+                        </Border>
+                        <BackgroundColor>DimGray</BackgroundColor>
+                      </Style>
+                      <Placement>Cross</Placement>
+                      <TickMarkImage>
+                        <Source>External</Source>
+                        <Value />
+                      </TickMarkImage>
+                      <Length>8</Length>
+                      <Width>1</Width>
+                    </GaugeMinorTickMarks>
+                    <MaximumPin>
+                      <PinLabel>
+                        <Style>
+                          <FontSize>12pt</FontSize>
+                        </Style>
+                        <DistanceFromScale>0</DistanceFromScale>
+                      </PinLabel>
+                      <Style>
+                        <Border>
+                          <Color>DimGray</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>WhiteSmoke</BackgroundColor>
+                      </Style>
+                      <Placement>Cross</Placement>
+                      <TickMarkImage>
+                        <Source>External</Source>
+                        <Value />
+                      </TickMarkImage>
+                      <Length>6</Length>
+                      <Width>6</Width>
+                      <Shape>Circle</Shape>
+                    </MaximumPin>
+                    <MinimumPin>
+                      <PinLabel>
+                        <Style>
+                          <FontSize>12pt</FontSize>
+                        </Style>
+                        <DistanceFromScale>0</DistanceFromScale>
+                      </PinLabel>
+                      <Style>
+                        <Border>
+                          <Color>DimGray</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>WhiteSmoke</BackgroundColor>
+                      </Style>
+                      <Placement>Cross</Placement>
+                      <TickMarkImage>
+                        <Source>External</Source>
+                        <Value />
+                      </TickMarkImage>
+                      <Length>6</Length>
+                      <Width>6</Width>
+                      <Shape>Circle</Shape>
+                    </MinimumPin>
+                    <ScaleLabels>
+                      <Style>
+                        <FontSize>14pt</FontSize>
+                        <Color>#404040</Color>
+                      </Style>
+                      <Interval>NaN</Interval>
+                      <IntervalOffset>NaN</IntervalOffset>
+                      <DistanceFromScale>0</DistanceFromScale>
+                      <RotateLabels>true</RotateLabels>
+                      <ShowEndLabels>true</ShowEndLabels>
+                      <UseFontPercent>true</UseFontPercent>
+                    </ScaleLabels>
+                    <Width>0</Width>
+                  </RadialScale>
+                </GaugeScales>
+                <BackFrame>
+                  <Style>
+                    <Border>
+                      <Style>None</Style>
+                    </Border>
+                    <BackgroundColor>Silver</BackgroundColor>
+                    <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                    <BackgroundGradientEndColor>Gainsboro</BackgroundGradientEndColor>
+                    <BackgroundHatchType>None</BackgroundHatchType>
+                    <ShadowOffset>2pt</ShadowOffset>
+                  </Style>
+                  <FrameStyle>Edged</FrameStyle>
+                  <FrameShape>CustomSemiCircularN3</FrameShape>
+                  <FrameBackground>
+                    <Style>
+                      <BackgroundColor>LightSteelBlue</BackgroundColor>
+                      <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                      <BackgroundGradientEndColor>Gray</BackgroundGradientEndColor>
+                      <BackgroundHatchType>None</BackgroundHatchType>
+                    </Style>
+                  </FrameBackground>
+                  <FrameImage>
+                    <Source>External</Source>
+                    <Value />
+                  </FrameImage>
+                </BackFrame>
+                <ClipContent>true</ClipContent>
+                <TopImage>
+                  <Source>External</Source>
+                  <Value />
+                </TopImage>
+                <AspectRatio>1</AspectRatio>
+                <Height>98.3333358764648</Height>
+                <Width>98.3333358764648</Width>
+              </RadialGauge>
+            </RadialGauges>
+            <AutoLayout>true</AutoLayout>
+            <BackFrame>
+              <Style>
+                <Border>
+                  <Style>None</Style>
+                </Border>
+                <BackgroundColor>Gainsboro</BackgroundColor>
+                <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                <BackgroundGradientEndColor>Gray</BackgroundGradientEndColor>
+                <BackgroundHatchType>None</BackgroundHatchType>
+                <ShadowOffset>0pt</ShadowOffset>
+              </Style>
+              <FrameBackground>
+                <Style>
+                  <BackgroundColor>Silver</BackgroundColor>
+                  <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                  <BackgroundGradientEndColor>Gray</BackgroundGradientEndColor>
+                  <BackgroundHatchType>None</BackgroundHatchType>
+                </Style>
+              </FrameBackground>
+              <FrameImage>
+                <Source>External</Source>
+                <Value />
+              </FrameImage>
+            </BackFrame>
+            <TopImage>
+              <Source>External</Source>
+              <Value />
+            </TopImage>
+            <DataSetName>DS_Dashboard</DataSetName>
+            <Top>0.9375in</Top>
+            <Left>3.33695in</Left>
+            <Height>2in</Height>
+            <Width>3in</Width>
+            <ZIndex>3</ZIndex>
+            <Style>
+              <Border>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+              </Border>
+              <TopBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </TopBorder>
+              <BottomBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </BottomBorder>
+              <LeftBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </LeftBorder>
+              <RightBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </RightBorder>
+              <BackgroundColor>White</BackgroundColor>
+            </Style>
+          </GaugePanel>
+          <GaugePanel Name="GaugePanel3">
+            <RadialGauges>
+              <RadialGauge Name="RadialGauge1">
+                <GaugeScales>
+                  <RadialScale Name="RadialScale1">
+                    <GaugePointers>
+                      <RadialPointer Name="RadialPointer1">
+                        <PointerCap>
+                          <Style>
+                            <BackgroundColor>DimGray</BackgroundColor>
+                            <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                            <BackgroundGradientEndColor>DimGray</BackgroundGradientEndColor>
+                            <BackgroundHatchType>None</BackgroundHatchType>
+                          </Style>
+                          <CapImage>
+                            <OffsetX>0pt</OffsetX>
+                            <OffsetY>0pt</OffsetY>
+                            <Source>External</Source>
+                            <Value />
+                          </CapImage>
+                          <OnTop>true</OnTop>
+                          <CapStyle>RoundedGlossyWithIndentation</CapStyle>
+                          <Width>35</Width>
+                        </PointerCap>
+                        <NeedleStyle>ArrowWithTail</NeedleStyle>
+                        <Style>
+                          <Border>
+                            <Style>None</Style>
+                          </Border>
+                          <BackgroundColor>White</BackgroundColor>
+                          <BackgroundGradientType>TopBottom</BackgroundGradientType>
+                          <BackgroundGradientEndColor>=Code.NeedleColor (100 - (Avg(Fields!system_idle.Value, "DS_Dashboard") + Avg(Fields!process_utilization.Value, "DS_Dashboard")))</BackgroundGradientEndColor>
+                          <BackgroundHatchType>None</BackgroundHatchType>
+                          <ShadowOffset>1pt</ShadowOffset>
+                        </Style>
+                        <GaugeInputValue>
+                          <Value>=100 - (Avg(Fields!system_idle.Value, "DS_Dashboard") + Avg(Fields!process_utilization.Value, "DS_Dashboard"))</Value>
+                          <Multiplier>1</Multiplier>
+                        </GaugeInputValue>
+                        <PointerImage>
+                          <OffsetX>0pt</OffsetX>
+                          <OffsetY>0pt</OffsetY>
+                          <Source>External</Source>
+                          <Value />
+                        </PointerImage>
+                        <MarkerLength>25</MarkerLength>
+                        <MarkerStyle>Wedge</MarkerStyle>
+                        <Placement>Inside</Placement>
+                        <Width>15</Width>
+                      </RadialPointer>
+                    </GaugePointers>
+                    <ScaleRanges>
+                      <ScaleRange Name="RadialRange1">
+                        <Style>
+                          <Border>
+                            <Color>Silver</Color>
+                            <Style>Solid</Style>
+                          </Border>
+                          <BackgroundColor>#00ffffff</BackgroundColor>
+                          <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                          <BackgroundGradientEndColor>Salmon</BackgroundGradientEndColor>
+                          <BackgroundHatchType>None</BackgroundHatchType>
+                          <ShadowOffset>0pt</ShadowOffset>
+                        </Style>
+                        <DistanceFromScale>30</DistanceFromScale>
+                        <StartValue>
+                          <Value>80</Value>
+                          <Multiplier>1</Multiplier>
+                        </StartValue>
+                        <EndValue>
+                          <Value>100</Value>
+                          <Multiplier>1</Multiplier>
+                        </EndValue>
+                        <StartWidth>15</StartWidth>
+                        <EndWidth>30</EndWidth>
+                        <Placement>Inside</Placement>
+                      </ScaleRange>
+                    </ScaleRanges>
+                    <Style>
+                      <Border>
+                        <Style>None</Style>
+                      </Border>
+                      <BackgroundColor>CornflowerBlue</BackgroundColor>
+                      <BackgroundGradientType>None</BackgroundGradientType>
+                      <BackgroundGradientEndColor>White</BackgroundGradientEndColor>
+                      <BackgroundHatchType>None</BackgroundHatchType>
+                      <ShadowOffset>0pt</ShadowOffset>
+                    </Style>
+                    <Interval>NaN</Interval>
+                    <IntervalOffset>NaN</IntervalOffset>
+                    <MaximumValue>
+                      <Value>100</Value>
+                      <Multiplier>1</Multiplier>
+                    </MaximumValue>
+                    <MinimumValue>
+                      <Value>0</Value>
+                      <Multiplier>1</Multiplier>
+                    </MinimumValue>
+                    <GaugeMajorTickMarks>
+                      <Interval>NaN</Interval>
+                      <IntervalOffset>NaN</IntervalOffset>
+                      <Style>
+                        <Border>
+                          <Color>DimGray</Color>
+                          <Style>None</Style>
+                        </Border>
+                        <BackgroundColor>DimGray</BackgroundColor>
+                      </Style>
+                      <Placement>Cross</Placement>
+                      <TickMarkImage>
+                        <Source>External</Source>
+                        <Value />
+                      </TickMarkImage>
+                      <Length>18</Length>
+                      <Width>2</Width>
+                    </GaugeMajorTickMarks>
+                    <GaugeMinorTickMarks>
+                      <Interval>NaN</Interval>
+                      <IntervalOffset>NaN</IntervalOffset>
+                      <Style>
+                        <Border>
+                          <Color>DimGray</Color>
+                          <Style>None</Style>
+                        </Border>
+                        <BackgroundColor>DimGray</BackgroundColor>
+                      </Style>
+                      <Placement>Cross</Placement>
+                      <TickMarkImage>
+                        <Source>External</Source>
+                        <Value />
+                      </TickMarkImage>
+                      <Length>8</Length>
+                      <Width>1</Width>
+                    </GaugeMinorTickMarks>
+                    <MaximumPin>
+                      <PinLabel>
+                        <Style>
+                          <FontSize>12pt</FontSize>
+                        </Style>
+                        <DistanceFromScale>0</DistanceFromScale>
+                      </PinLabel>
+                      <Style>
+                        <Border>
+                          <Color>DimGray</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>WhiteSmoke</BackgroundColor>
+                      </Style>
+                      <Placement>Cross</Placement>
+                      <TickMarkImage>
+                        <Source>External</Source>
+                        <Value />
+                      </TickMarkImage>
+                      <Length>6</Length>
+                      <Width>6</Width>
+                      <Shape>Circle</Shape>
+                    </MaximumPin>
+                    <MinimumPin>
+                      <PinLabel>
+                        <Style>
+                          <FontSize>12pt</FontSize>
+                        </Style>
+                        <DistanceFromScale>0</DistanceFromScale>
+                      </PinLabel>
+                      <Style>
+                        <Border>
+                          <Color>DimGray</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>WhiteSmoke</BackgroundColor>
+                      </Style>
+                      <Placement>Cross</Placement>
+                      <TickMarkImage>
+                        <Source>External</Source>
+                        <Value />
+                      </TickMarkImage>
+                      <Length>6</Length>
+                      <Width>6</Width>
+                      <Shape>Circle</Shape>
+                    </MinimumPin>
+                    <ScaleLabels>
+                      <Style>
+                        <FontSize>14pt</FontSize>
+                        <Color>#404040</Color>
+                      </Style>
+                      <Interval>NaN</Interval>
+                      <IntervalOffset>NaN</IntervalOffset>
+                      <DistanceFromScale>0</DistanceFromScale>
+                      <RotateLabels>true</RotateLabels>
+                      <ShowEndLabels>true</ShowEndLabels>
+                      <UseFontPercent>true</UseFontPercent>
+                    </ScaleLabels>
+                    <Width>0</Width>
+                  </RadialScale>
+                </GaugeScales>
+                <BackFrame>
+                  <Style>
+                    <Border>
+                      <Style>None</Style>
+                    </Border>
+                    <BackgroundColor>Silver</BackgroundColor>
+                    <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                    <BackgroundGradientEndColor>Gainsboro</BackgroundGradientEndColor>
+                    <BackgroundHatchType>None</BackgroundHatchType>
+                    <ShadowOffset>2pt</ShadowOffset>
+                  </Style>
+                  <FrameStyle>Edged</FrameStyle>
+                  <FrameShape>CustomSemiCircularN3</FrameShape>
+                  <FrameBackground>
+                    <Style>
+                      <BackgroundColor>LightSteelBlue</BackgroundColor>
+                      <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                      <BackgroundGradientEndColor>Gray</BackgroundGradientEndColor>
+                      <BackgroundHatchType>None</BackgroundHatchType>
+                    </Style>
+                  </FrameBackground>
+                  <FrameImage>
+                    <Source>External</Source>
+                    <Value />
+                  </FrameImage>
+                </BackFrame>
+                <ClipContent>true</ClipContent>
+                <TopImage>
+                  <Source>External</Source>
+                  <Value />
+                </TopImage>
+                <AspectRatio>1</AspectRatio>
+                <Height>98.3333358764648</Height>
+                <Width>98.3333358764648</Width>
+              </RadialGauge>
+            </RadialGauges>
+            <AutoLayout>true</AutoLayout>
+            <BackFrame>
+              <Style>
+                <Border>
+                  <Style>None</Style>
+                </Border>
+                <BackgroundColor>Gainsboro</BackgroundColor>
+                <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                <BackgroundGradientEndColor>Gray</BackgroundGradientEndColor>
+                <BackgroundHatchType>None</BackgroundHatchType>
+                <ShadowOffset>0pt</ShadowOffset>
+              </Style>
+              <FrameBackground>
+                <Style>
+                  <BackgroundColor>Silver</BackgroundColor>
+                  <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                  <BackgroundGradientEndColor>Gray</BackgroundGradientEndColor>
+                  <BackgroundHatchType>None</BackgroundHatchType>
+                </Style>
+              </FrameBackground>
+              <FrameImage>
+                <Source>External</Source>
+                <Value />
+              </FrameImage>
+            </BackFrame>
+            <TopImage>
+              <Source>External</Source>
+              <Value />
+            </TopImage>
+            <DataSetName>DS_Dashboard</DataSetName>
+            <Top>0.9375in</Top>
+            <Left>6.40639in</Left>
+            <Height>2in</Height>
+            <Width>3in</Width>
+            <ZIndex>4</ZIndex>
+            <Style>
+              <Border>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+              </Border>
+              <TopBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </TopBorder>
+              <BottomBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </BottomBorder>
+              <LeftBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </LeftBorder>
+              <RightBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </RightBorder>
+              <BackgroundColor>White</BackgroundColor>
+            </Style>
+          </GaugePanel>
+          <GaugePanel Name="GaugePanel4">
+            <RadialGauges>
+              <RadialGauge Name="RadialGauge1">
+                <GaugeScales>
+                  <RadialScale Name="RadialScale1">
+                    <GaugePointers>
+                      <RadialPointer Name="RadialPointer1">
+                        <PointerCap>
+                          <Style>
+                            <BackgroundColor>DimGray</BackgroundColor>
+                            <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                            <BackgroundGradientEndColor>DimGray</BackgroundGradientEndColor>
+                            <BackgroundHatchType>None</BackgroundHatchType>
+                          </Style>
+                          <CapImage>
+                            <OffsetX>0pt</OffsetX>
+                            <OffsetY>0pt</OffsetY>
+                            <Source>External</Source>
+                            <Value />
+                          </CapImage>
+                          <OnTop>true</OnTop>
+                          <CapStyle>RoundedGlossyWithIndentation</CapStyle>
+                          <Width>35</Width>
+                        </PointerCap>
+                        <NeedleStyle>ArrowWithTail</NeedleStyle>
+                        <Style>
+                          <Border>
+                            <Style>None</Style>
+                          </Border>
+                          <BackgroundColor>White</BackgroundColor>
+                          <BackgroundGradientType>TopBottom</BackgroundGradientType>
+                          <BackgroundGradientEndColor>=Code.NeedleColorInverse (Avg(Fields!memory_utilization.Value, "DS_Dashboard"))</BackgroundGradientEndColor>
+                          <BackgroundHatchType>None</BackgroundHatchType>
+                          <ShadowOffset>1pt</ShadowOffset>
+                        </Style>
+                        <GaugeInputValue>
+                          <Value>=Avg(Fields!memory_utilization.Value)</Value>
+                          <Multiplier>1</Multiplier>
+                        </GaugeInputValue>
+                        <PointerImage>
+                          <OffsetX>0pt</OffsetX>
+                          <OffsetY>0pt</OffsetY>
+                          <Source>External</Source>
+                          <Value />
+                        </PointerImage>
+                        <MarkerLength>25</MarkerLength>
+                        <MarkerStyle>Wedge</MarkerStyle>
+                        <Placement>Inside</Placement>
+                        <Width>15</Width>
+                      </RadialPointer>
+                    </GaugePointers>
+                    <ScaleRanges>
+                      <ScaleRange Name="RadialRange1">
+                        <Style>
+                          <Border>
+                            <Color>Silver</Color>
+                            <Style>Solid</Style>
+                          </Border>
+                          <BackgroundColor>#00ffffff</BackgroundColor>
+                          <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                          <BackgroundGradientEndColor>LightGreen</BackgroundGradientEndColor>
+                          <BackgroundHatchType>None</BackgroundHatchType>
+                          <ShadowOffset>0pt</ShadowOffset>
+                        </Style>
+                        <DistanceFromScale>30</DistanceFromScale>
+                        <StartValue>
+                          <Value>90</Value>
+                          <Multiplier>1</Multiplier>
+                        </StartValue>
+                        <EndValue>
+                          <Value>100</Value>
+                          <Multiplier>1</Multiplier>
+                        </EndValue>
+                        <StartWidth>15</StartWidth>
+                        <EndWidth>30</EndWidth>
+                        <Placement>Inside</Placement>
+                      </ScaleRange>
+                    </ScaleRanges>
+                    <Style>
+                      <Border>
+                        <Style>None</Style>
+                      </Border>
+                      <BackgroundColor>CornflowerBlue</BackgroundColor>
+                      <BackgroundGradientType>None</BackgroundGradientType>
+                      <BackgroundGradientEndColor>White</BackgroundGradientEndColor>
+                      <BackgroundHatchType>None</BackgroundHatchType>
+                      <ShadowOffset>0pt</ShadowOffset>
+                    </Style>
+                    <Interval>NaN</Interval>
+                    <IntervalOffset>NaN</IntervalOffset>
+                    <MaximumValue>
+                      <Value>100</Value>
+                      <Multiplier>1</Multiplier>
+                    </MaximumValue>
+                    <MinimumValue>
+                      <Value>0</Value>
+                      <Multiplier>1</Multiplier>
+                    </MinimumValue>
+                    <GaugeMajorTickMarks>
+                      <Interval>NaN</Interval>
+                      <IntervalOffset>NaN</IntervalOffset>
+                      <Style>
+                        <Border>
+                          <Color>DimGray</Color>
+                          <Style>None</Style>
+                        </Border>
+                        <BackgroundColor>DimGray</BackgroundColor>
+                      </Style>
+                      <Placement>Cross</Placement>
+                      <TickMarkImage>
+                        <Source>External</Source>
+                        <Value />
+                      </TickMarkImage>
+                      <Length>18</Length>
+                      <Width>2</Width>
+                    </GaugeMajorTickMarks>
+                    <GaugeMinorTickMarks>
+                      <Interval>NaN</Interval>
+                      <IntervalOffset>NaN</IntervalOffset>
+                      <Style>
+                        <Border>
+                          <Color>DimGray</Color>
+                          <Style>None</Style>
+                        </Border>
+                        <BackgroundColor>DimGray</BackgroundColor>
+                      </Style>
+                      <Placement>Cross</Placement>
+                      <TickMarkImage>
+                        <Source>External</Source>
+                        <Value />
+                      </TickMarkImage>
+                      <Length>8</Length>
+                      <Width>1</Width>
+                    </GaugeMinorTickMarks>
+                    <MaximumPin>
+                      <PinLabel>
+                        <Style>
+                          <FontSize>12pt</FontSize>
+                        </Style>
+                        <DistanceFromScale>0</DistanceFromScale>
+                      </PinLabel>
+                      <Style>
+                        <Border>
+                          <Color>DimGray</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>WhiteSmoke</BackgroundColor>
+                      </Style>
+                      <Placement>Cross</Placement>
+                      <TickMarkImage>
+                        <Source>External</Source>
+                        <Value />
+                      </TickMarkImage>
+                      <Length>6</Length>
+                      <Width>6</Width>
+                      <Shape>Circle</Shape>
+                    </MaximumPin>
+                    <MinimumPin>
+                      <PinLabel>
+                        <Style>
+                          <FontSize>12pt</FontSize>
+                        </Style>
+                        <DistanceFromScale>0</DistanceFromScale>
+                      </PinLabel>
+                      <Style>
+                        <Border>
+                          <Color>DimGray</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>WhiteSmoke</BackgroundColor>
+                      </Style>
+                      <Placement>Cross</Placement>
+                      <TickMarkImage>
+                        <Source>External</Source>
+                        <Value />
+                      </TickMarkImage>
+                      <Length>6</Length>
+                      <Width>6</Width>
+                      <Shape>Circle</Shape>
+                    </MinimumPin>
+                    <ScaleLabels>
+                      <Style>
+                        <FontSize>14pt</FontSize>
+                        <Color>#404040</Color>
+                      </Style>
+                      <Interval>NaN</Interval>
+                      <IntervalOffset>NaN</IntervalOffset>
+                      <DistanceFromScale>0</DistanceFromScale>
+                      <RotateLabels>true</RotateLabels>
+                      <ShowEndLabels>true</ShowEndLabels>
+                      <UseFontPercent>true</UseFontPercent>
+                    </ScaleLabels>
+                    <Width>0</Width>
+                  </RadialScale>
+                </GaugeScales>
+                <BackFrame>
+                  <Style>
+                    <Border>
+                      <Style>None</Style>
+                    </Border>
+                    <BackgroundColor>Silver</BackgroundColor>
+                    <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                    <BackgroundGradientEndColor>Gainsboro</BackgroundGradientEndColor>
+                    <BackgroundHatchType>None</BackgroundHatchType>
+                    <ShadowOffset>2pt</ShadowOffset>
+                  </Style>
+                  <FrameStyle>Edged</FrameStyle>
+                  <FrameShape>CustomSemiCircularN3</FrameShape>
+                  <FrameBackground>
+                    <Style>
+                      <BackgroundColor>LightSteelBlue</BackgroundColor>
+                      <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                      <BackgroundGradientEndColor>Gray</BackgroundGradientEndColor>
+                      <BackgroundHatchType>None</BackgroundHatchType>
+                    </Style>
+                  </FrameBackground>
+                  <FrameImage>
+                    <Source>External</Source>
+                    <Value />
+                  </FrameImage>
+                </BackFrame>
+                <ClipContent>true</ClipContent>
+                <TopImage>
+                  <Source>External</Source>
+                  <Value />
+                </TopImage>
+                <AspectRatio>1</AspectRatio>
+                <Height>98.3333358764648</Height>
+                <Width>98.3333358764648</Width>
+              </RadialGauge>
+            </RadialGauges>
+            <AutoLayout>true</AutoLayout>
+            <BackFrame>
+              <Style>
+                <Border>
+                  <Style>None</Style>
+                </Border>
+                <BackgroundColor>Gainsboro</BackgroundColor>
+                <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                <BackgroundGradientEndColor>Gray</BackgroundGradientEndColor>
+                <BackgroundHatchType>None</BackgroundHatchType>
+                <ShadowOffset>0pt</ShadowOffset>
+              </Style>
+              <FrameBackground>
+                <Style>
+                  <BackgroundColor>Silver</BackgroundColor>
+                  <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                  <BackgroundGradientEndColor>Gray</BackgroundGradientEndColor>
+                  <BackgroundHatchType>None</BackgroundHatchType>
+                </Style>
+              </FrameBackground>
+              <FrameImage>
+                <Source>External</Source>
+                <Value />
+              </FrameImage>
+            </BackFrame>
+            <TopImage>
+              <Source>External</Source>
+              <Value />
+            </TopImage>
+            <DataSetName>DS_Dashboard</DataSetName>
+            <Top>0.9375in</Top>
+            <Left>9.47584in</Left>
+            <Height>2in</Height>
+            <Width>3in</Width>
+            <ZIndex>5</ZIndex>
+            <Style>
+              <Border>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+              </Border>
+              <TopBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </TopBorder>
+              <BottomBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </BottomBorder>
+              <LeftBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </LeftBorder>
+              <RightBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </RightBorder>
+              <BackgroundColor>White</BackgroundColor>
+            </Style>
+          </GaugePanel>
+          <Textbox Name="Textbox3">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value>="Avg SQL CPU usage: " + CStr(Int(Avg(Fields!process_utilization.Value, "DS_Dashboard"))) + "%"</Value>
+                    <Style>
+                      <FontWeight>Bold</FontWeight>
+                      <Color>White</Color>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style>
+                  <TextAlign>Center</TextAlign>
+                </Style>
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox3</rd:DefaultName>
+            <Top>2.9375in</Top>
+            <Left>0.28139in</Left>
+            <Height>0.25in</Height>
+            <Width>3in</Width>
+            <ZIndex>6</ZIndex>
+            <Style>
+              <Border>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+              </Border>
+              <TopBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </TopBorder>
+              <BottomBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </BottomBorder>
+              <LeftBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </LeftBorder>
+              <RightBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </RightBorder>
+              <BackgroundColor>CornflowerBlue</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+          <Textbox Name="Textbox4">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value>="Avg system idle CPU usage: " + CStr(Int(Avg(Fields!system_idle.Value, "DS_Dashboard"))) + "%"</Value>
+                    <Style>
+                      <FontWeight>Bold</FontWeight>
+                      <Color>White</Color>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style>
+                  <TextAlign>Center</TextAlign>
+                </Style>
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox3</rd:DefaultName>
+            <Top>2.9375in</Top>
+            <Left>3.33695in</Left>
+            <Height>0.25in</Height>
+            <Width>3in</Width>
+            <ZIndex>7</ZIndex>
+            <Style>
+              <Border>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+              </Border>
+              <TopBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </TopBorder>
+              <BottomBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </BottomBorder>
+              <LeftBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </LeftBorder>
+              <RightBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </RightBorder>
+              <BackgroundColor>CornflowerBlue</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+          <Textbox Name="Textbox5">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value>="Avg Other processes CPU usage: " + CStr(Int(100-(Avg(Fields!process_utilization.Value, "DS_Dashboard") + Avg(Fields!system_idle.Value, "DS_Dashboard")))) + "%"</Value>
+                    <Style>
+                      <FontWeight>Bold</FontWeight>
+                      <Color>White</Color>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style>
+                  <TextAlign>Center</TextAlign>
+                </Style>
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox3</rd:DefaultName>
+            <Top>2.9375in</Top>
+            <Left>6.40639in</Left>
+            <Height>0.25in</Height>
+            <Width>3in</Width>
+            <ZIndex>8</ZIndex>
+            <Style>
+              <Border>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+              </Border>
+              <TopBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </TopBorder>
+              <BottomBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </BottomBorder>
+              <LeftBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </LeftBorder>
+              <RightBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </RightBorder>
+              <BackgroundColor>CornflowerBlue</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+          <Textbox Name="Textbox6">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value>="Avg SQL memory utilization: " + CStr(Int(Avg(Fields!memory_utilization.Value, "DS_Dashboard"))) + "%"</Value>
+                    <Style>
+                      <FontWeight>Bold</FontWeight>
+                      <Color>White</Color>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style>
+                  <TextAlign>Center</TextAlign>
+                </Style>
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox3</rd:DefaultName>
+            <Top>2.9375in</Top>
+            <Left>9.47584in</Left>
+            <Height>0.25in</Height>
+            <Width>3in</Width>
+            <ZIndex>9</ZIndex>
+            <Style>
+              <Border>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+              </Border>
+              <TopBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </TopBorder>
+              <BottomBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </BottomBorder>
+              <LeftBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </LeftBorder>
+              <RightBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </RightBorder>
+              <BackgroundColor>CornflowerBlue</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+          <Textbox Name="Textbox8">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value EvaluationMode="Constant">* Only integer data of the average is shown above. Table below shows data at 1 hour intervals.</Value>
+                    <Style>
+                      <FontStyle>Italic</FontStyle>
+                      <FontSize>9pt</FontSize>
+                      <Color>Maroon</Color>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style>
+                  <TextAlign>Center</TextAlign>
+                </Style>
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox8</rd:DefaultName>
+            <Top>3.1875in</Top>
+            <Left>0.2675in</Left>
+            <Height>0.25in</Height>
+            <Width>12.20834in</Width>
+            <ZIndex>10</ZIndex>
+            <Style>
+              <Border>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+              </Border>
+              <TopBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </TopBorder>
+              <BottomBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </BottomBorder>
+              <LeftBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </LeftBorder>
+              <RightBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </RightBorder>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+          <Chart Name="Chart4">
+            <ChartCategoryHierarchy>
+              <ChartMembers>
+                <ChartMember>
+                  <Group Name="Chart4_CategoryGroup">
+                    <GroupExpressions>
+                      <GroupExpression>=Fields!EventTime.Value</GroupExpression>
+                    </GroupExpressions>
+                  </Group>
+                  <SortExpressions>
+                    <SortExpression>
+                      <Value>=Fields!EventTime.Value</Value>
+                    </SortExpression>
+                  </SortExpressions>
+                  <Label>=Fields!EventTime.Value</Label>
+                </ChartMember>
+              </ChartMembers>
+            </ChartCategoryHierarchy>
+            <ChartSeriesHierarchy>
+              <ChartMembers>
+                <ChartMember>
+                  <Label>process utilization</Label>
+                </ChartMember>
+                <ChartMember>
+                  <Label>process utilization</Label>
+                </ChartMember>
+              </ChartMembers>
+            </ChartSeriesHierarchy>
+            <ChartData>
+              <ChartSeriesCollection>
+                <ChartSeries Name="process_utilization">
+                  <ChartDataPoints>
+                    <ChartDataPoint>
+                      <ChartDataPointValues>
+                        <Y>=Fields!process_utilization.Value</Y>
+                      </ChartDataPointValues>
+                      <ChartDataLabel>
+                        <Style />
+                      </ChartDataLabel>
+                      <ToolTip>="SQL CPU usage was " + CStr(Fields!process_utilization.Value) + "% at " + CStr(Fields!EventTime.Value)</ToolTip>
+                      <Style>
+                        <Color>Maroon</Color>
+                        <BackgroundGradientType>None</BackgroundGradientType>
+                      </Style>
+                      <ChartMarker>
+                        <Style />
+                      </ChartMarker>
+                      <DataElementOutput>Output</DataElementOutput>
+                    </ChartDataPoint>
+                  </ChartDataPoints>
+                  <Type>Line</Type>
+                  <Subtype>Smooth</Subtype>
+                  <Style />
+                  <ChartEmptyPoints>
+                    <Style />
+                    <ChartMarker>
+                      <Style />
+                    </ChartMarker>
+                    <ChartDataLabel>
+                      <Style />
+                    </ChartDataLabel>
+                  </ChartEmptyPoints>
+                  <ChartItemInLegend>
+                    <LegendText>SQL CPU usage %</LegendText>
+                  </ChartItemInLegend>
+                  <ValueAxisName>Primary</ValueAxisName>
+                  <CategoryAxisName>Primary</CategoryAxisName>
+                  <ChartSmartLabel>
+                    <CalloutLineColor>Black</CalloutLineColor>
+                    <MinMovingDistance>0pt</MinMovingDistance>
+                  </ChartSmartLabel>
+                </ChartSeries>
+                <ChartSeries Name="system_idle">
+                  <ChartDataPoints>
+                    <ChartDataPoint>
+                      <ChartDataPointValues>
+                        <Y>=100-(Fields!system_idle.Value+Fields!process_utilization.Value)</Y>
+                      </ChartDataPointValues>
+                      <ChartDataLabel>
+                        <Style />
+                      </ChartDataLabel>
+                      <ToolTip>="Other processes CPU usage was " + CStr(100-(Fields!process_utilization.Value+Fields!system_idle.Value)) + "% at " + CStr(Fields!EventTime.Value)</ToolTip>
+                      <Style>
+                        <Color>DarkBlue</Color>
+                      </Style>
+                      <ChartMarker>
+                        <Style />
+                      </ChartMarker>
+                      <DataElementOutput>Output</DataElementOutput>
+                    </ChartDataPoint>
+                  </ChartDataPoints>
+                  <Type>Line</Type>
+                  <Subtype>Smooth</Subtype>
+                  <Style />
+                  <ChartEmptyPoints>
+                    <Style />
+                    <ChartMarker>
+                      <Style />
+                    </ChartMarker>
+                    <ChartDataLabel>
+                      <Style />
+                    </ChartDataLabel>
+                  </ChartEmptyPoints>
+                  <ChartItemInLegend>
+                    <LegendText>Other processes CPU usage %</LegendText>
+                  </ChartItemInLegend>
+                  <ValueAxisName>Secondary</ValueAxisName>
+                  <CategoryAxisName>Primary</CategoryAxisName>
+                  <ChartSmartLabel>
+                    <CalloutLineColor>Black</CalloutLineColor>
+                    <MinMovingDistance>0pt</MinMovingDistance>
+                  </ChartSmartLabel>
+                </ChartSeries>
+              </ChartSeriesCollection>
+            </ChartData>
+            <ChartAreas>
+              <ChartArea Name="Default">
+                <ChartCategoryAxes>
+                  <ChartAxis Name="Primary">
+                    <Style>
+                      <FontSize>8pt</FontSize>
+                    </Style>
+                    <ChartAxisTitle>
+                      <Caption />
+                      <Style>
+                        <FontSize>8pt</FontSize>
+                      </Style>
+                    </ChartAxisTitle>
+                    <ChartMajorGridLines>
+                      <Enabled>False</Enabled>
+                      <Style>
+                        <Border>
+                          <Color>Gainsboro</Color>
+                        </Border>
+                      </Style>
+                    </ChartMajorGridLines>
+                    <ChartMinorGridLines>
+                      <Style>
+                        <Border>
+                          <Color>Gainsboro</Color>
+                          <Style>Dotted</Style>
+                        </Border>
+                      </Style>
+                    </ChartMinorGridLines>
+                    <ChartMinorTickMarks>
+                      <Length>0.5</Length>
+                    </ChartMinorTickMarks>
+                    <CrossAt>NaN</CrossAt>
+                    <Minimum>NaN</Minimum>
+                    <Maximum>NaN</Maximum>
+                    <HideLabels>true</HideLabels>
+                    <ChartAxisScaleBreak>
+                      <Style />
+                    </ChartAxisScaleBreak>
+                  </ChartAxis>
+                  <ChartAxis Name="Secondary">
+                    <Style>
+                      <FontSize>8pt</FontSize>
+                    </Style>
+                    <ChartAxisTitle>
+                      <Caption>Axis Title</Caption>
+                      <Style>
+                        <FontSize>8pt</FontSize>
+                      </Style>
+                    </ChartAxisTitle>
+                    <ChartMajorGridLines>
+                      <Enabled>False</Enabled>
+                      <Style>
+                        <Border>
+                          <Color>Gainsboro</Color>
+                        </Border>
+                      </Style>
+                    </ChartMajorGridLines>
+                    <ChartMinorGridLines>
+                      <Style>
+                        <Border>
+                          <Color>Gainsboro</Color>
+                          <Style>Dotted</Style>
+                        </Border>
+                      </Style>
+                    </ChartMinorGridLines>
+                    <ChartMinorTickMarks>
+                      <Length>0.5</Length>
+                    </ChartMinorTickMarks>
+                    <CrossAt>NaN</CrossAt>
+                    <Location>Opposite</Location>
+                    <Minimum>NaN</Minimum>
+                    <Maximum>NaN</Maximum>
+                    <ChartAxisScaleBreak>
+                      <Style />
+                    </ChartAxisScaleBreak>
+                  </ChartAxis>
+                </ChartCategoryAxes>
+                <ChartValueAxes>
+                  <ChartAxis Name="Primary">
+                    <Style>
+                      <FontSize>8pt</FontSize>
+                    </Style>
+                    <ChartAxisTitle>
+                      <Caption>SQL CPU %</Caption>
+                      <Style>
+                        <FontSize>8pt</FontSize>
+                      </Style>
+                    </ChartAxisTitle>
+                    <ChartMajorGridLines>
+                      <Enabled>True</Enabled>
+                      <Style>
+                        <Border>
+                          <Color>Gainsboro</Color>
+                        </Border>
+                      </Style>
+                    </ChartMajorGridLines>
+                    <ChartMinorGridLines>
+                      <Style>
+                        <Border>
+                          <Color>Gainsboro</Color>
+                          <Style>Dotted</Style>
+                        </Border>
+                      </Style>
+                    </ChartMinorGridLines>
+                    <ChartMinorTickMarks>
+                      <Length>0.5</Length>
+                    </ChartMinorTickMarks>
+                    <CrossAt>NaN</CrossAt>
+                    <Minimum>NaN</Minimum>
+                    <Maximum>NaN</Maximum>
+                    <ChartAxisScaleBreak>
+                      <Style />
+                    </ChartAxisScaleBreak>
+                  </ChartAxis>
+                  <ChartAxis Name="Secondary">
+                    <Style>
+                      <FontSize>8pt</FontSize>
+                    </Style>
+                    <ChartAxisTitle>
+                      <Caption>Other Processes CPU %</Caption>
+                      <Style>
+                        <FontSize>8pt</FontSize>
+                      </Style>
+                    </ChartAxisTitle>
+                    <ChartMajorGridLines>
+                      <Enabled>False</Enabled>
+                      <Style>
+                        <Border>
+                          <Color>Gainsboro</Color>
+                        </Border>
+                      </Style>
+                    </ChartMajorGridLines>
+                    <ChartMinorGridLines>
+                      <Style>
+                        <Border>
+                          <Color>Gainsboro</Color>
+                          <Style>Dotted</Style>
+                        </Border>
+                      </Style>
+                    </ChartMinorGridLines>
+                    <ChartMinorTickMarks>
+                      <Length>0.5</Length>
+                    </ChartMinorTickMarks>
+                    <CrossAt>NaN</CrossAt>
+                    <Location>Opposite</Location>
+                    <Minimum>NaN</Minimum>
+                    <Maximum>NaN</Maximum>
+                    <ChartAxisScaleBreak>
+                      <Style />
+                    </ChartAxisScaleBreak>
+                  </ChartAxis>
+                </ChartValueAxes>
+                <Style>
+                  <BackgroundColor>#00ffffff</BackgroundColor>
+                  <BackgroundGradientType>None</BackgroundGradientType>
+                </Style>
+              </ChartArea>
+            </ChartAreas>
+            <ChartLegends>
+              <ChartLegend Name="Default">
+                <Style>
+                  <BackgroundGradientType>None</BackgroundGradientType>
+                  <FontSize>8pt</FontSize>
+                </Style>
+                <Position>TopCenter</Position>
+                <DockOutsideChartArea>true</DockOutsideChartArea>
+                <ChartLegendTitle>
+                  <Caption />
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                    <FontWeight>Bold</FontWeight>
+                    <TextAlign>Center</TextAlign>
+                  </Style>
+                </ChartLegendTitle>
+                <HeaderSeparatorColor>Black</HeaderSeparatorColor>
+                <ColumnSeparatorColor>Black</ColumnSeparatorColor>
+              </ChartLegend>
+            </ChartLegends>
+            <Palette>BrightPastel</Palette>
+            <ChartBorderSkin>
+              <ChartBorderSkinType>Raised</ChartBorderSkinType>
+              <Style>
+                <BackgroundColor>Gray</BackgroundColor>
+                <BackgroundGradientType>None</BackgroundGradientType>
+                <Color>White</Color>
+              </Style>
+            </ChartBorderSkin>
+            <ChartNoDataMessage Name="NoDataMessage">
+              <Caption>No Data Available</Caption>
+              <Style>
+                <BackgroundGradientType>None</BackgroundGradientType>
+                <TextAlign>General</TextAlign>
+                <VerticalAlign>Top</VerticalAlign>
+              </Style>
+            </ChartNoDataMessage>
+            <DataSetName>DS_Dashboard</DataSetName>
+            <Top>3.75694in</Top>
+            <Left>0.2675in</Left>
+            <Height>4.10417in</Height>
+            <Width>12.20834in</Width>
+            <ZIndex>11</ZIndex>
+            <Style>
+              <Border>
+                <Color>LightGrey</Color>
+                <Style>Solid</Style>
+              </Border>
+              <BackgroundColor>White</BackgroundColor>
+              <BackgroundGradientType>TopBottom</BackgroundGradientType>
+              <BackgroundGradientEndColor>CornflowerBlue</BackgroundGradientEndColor>
+            </Style>
+          </Chart>
+          <Tablix Name="Tablix1">
+            <TablixBody>
+              <TablixColumns>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>0.42708in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>0.54167in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1.49861in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>0.40625in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>3.14723in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1.1875in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+              </TablixColumns>
+              <TablixRows>
+                <TablixRow>
+                  <Height>0.25in</Height>
+                  <TablixCells>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox11">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>SQL CPU %</Value>
+                                  <Style>
+                                    <FontSize>9pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox11</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Color>LightGrey</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                        <ColSpan>2</ColSpan>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell />
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox15">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Other Processes CPU %</Value>
+                                  <Style>
+                                    <FontSize>9pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox15</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Color>LightGrey</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                        <ColSpan>2</ColSpan>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell />
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox68">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Page Faults</Value>
+                                  <Style>
+                                    <FontSize>9pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox68</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Color>LightGrey</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                        <ColSpan>2</ColSpan>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell />
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox77">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Working Set Delta</Value>
+                                  <Style>
+                                    <FontSize>9pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox77</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Color>LightGrey</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox82">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value EvaluationMode="Constant">Memory Util %</Value>
+                                  <Style>
+                                    <FontSize>9pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox82</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Color>LightGrey</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                        <ColSpan>2</ColSpan>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell />
+                  </TablixCells>
+                </TablixRow>
+                <TablixRow>
+                  <Height>0.25in</Height>
+                  <TablixCells>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox60">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Avg(Fields!process_utilization.Value)</Value>
+                                  <Style>
+                                    <Format>0.00;(0.00)</Format>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Right</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox60</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Color>LightGrey</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <GaugePanel Name="GaugePanel6">
+                          <StateIndicators>
+                            <StateIndicator Name="Indicator1">
+                              <GaugeInputValue>
+                                <Value>=Avg(Fields!process_utilization.Value)</Value>
+                                <Multiplier>1</Multiplier>
+                                <DataElementOutput>NoOutput</DataElementOutput>
+                              </GaugeInputValue>
+                              <TransformationType>None</TransformationType>
+                              <TransformationScope>Tablix1</TransformationScope>
+                              <MinimumValue>
+                                <Value>NaN</Value>
+                                <Multiplier>1</Multiplier>
+                              </MinimumValue>
+                              <MaximumValue>
+                                <Value>NaN</Value>
+                                <Multiplier>1</Multiplier>
+                              </MaximumValue>
+                              <IndicatorStyle>None</IndicatorStyle>
+                              <IndicatorImage>
+                                <Source>External</Source>
+                                <Value />
+                              </IndicatorImage>
+                              <ScaleFactor>1</ScaleFactor>
+                              <IndicatorStates>
+                                <IndicatorState Name="Red">
+                                  <StartValue>
+                                    <Value>80</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </StartValue>
+                                  <EndValue>
+                                    <Value>100</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </EndValue>
+                                  <Color>Red</Color>
+                                  <ScaleFactor>1</ScaleFactor>
+                                  <IndicatorStyle>FaceFrown</IndicatorStyle>
+                                  <IndicatorImage>
+                                    <Source>External</Source>
+                                    <Value />
+                                  </IndicatorImage>
+                                </IndicatorState>
+                                <IndicatorState Name="Yellow">
+                                  <StartValue>
+                                    <Value>60</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </StartValue>
+                                  <EndValue>
+                                    <Value>80</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </EndValue>
+                                  <Color>Yellow</Color>
+                                  <ScaleFactor>1</ScaleFactor>
+                                  <IndicatorStyle>FaceNeutral</IndicatorStyle>
+                                  <IndicatorImage>
+                                    <Source>External</Source>
+                                    <Value />
+                                  </IndicatorImage>
+                                </IndicatorState>
+                                <IndicatorState Name="Green">
+                                  <StartValue>
+                                    <Value>0</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </StartValue>
+                                  <EndValue>
+                                    <Value>60</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </EndValue>
+                                  <Color>Green</Color>
+                                  <ScaleFactor>1</ScaleFactor>
+                                  <IndicatorStyle>FaceSmile</IndicatorStyle>
+                                  <IndicatorImage>
+                                    <Source>External</Source>
+                                    <Value />
+                                  </IndicatorImage>
+                                </IndicatorState>
+                              </IndicatorStates>
+                              <Angle>0</Angle>
+                              <StateDataElementName />
+                              <rd:IconsSet>ThreeUnrimmedTrafficLights</rd:IconsSet>
+                              <Style>
+                                <ShadowOffset>2pt</ShadowOffset>
+                              </Style>
+                              <Top>4</Top>
+                              <Left>4</Left>
+                              <Height>92</Height>
+                              <Width>92</Width>
+                            </StateIndicator>
+                          </StateIndicators>
+                          <BackFrame>
+                            <Style>
+                              <Border>
+                                <Style>None</Style>
+                              </Border>
+                              <BackgroundColor>Gainsboro</BackgroundColor>
+                              <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                              <BackgroundGradientEndColor>Gray</BackgroundGradientEndColor>
+                              <BackgroundHatchType>None</BackgroundHatchType>
+                              <ShadowOffset>0pt</ShadowOffset>
+                            </Style>
+                            <FrameBackground>
+                              <Style>
+                                <BackgroundColor>Silver</BackgroundColor>
+                                <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                                <BackgroundGradientEndColor>Gray</BackgroundGradientEndColor>
+                                <BackgroundHatchType>None</BackgroundHatchType>
+                              </Style>
+                            </FrameBackground>
+                            <FrameImage>
+                              <Source>External</Source>
+                              <Value />
+                            </FrameImage>
+                          </BackFrame>
+                          <TopImage>
+                            <Source>External</Source>
+                            <Value />
+                          </TopImage>
+                          <DataSetName>DS_Dashboard</DataSetName>
+                          <Style>
+                            <Border>
+                              <Color>LightGrey</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <BackgroundColor>White</BackgroundColor>
+                          </Style>
+                        </GaugePanel>
+                        <rd:Selected>true</rd:Selected>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="system_idle">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>= 100 - (Avg(Fields!system_idle.Value) + (Fields!process_utilization.Value))</Value>
+                                  <Style>
+                                    <Format>0.00;(0.00)</Format>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Right</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>system_idle</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Color>LightGrey</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <BackgroundColor>White</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <GaugePanel Name="GaugePanel7">
+                          <StateIndicators>
+                            <StateIndicator Name="Indicator1">
+                              <GaugeInputValue>
+                                <Value>=100-(Avg(Fields!system_idle.Value) + Avg(Fields!process_utilization.Value))</Value>
+                                <Multiplier>1</Multiplier>
+                                <DataElementOutput>NoOutput</DataElementOutput>
+                              </GaugeInputValue>
+                              <TransformationType>None</TransformationType>
+                              <TransformationScope>Tablix1</TransformationScope>
+                              <MinimumValue>
+                                <Value>NaN</Value>
+                                <Multiplier>1</Multiplier>
+                              </MinimumValue>
+                              <MaximumValue>
+                                <Value>NaN</Value>
+                                <Multiplier>1</Multiplier>
+                              </MaximumValue>
+                              <IndicatorStyle>None</IndicatorStyle>
+                              <IndicatorImage>
+                                <Source>External</Source>
+                                <Value />
+                              </IndicatorImage>
+                              <ScaleFactor>1</ScaleFactor>
+                              <IndicatorStates>
+                                <IndicatorState Name="Red">
+                                  <StartValue>
+                                    <Value>80</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </StartValue>
+                                  <EndValue>
+                                    <Value>100</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </EndValue>
+                                  <Color>Red</Color>
+                                  <ScaleFactor>1</ScaleFactor>
+                                  <IndicatorStyle>FaceFrown</IndicatorStyle>
+                                  <IndicatorImage>
+                                    <Source>External</Source>
+                                    <Value />
+                                  </IndicatorImage>
+                                </IndicatorState>
+                                <IndicatorState Name="Yellow">
+                                  <StartValue>
+                                    <Value>60</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </StartValue>
+                                  <EndValue>
+                                    <Value>80</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </EndValue>
+                                  <Color>Yellow</Color>
+                                  <ScaleFactor>1</ScaleFactor>
+                                  <IndicatorStyle>FaceNeutral</IndicatorStyle>
+                                  <IndicatorImage>
+                                    <Source>External</Source>
+                                    <Value />
+                                  </IndicatorImage>
+                                </IndicatorState>
+                                <IndicatorState Name="Green">
+                                  <StartValue>
+                                    <Value>0</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </StartValue>
+                                  <EndValue>
+                                    <Value>60</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </EndValue>
+                                  <Color>Green</Color>
+                                  <ScaleFactor>1</ScaleFactor>
+                                  <IndicatorStyle>FaceSmile</IndicatorStyle>
+                                  <IndicatorImage>
+                                    <Source>External</Source>
+                                    <Value />
+                                  </IndicatorImage>
+                                </IndicatorState>
+                              </IndicatorStates>
+                              <Angle>0</Angle>
+                              <StateDataElementName />
+                              <rd:IconsSet>ThreeUnrimmedTrafficLights</rd:IconsSet>
+                              <Style>
+                                <ShadowOffset>2pt</ShadowOffset>
+                              </Style>
+                              <Top>4</Top>
+                              <Left>4</Left>
+                              <Height>92</Height>
+                              <Width>92</Width>
+                            </StateIndicator>
+                          </StateIndicators>
+                          <BackFrame>
+                            <Style>
+                              <Border>
+                                <Style>None</Style>
+                              </Border>
+                              <BackgroundColor>Gainsboro</BackgroundColor>
+                              <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                              <BackgroundGradientEndColor>Gray</BackgroundGradientEndColor>
+                              <BackgroundHatchType>None</BackgroundHatchType>
+                              <ShadowOffset>0pt</ShadowOffset>
+                            </Style>
+                            <FrameBackground>
+                              <Style>
+                                <BackgroundColor>Silver</BackgroundColor>
+                                <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                                <BackgroundGradientEndColor>Gray</BackgroundGradientEndColor>
+                                <BackgroundHatchType>None</BackgroundHatchType>
+                              </Style>
+                            </FrameBackground>
+                            <FrameImage>
+                              <Source>External</Source>
+                              <Value />
+                            </FrameImage>
+                          </BackFrame>
+                          <TopImage>
+                            <Source>External</Source>
+                            <Value />
+                          </TopImage>
+                          <DataSetName>DS_Dashboard</DataSetName>
+                          <Style>
+                            <Border>
+                              <Color>LightGrey</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <BackgroundColor>White</BackgroundColor>
+                          </Style>
+                        </GaugePanel>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="page_faults3">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Avg(Fields!page_faults.Value)</Value>
+                                  <Style>
+                                    <Format>#,0.00;(#,0.00)</Format>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Right</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>page_faults3</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Color>LightGrey</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <BackgroundColor>White</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <GaugePanel Name="GaugePanel11">
+                          <StateIndicators>
+                            <StateIndicator Name="Indicator1">
+                              <GaugeInputValue>
+                                <Value>=Avg(Fields!page_faults.Value)-Previous(Avg(Fields!page_faults.Value))</Value>
+                                <Multiplier>1</Multiplier>
+                                <DataElementOutput>NoOutput</DataElementOutput>
+                              </GaugeInputValue>
+                              <TransformationType>None</TransformationType>
+                              <TransformationScope>Tablix1</TransformationScope>
+                              <MinimumValue>
+                                <Value>NaN</Value>
+                                <Multiplier>1</Multiplier>
+                              </MinimumValue>
+                              <MaximumValue>
+                                <Value>NaN</Value>
+                                <Multiplier>1</Multiplier>
+                              </MaximumValue>
+                              <IndicatorStyle>None</IndicatorStyle>
+                              <IndicatorImage>
+                                <Source>External</Source>
+                                <Value />
+                              </IndicatorImage>
+                              <ScaleFactor>1</ScaleFactor>
+                              <IndicatorStates>
+                                <IndicatorState Name="TriangleDown">
+                                  <StartValue>
+                                    <Value>1000</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </StartValue>
+                                  <EndValue>
+                                    <Value>1000000</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </EndValue>
+                                  <Color>Red</Color>
+                                  <ScaleFactor>1</ScaleFactor>
+                                  <IndicatorStyle>TriangleDown</IndicatorStyle>
+                                  <IndicatorImage>
+                                    <Source>External</Source>
+                                    <Value />
+                                  </IndicatorImage>
+                                </IndicatorState>
+                                <IndicatorState Name="TriangleDash">
+                                  <StartValue>
+                                    <Value>-1000</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </StartValue>
+                                  <EndValue>
+                                    <Value>1000</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </EndValue>
+                                  <Color>Green</Color>
+                                  <ScaleFactor>1</ScaleFactor>
+                                  <IndicatorStyle>TriangleDash</IndicatorStyle>
+                                  <IndicatorImage>
+                                    <Source>External</Source>
+                                    <Value />
+                                  </IndicatorImage>
+                                </IndicatorState>
+                                <IndicatorState Name="TriangleUp">
+                                  <StartValue>
+                                    <Value>-1000</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </StartValue>
+                                  <EndValue>
+                                    <Value>-1000000</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </EndValue>
+                                  <Color>Red</Color>
+                                  <ScaleFactor>1</ScaleFactor>
+                                  <IndicatorStyle>TriangleUp</IndicatorStyle>
+                                  <IndicatorImage>
+                                    <Source>External</Source>
+                                    <Value />
+                                  </IndicatorImage>
+                                </IndicatorState>
+                              </IndicatorStates>
+                              <Angle>0</Angle>
+                              <StateDataElementName />
+                              <rd:IconsSet>ThreeUpDownTriangles</rd:IconsSet>
+                              <Style>
+                                <ShadowOffset>2pt</ShadowOffset>
+                              </Style>
+                              <Top>4</Top>
+                              <Left>4</Left>
+                              <Height>92</Height>
+                              <Width>92</Width>
+                            </StateIndicator>
+                          </StateIndicators>
+                          <AutoLayout>true</AutoLayout>
+                          <BackFrame>
+                            <Style>
+                              <Border>
+                                <Style>None</Style>
+                              </Border>
+                              <BackgroundColor>Gainsboro</BackgroundColor>
+                              <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                              <BackgroundGradientEndColor>Gray</BackgroundGradientEndColor>
+                              <BackgroundHatchType>None</BackgroundHatchType>
+                              <ShadowOffset>0pt</ShadowOffset>
+                            </Style>
+                            <FrameBackground>
+                              <Style>
+                                <BackgroundColor>Silver</BackgroundColor>
+                                <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                                <BackgroundGradientEndColor>Gray</BackgroundGradientEndColor>
+                                <BackgroundHatchType>None</BackgroundHatchType>
+                              </Style>
+                            </FrameBackground>
+                            <FrameImage>
+                              <Source>External</Source>
+                              <Value />
+                            </FrameImage>
+                          </BackFrame>
+                          <TopImage>
+                            <Source>External</Source>
+                            <Value />
+                          </TopImage>
+                          <DataSetName>DS_Dashboard</DataSetName>
+                          <Style>
+                            <Border>
+                              <Color>LightGrey</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <BackgroundColor>White</BackgroundColor>
+                          </Style>
+                        </GaugePanel>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="working_set_delta">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Avg(Fields!working_set_delta.Value)</Value>
+                                  <Style>
+                                    <Format>#,0.00;(#,0.00)</Format>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Right</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>working_set_delta</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Color>LightGrey</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <BackgroundColor>White</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="memory_utilization">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Avg(Fields!memory_utilization.Value)</Value>
+                                  <Style>
+                                    <Format>0.00;(0.00)</Format>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Right</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>memory_utilization</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Color>LightGrey</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <BackgroundColor>White</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <GaugePanel Name="GaugePanel12">
+                          <StateIndicators>
+                            <StateIndicator Name="Indicator1">
+                              <GaugeInputValue>
+                                <Value>=Avg(Fields!memory_utilization.Value)</Value>
+                                <Multiplier>1</Multiplier>
+                                <DataElementOutput>NoOutput</DataElementOutput>
+                              </GaugeInputValue>
+                              <TransformationType>None</TransformationType>
+                              <TransformationScope>Tablix1</TransformationScope>
+                              <MinimumValue>
+                                <Value>NaN</Value>
+                                <Multiplier>1</Multiplier>
+                              </MinimumValue>
+                              <MaximumValue>
+                                <Value>NaN</Value>
+                                <Multiplier>1</Multiplier>
+                              </MaximumValue>
+                              <IndicatorStyle>None</IndicatorStyle>
+                              <IndicatorImage>
+                                <Source>External</Source>
+                                <Value />
+                              </IndicatorImage>
+                              <ScaleFactor>1</ScaleFactor>
+                              <IndicatorStates>
+                                <IndicatorState Name="ThreeSignsDiamond">
+                                  <StartValue>
+                                    <Value>0</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </StartValue>
+                                  <EndValue>
+                                    <Value>70</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </EndValue>
+                                  <Color>Red</Color>
+                                  <ScaleFactor>1</ScaleFactor>
+                                  <IndicatorStyle>FaceFrown</IndicatorStyle>
+                                  <IndicatorImage>
+                                    <Source>External</Source>
+                                    <Value />
+                                  </IndicatorImage>
+                                </IndicatorState>
+                                <IndicatorState Name="ThreeSignsTriangle">
+                                  <StartValue>
+                                    <Value>70</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </StartValue>
+                                  <EndValue>
+                                    <Value>90</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </EndValue>
+                                  <Color>Yellow</Color>
+                                  <ScaleFactor>1</ScaleFactor>
+                                  <IndicatorStyle>FaceNeutral</IndicatorStyle>
+                                  <IndicatorImage>
+                                    <Source>External</Source>
+                                    <Value />
+                                  </IndicatorImage>
+                                </IndicatorState>
+                                <IndicatorState Name="ThreeSignsCircle">
+                                  <StartValue>
+                                    <Value>90</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </StartValue>
+                                  <EndValue>
+                                    <Value>100</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </EndValue>
+                                  <Color>Green</Color>
+                                  <ScaleFactor>1</ScaleFactor>
+                                  <IndicatorStyle>FaceSmile</IndicatorStyle>
+                                  <IndicatorImage>
+                                    <Source>External</Source>
+                                    <Value />
+                                  </IndicatorImage>
+                                </IndicatorState>
+                              </IndicatorStates>
+                              <Angle>0</Angle>
+                              <StateDataElementName />
+                              <rd:IconsSet>ThreeSigns</rd:IconsSet>
+                              <Style>
+                                <ShadowOffset>2pt</ShadowOffset>
+                              </Style>
+                              <Top>4</Top>
+                              <Left>4</Left>
+                              <Height>92</Height>
+                              <Width>92</Width>
+                            </StateIndicator>
+                          </StateIndicators>
+                          <AutoLayout>true</AutoLayout>
+                          <BackFrame>
+                            <Style>
+                              <Border>
+                                <Style>None</Style>
+                              </Border>
+                              <BackgroundColor>Gainsboro</BackgroundColor>
+                              <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                              <BackgroundGradientEndColor>Gray</BackgroundGradientEndColor>
+                              <BackgroundHatchType>None</BackgroundHatchType>
+                              <ShadowOffset>0pt</ShadowOffset>
+                            </Style>
+                            <FrameBackground>
+                              <Style>
+                                <BackgroundColor>Silver</BackgroundColor>
+                                <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                                <BackgroundGradientEndColor>Gray</BackgroundGradientEndColor>
+                                <BackgroundHatchType>None</BackgroundHatchType>
+                              </Style>
+                            </FrameBackground>
+                            <FrameImage>
+                              <Source>External</Source>
+                              <Value />
+                            </FrameImage>
+                          </BackFrame>
+                          <TopImage>
+                            <Source>External</Source>
+                            <Value />
+                          </TopImage>
+                          <DataSetName>DS_Dashboard</DataSetName>
+                          <Style>
+                            <Border>
+                              <Color>LightGrey</Color>
+                              <Style>Solid</Style>
+                            </Border>
+                            <BackgroundColor>White</BackgroundColor>
+                          </Style>
+                        </GaugePanel>
+                      </CellContents>
+                    </TablixCell>
+                  </TablixCells>
+                </TablixRow>
+              </TablixRows>
+            </TablixBody>
+            <TablixColumnHierarchy>
+              <TablixMembers>
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+              </TablixMembers>
+            </TablixColumnHierarchy>
+            <TablixRowHierarchy>
+              <TablixMembers>
+                <TablixMember>
+                  <TablixHeader>
+                    <Size>2in</Size>
+                    <CellContents>
+                      <Textbox Name="Textbox20">
+                        <CanGrow>true</CanGrow>
+                        <KeepTogether>true</KeepTogether>
+                        <Paragraphs>
+                          <Paragraph>
+                            <TextRuns>
+                              <TextRun>
+                                <Value>Event Time</Value>
+                                <Style>
+                                  <FontSize>9pt</FontSize>
+                                  <FontWeight>Bold</FontWeight>
+                                  <Color>White</Color>
+                                </Style>
+                              </TextRun>
+                            </TextRuns>
+                            <Style>
+                              <TextAlign>Center</TextAlign>
+                            </Style>
+                          </Paragraph>
+                        </Paragraphs>
+                        <rd:DefaultName>Textbox20</rd:DefaultName>
+                        <Style>
+                          <Border>
+                            <Color>LightGrey</Color>
+                            <Style>Solid</Style>
+                          </Border>
+                          <BackgroundColor>CornflowerBlue</BackgroundColor>
+                          <PaddingLeft>2pt</PaddingLeft>
+                          <PaddingRight>2pt</PaddingRight>
+                          <PaddingTop>2pt</PaddingTop>
+                          <PaddingBottom>2pt</PaddingBottom>
+                        </Style>
+                      </Textbox>
+                    </CellContents>
+                  </TablixHeader>
+                  <TablixMembers>
+                    <TablixMember />
+                  </TablixMembers>
+                  <KeepWithGroup>After</KeepWithGroup>
+                </TablixMember>
+                <TablixMember>
+                  <Group Name="Group1">
+                    <GroupExpressions>
+                      <GroupExpression>=HOUR(Fields!EventTime.Value)</GroupExpression>
+                    </GroupExpressions>
+                  </Group>
+                  <SortExpressions>
+                    <SortExpression>
+                      <Value>=HOUR(Fields!EventTime.Value)</Value>
+                    </SortExpression>
+                  </SortExpressions>
+                  <TablixHeader>
+                    <Size>2in</Size>
+                    <CellContents>
+                      <Textbox Name="EventTime1">
+                        <CanGrow>true</CanGrow>
+                        <KeepTogether>true</KeepTogether>
+                        <Paragraphs>
+                          <Paragraph>
+                            <TextRuns>
+                              <TextRun>
+                                <Value>=Fields!EventTime.Value</Value>
+                                <Style />
+                              </TextRun>
+                            </TextRuns>
+                            <Style>
+                              <TextAlign>Left</TextAlign>
+                            </Style>
+                          </Paragraph>
+                        </Paragraphs>
+                        <rd:DefaultName>EventTime1</rd:DefaultName>
+                        <Style>
+                          <Border>
+                            <Color>LightGrey</Color>
+                            <Style>Solid</Style>
+                          </Border>
+                          <PaddingLeft>2pt</PaddingLeft>
+                          <PaddingRight>2pt</PaddingRight>
+                          <PaddingTop>2pt</PaddingTop>
+                          <PaddingBottom>2pt</PaddingBottom>
+                        </Style>
+                      </Textbox>
+                    </CellContents>
+                  </TablixHeader>
+                  <TablixMembers>
+                    <TablixMember />
+                  </TablixMembers>
+                </TablixMember>
+              </TablixMembers>
+            </TablixRowHierarchy>
+            <RepeatColumnHeaders>true</RepeatColumnHeaders>
+            <RepeatRowHeaders>true</RepeatRowHeaders>
+            <FixedColumnHeaders>true</FixedColumnHeaders>
+            <FixedRowHeaders>true</FixedRowHeaders>
+            <DataSetName>DS_Dashboard</DataSetName>
+            <Top>7.91667in</Top>
+            <Left>0.2675in</Left>
+            <Height>0.5in</Height>
+            <Width>12.20834in</Width>
+            <ZIndex>12</ZIndex>
+            <Style>
+              <Border>
+                <Style>None</Style>
+              </Border>
+            </Style>
+          </Tablix>
+          <Textbox Name="Textbox94">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value>="Instance health summary for period: " + CStr(First(Fields!EventTime.Value, "DS_Dashboard")) + " to " + CStr(Last(Fields!EventTime.Value, "DS_Dashboard"))</Value>
+                    <Style>
+                      <FontWeight>Bold</FontWeight>
+                      <Color>White</Color>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style>
+                  <TextAlign>Center</TextAlign>
+                </Style>
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox94</rd:DefaultName>
+            <Top>3.4375in</Top>
+            <Left>0.2675in</Left>
+            <Height>0.25in</Height>
+            <Width>12.20834in</Width>
+            <ZIndex>13</ZIndex>
+            <Style>
+              <Border>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+              </Border>
+              <TopBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </TopBorder>
+              <BottomBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </BottomBorder>
+              <LeftBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </LeftBorder>
+              <RightBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </RightBorder>
+              <BackgroundColor>CornflowerBlue</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+        </ReportItems>
+        <Height>8.66264in</Height>
+        <Style>
+          <Border>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+          </Border>
+          <TopBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </TopBorder>
+          <BottomBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </BottomBorder>
+          <LeftBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </LeftBorder>
+          <RightBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </RightBorder>
+        </Style>
+      </Body>
+      <Width>12.67375in</Width>
+      <Page>
+        <PageHeader>
+          <Height>0.7175in</Height>
+          <PrintOnFirstPage>true</PrintOnFirstPage>
+          <PrintOnLastPage>true</PrintOnLastPage>
+          <ReportItems>
+            <Textbox Name="Textbox2">
+              <CanGrow>true</CanGrow>
+              <KeepTogether>true</KeepTogether>
+              <Paragraphs>
+                <Paragraph>
+                  <TextRuns>
+                    <TextRun>
+                      <Value>= "SQL Server Health Session Dashboard on " + Parameters!vServerName.Value</Value>
+                      <Style>
+                        <FontSize>14pt</FontSize>
+                        <FontWeight>Bold</FontWeight>
+                      </Style>
+                    </TextRun>
+                  </TextRuns>
+                  <Style>
+                    <TextAlign>Center</TextAlign>
+                  </Style>
+                </Paragraph>
+              </Paragraphs>
+              <rd:DefaultName>Textbox2</rd:DefaultName>
+              <Top>0.25694in</Top>
+              <Left>1.80694in</Left>
+              <Height>0.44444in</Height>
+              <Width>5.80292in</Width>
+              <Style>
+                <Border>
+                  <Style>None</Style>
+                </Border>
+                <BackgroundColor>White</BackgroundColor>
+                <PaddingLeft>2pt</PaddingLeft>
+                <PaddingRight>2pt</PaddingRight>
+                <PaddingTop>2pt</PaddingTop>
+                <PaddingBottom>2pt</PaddingBottom>
+              </Style>
+            </Textbox>
+            <Image Name="Image1">
+              <Source>Embedded</Source>
+              <Value>Logo</Value>
+              <Sizing>FitProportional</Sizing>
+              <Height>0.69444in</Height>
+              <Width>1.77916in</Width>
+              <ZIndex>1</ZIndex>
+              <Style>
+                <Border>
+                  <Style>None</Style>
+                </Border>
+              </Style>
+            </Image>
+          </ReportItems>
+          <Style>
+            <Border>
+              <Style>None</Style>
+            </Border>
+          </Style>
+        </PageHeader>
+        <PageFooter>
+          <Height>0.375in</Height>
+          <PrintOnFirstPage>true</PrintOnFirstPage>
+          <PrintOnLastPage>true</PrintOnLastPage>
+          <ReportItems>
+            <Textbox Name="Textbox1">
+              <CanGrow>true</CanGrow>
+              <KeepTogether>true</KeepTogether>
+              <Paragraphs>
+                <Paragraph>
+                  <TextRuns>
+                    <TextRun>
+                      <Value>= "Status as of local time: " + CStr(Globals!ExecutionTime) + " | Page " + CStr(Globals!PageNumber) + " of " + CStr(Globals!TotalPages)</Value>
+                      <Style>
+                        <FontSize>11pt</FontSize>
+                        <FontWeight>Bold</FontWeight>
+                        <Color>White</Color>
+                      </Style>
+                    </TextRun>
+                  </TextRuns>
+                  <Style>
+                    <TextAlign>Center</TextAlign>
+                  </Style>
+                </Paragraph>
+              </Paragraphs>
+              <rd:DefaultName>Textbox1</rd:DefaultName>
+              <Height>0.375in</Height>
+              <Width>12.67375in</Width>
+              <Style>
+                <Border>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                </Border>
+                <TopBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </TopBorder>
+                <BottomBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </BottomBorder>
+                <LeftBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </LeftBorder>
+                <RightBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </RightBorder>
+                <BackgroundColor>CornflowerBlue</BackgroundColor>
+                <PaddingLeft>2pt</PaddingLeft>
+                <PaddingRight>2pt</PaddingRight>
+                <PaddingTop>2pt</PaddingTop>
+                <PaddingBottom>2pt</PaddingBottom>
+              </Style>
+            </Textbox>
+          </ReportItems>
+          <Style>
+            <Border>
+              <Style>None</Style>
+            </Border>
+          </Style>
+        </PageFooter>
+        <LeftMargin>1in</LeftMargin>
+        <RightMargin>1in</RightMargin>
+        <TopMargin>1in</TopMargin>
+        <BottomMargin>1in</BottomMargin>
+        <Style />
+      </Page>
+    </ReportSection>
+  </ReportSections>
+  <ReportParameters>
+    <ReportParameter Name="vServerName">
+      <DataType>String</DataType>
+      <Prompt>Server Name</Prompt>
+      <ValidValues>
+        <ParameterValues>
+          <ParameterValue>
+            <Value>.</Value>
+            <Label>MSSQLSERVER</Label>
+          </ParameterValue>
+          <ParameterValue>
+            <Value>.\DENALI</Value>
+            <Label>DENALI</Label>
+          </ParameterValue>
+        </ParameterValues>
+      </ValidValues>
+    </ReportParameter>
+  </ReportParameters>
+  <Code>Public Function NeedleColor (val as integer)
+	Select Case True
+		case val &lt; 50
+			Return "Green"
+		case val &gt;= 50 and val &lt; 80
+			Return "Yellow"
+		case val &gt;= 80
+			Return "Red"
+	End Select
+End Function 
+
+Public Function NeedleColorInverse (val as integer)
+	Select Case True
+		case val &lt; 20
+			Return "Red"
+		case val &gt;= 20 and val &lt; 70
+			Return "Yellow"
+		case val &gt;= 70 
+			Return "Green"
+	End Select
+End Function 
+
+</Code>
+  <EmbeddedImages>
+    <EmbeddedImage Name="Logo">
+      <MIMEType>image/png</MIMEType>
+      <ImageData>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</ImageData>
+    </EmbeddedImage>
+  </EmbeddedImages>
+  <rd:ReportUnitType>Inch</rd:ReportUnitType>
+  <rd:ReportID>9d0fc5cc-082e-414f-98e5-90293b1cb113</rd:ReportID>
+</Report>

+ 1157 - 0
systemhealthsession/ssrs-reports/IOSubSystem_MainF.rdl

@@ -0,0 +1,1157 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Report xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" xmlns:cl="http://schemas.microsoft.com/sqlserver/reporting/2010/01/componentdefinition" xmlns="http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition">
+  <AutoRefresh>0</AutoRefresh>
+  <DataSources>
+    <DataSource Name="ServerName">
+      <ConnectionProperties>
+        <DataProvider>SQL</DataProvider>
+        <ConnectString>="Data Source=" + Parameters!vServerName.Value.ToString() + ";Initial Catalog=master"</ConnectString>
+        <IntegratedSecurity>true</IntegratedSecurity>
+      </ConnectionProperties>
+      <rd:SecurityType>Integrated</rd:SecurityType>
+      <rd:DataSourceID>ff4453f3-b6e9-4008-9a78-2bbdc1e58a8c</rd:DataSourceID>
+    </DataSource>
+    <DataSource Name="DataSource1">
+      <DataSourceReference>DataSource1</DataSourceReference>
+      <rd:SecurityType>None</rd:SecurityType>
+      <rd:DataSourceID>d56844c6-0d77-41c7-869f-f445c8975296</rd:DataSourceID>
+    </DataSource>
+  </DataSources>
+  <DataSets>
+    <DataSet Name="DS_TimeDifference">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>DECLARE @UTDDateDiff int
+SET @UTDDateDiff = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+IF (@UTDDateDiff &gt; 0)
+	SELECT ('UTC Time Difference: ' + CAST((@UTDDateDiff/60) AS char(3)) + ' hours ' + CAST((@UTDDateDiff%60) AS char(3)) + ' minutes') AS UTCString
+ELSE
+	SELECT ('UTC Time Difference: -' + SUBSTRING(CAST((@UTDDateDiff/60) AS char(3)),2,3) + ' hours ' + SUBSTRING(CAST((@UTDDateDiff%60) AS char(3)),2,3) + ' minutes') AS UTCString</CommandText>
+        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
+      </Query>
+      <Fields>
+        <Field Name="UTCString">
+          <DataField>UTCString</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_Version">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>SELECT (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1)) as VersionMajorNumber</CommandText>
+      </Query>
+      <Fields>
+        <Field Name="VersionMajorNumber">
+          <DataField>VersionMajorNumber</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_IO">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <QueryParameters>
+          <QueryParameter Name="@StartTime">
+            <Value>=Parameters!StartTime.Value</Value>
+          </QueryParameter>
+          <QueryParameter Name="@EndTime">
+            <Value>=Parameters!EndTime.Value</Value>
+          </QueryParameter>
+        </QueryParameters>
+        <CommandText>SET NOCOUNT ON
+
+IF (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1) &gt;= 11)
+BEGIN
+
+	DECLARE @UTDDateDiff int
+	SET @UTDDateDiff = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+
+-- Fetch information about the XEL file location
+DECLARE @filename varchar(8000) ;
+SELECT @filename = CAST(target_data as XML).value('(/EventFileTarget/File/@name)[1]', 'varchar(8000)')
+FROM sys.dm_xe_session_targets
+WHERE target_name = 'event_file' and event_session_address = (select address from sys.dm_xe_sessions where name = 'system_health')
+
+SET @filename = SUBSTRING(@filename,1,CHARINDEX('system_health',@filename,1)-1) + '*.xel'
+
+-- Read the XEL files to get the System Health Session Data
+SELECT object_name,CAST(event_data as XML) as XMLData
+INTO #tbl_sp_server_diagnostics
+FROM sys.fn_xe_file_target_read_file(@filename, null, null, null)
+WHERE object_name = 'sp_server_diagnostics_component_result'
+
+SELECT 
+DATEADD(mi,@UTDDateDiff,XMLData.value('(/event/@timestamp)[1]','datetime')) as [Event Time],
+XMLData.value('(/event/data/text)[1]','varchar(255)') as Component,
+XMLData.value('(/event/data/value/ioSubsystem/@ioLatchTimeouts)[1]','bigint')  as [IO Latch Timeouts],
+XMLData.value('(/event/data/value/ioSubsystem/@totalLongIos)[1]','bigint')  as [Total Long IOs],
+XMLData.value('(/event/data/value/ioSubsystem/longestPendingRequests/pendingRequest/@filePath)[1]','varchar(8000)')  as [Longest Pending Request File],
+XMLData.value('(/event/data/value/ioSubsystem/longestPendingRequests/pendingRequest/@duration)[1]','bigint')  as [Longest Pending IO Duration]
+FROM #tbl_sp_server_diagnostics
+WHERE XMLData.value('(/event/data/text)[1]','varchar(255)') = 'IO_SUBSYSTEM'
+AND XMLData.value('(/event/data/value/ioSubsystem/longestPendingRequests/pendingRequest/@duration)[1]','bigint') IS NOT NULL
+AND XMLData.value('(/event/@timestamp)[1]','datetime') BETWEEN @StartTime and @EndTime
+ORDER BY [Event Time] DESC
+
+
+DROP TABLE #tbl_sp_server_diagnostics
+
+END 
+
+SET NOCOUNT OFF</CommandText>
+      </Query>
+      <Fields>
+        <Field Name="Event_Time">
+          <DataField>Event Time</DataField>
+          <rd:TypeName>System.DateTime</rd:TypeName>
+        </Field>
+        <Field Name="Component">
+          <DataField>Component</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+        <Field Name="IO_Latch_Timeouts">
+          <DataField>IO Latch Timeouts</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+        <Field Name="Total_Long_IOs">
+          <DataField>Total Long IOs</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+        <Field Name="Longest_Pending_Request_File">
+          <DataField>Longest Pending Request File</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+        <Field Name="Longest_Pending_IO_Duration">
+          <DataField>Longest Pending IO Duration</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_Time">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>SET NOCOUNT ON
+
+IF (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1) &gt;= 11)
+BEGIN
+
+	DECLARE @UTDDateDiff int
+	SET @UTDDateDiff = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+
+-- Fetch information about the XEL file location
+DECLARE @filename varchar(8000) ;
+SELECT @filename = CAST(target_data as XML).value('(/EventFileTarget/File/@name)[1]', 'varchar(8000)')
+FROM sys.dm_xe_session_targets
+WHERE target_name = 'event_file' and event_session_address = (select address from sys.dm_xe_sessions where name = 'system_health');
+
+SET @filename = SUBSTRING(@filename,1,CHARINDEX('system_health',@filename,1)-1) + '*.xel';
+
+-- Read the XEL files to get the System Health Session Data
+SELECT object_name,CAST(event_data as XML) as XMLData
+INTO #tbl_sp_server_diagnostics
+FROM sys.fn_xe_file_target_read_file(@filename, null, null, null)
+WHERE object_name = 'sp_server_diagnostics_component_result'
+
+SELECT 
+DATEADD(mi,@UTDDateDiff,XMLData.value('(/event/@timestamp)[1]','datetime')) as [Event Time]
+FROM #tbl_sp_server_diagnostics
+WHERE XMLData.value('(/event/data/text)[1]','varchar(255)') = 'RESOURCE'
+ORDER BY [Event Time] 
+
+
+DROP TABLE #tbl_sp_server_diagnostics
+
+END 
+
+SET NOCOUNT OFF</CommandText>
+      </Query>
+      <Fields>
+        <Field Name="Event_Time">
+          <DataField>Event Time</DataField>
+          <rd:TypeName>System.DateTime</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+  </DataSets>
+  <ReportSections>
+    <ReportSection>
+      <Body>
+        <ReportItems>
+          <Textbox Name="Textbox7">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value EvaluationMode="Constant">Dashboard Main Report</Value>
+                    <Style>
+                      <FontSize>16pt</FontSize>
+                      <FontWeight>Bold</FontWeight>
+                      <Color>White</Color>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style>
+                  <TextAlign>Center</TextAlign>
+                </Style>
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox7</rd:DefaultName>
+            <Top>0.16333in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.36667in</Height>
+            <Width>12.49166in</Width>
+            <Style>
+              <Border>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+              </Border>
+              <TopBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </TopBorder>
+              <BottomBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </BottomBorder>
+              <LeftBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </LeftBorder>
+              <RightBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </RightBorder>
+              <BackgroundColor>CornflowerBlue</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+          <Textbox Name="Textbox17">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value>=First(Fields!UTCString.Value, "DS_TimeDifference") + " | Data Shown from " + Parameters!StartTime.Value + " to " + Parameters!EndTime.Value</Value>
+                    <Style>
+                      <FontWeight>Bold</FontWeight>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style />
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox17</rd:DefaultName>
+            <Top>0.53in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.24722in</Height>
+            <Width>12.49166in</Width>
+            <ZIndex>1</ZIndex>
+            <Style>
+              <Border>
+                <Style>None</Style>
+              </Border>
+              <BackgroundColor>Silver</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+          <Tablix Name="Tablix4">
+            <TablixBody>
+              <TablixColumns>
+                <TablixColumn>
+                  <Width>2.06667in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1.31667in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1.19167in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>6.91666in</Width>
+                </TablixColumn>
+              </TablixColumns>
+              <TablixRows>
+                <TablixRow>
+                  <Height>0.53333in</Height>
+                  <TablixCells>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox41">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Event Time</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox41</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox3">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>IO Latch Timeouts</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox3</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox5">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Total Long IOs</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox5</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox10">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Longest Pending IO Duration</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox10</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox8">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Longest Pending Request File</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox8</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                  </TablixCells>
+                </TablixRow>
+                <TablixRow>
+                  <Height>0.25in</Height>
+                  <TablixCells>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Event_Time">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Event_Time.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Event_Time</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="IO_Latch_Timeouts">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!IO_Latch_Timeouts.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Right</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>IO_Latch_Timeouts</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Total_Long_IOs">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Total_Long_IOs.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Right</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Total_Long_IOs</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Longest_Pending_IO_Duration">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Longest_Pending_IO_Duration.Value</Value>
+                                  <Style>
+                                    <Color>Red</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Right</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Longest_Pending_IO_Duration</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Longest_Pending_Request_File">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Longest_Pending_Request_File.Value</Value>
+                                  <Style>
+                                    <FontWeight>Bold</FontWeight>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Longest_Pending_Request_File</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                  </TablixCells>
+                </TablixRow>
+              </TablixRows>
+            </TablixBody>
+            <TablixColumnHierarchy>
+              <TablixMembers>
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+              </TablixMembers>
+            </TablixColumnHierarchy>
+            <TablixRowHierarchy>
+              <TablixMembers>
+                <TablixMember>
+                  <KeepWithGroup>After</KeepWithGroup>
+                </TablixMember>
+                <TablixMember>
+                  <Group Name="Details" />
+                </TablixMember>
+              </TablixMembers>
+            </TablixRowHierarchy>
+            <DataSetName>DS_IO</DataSetName>
+            <Top>1.09666in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.78333in</Height>
+            <Width>12.49167in</Width>
+            <ZIndex>2</ZIndex>
+            <Style>
+              <Border>
+                <Style>None</Style>
+              </Border>
+            </Style>
+          </Tablix>
+          <Textbox Name="Textbox61">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value>I/O Subsystem Component Data:</Value>
+                    <Style>
+                      <FontStyle>Italic</FontStyle>
+                      <FontWeight>Bold</FontWeight>
+                      <Color>White</Color>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style />
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox61</rd:DefaultName>
+            <Top>0.77722in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.25in</Height>
+            <Width>12.49166in</Width>
+            <ZIndex>3</ZIndex>
+            <Style>
+              <Border>
+                <Style>Solid</Style>
+              </Border>
+              <TopBorder>
+                <Color>Black</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </TopBorder>
+              <BottomBorder>
+                <Color>Black</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </BottomBorder>
+              <LeftBorder>
+                <Color>Black</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </LeftBorder>
+              <RightBorder>
+                <Color>Black</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </RightBorder>
+              <BackgroundColor>CornflowerBlue</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+        </ReportItems>
+        <Height>2.00222in</Height>
+        <Style>
+          <Border>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+          </Border>
+          <TopBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </TopBorder>
+          <BottomBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </BottomBorder>
+          <LeftBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </LeftBorder>
+          <RightBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </RightBorder>
+        </Style>
+      </Body>
+      <Width>12.75848in</Width>
+      <Page>
+        <PageHeader>
+          <Height>0.7175in</Height>
+          <PrintOnFirstPage>true</PrintOnFirstPage>
+          <PrintOnLastPage>true</PrintOnLastPage>
+          <ReportItems>
+            <Textbox Name="Textbox2">
+              <CanGrow>true</CanGrow>
+              <KeepTogether>true</KeepTogether>
+              <Paragraphs>
+                <Paragraph>
+                  <TextRuns>
+                    <TextRun>
+                      <Value>= "SQL Server Health Session Dashboard on " + Parameters!vServerName.Value</Value>
+                      <Style>
+                        <FontSize>14pt</FontSize>
+                        <FontWeight>Bold</FontWeight>
+                      </Style>
+                    </TextRun>
+                  </TextRuns>
+                  <Style>
+                    <TextAlign>Center</TextAlign>
+                  </Style>
+                </Paragraph>
+              </Paragraphs>
+              <rd:DefaultName>Textbox2</rd:DefaultName>
+              <Top>0.24528in</Top>
+              <Left>1.80694in</Left>
+              <Height>0.44444in</Height>
+              <Width>10.80639in</Width>
+              <Style>
+                <Border>
+                  <Style>None</Style>
+                </Border>
+                <BackgroundColor>White</BackgroundColor>
+                <PaddingLeft>2pt</PaddingLeft>
+                <PaddingRight>2pt</PaddingRight>
+                <PaddingTop>2pt</PaddingTop>
+                <PaddingBottom>2pt</PaddingBottom>
+              </Style>
+            </Textbox>
+            <Image Name="Image1">
+              <Source>Embedded</Source>
+              <Value>Logo</Value>
+              <Sizing>FitProportional</Sizing>
+              <Height>0.69444in</Height>
+              <Width>1.77916in</Width>
+              <ZIndex>1</ZIndex>
+              <Style>
+                <Border>
+                  <Style>None</Style>
+                </Border>
+              </Style>
+            </Image>
+          </ReportItems>
+          <Style>
+            <Border>
+              <Style>None</Style>
+            </Border>
+          </Style>
+        </PageHeader>
+        <PageFooter>
+          <Height>0.44444in</Height>
+          <PrintOnFirstPage>true</PrintOnFirstPage>
+          <PrintOnLastPage>true</PrintOnLastPage>
+          <ReportItems>
+            <Textbox Name="Textbox1">
+              <CanGrow>true</CanGrow>
+              <KeepTogether>true</KeepTogether>
+              <Paragraphs>
+                <Paragraph>
+                  <TextRuns>
+                    <TextRun>
+                      <Value>= "Status as of local time: " + CStr(Globals!ExecutionTime) + " | Page " + CStr(Globals!PageNumber) + " of " + CStr(Globals!TotalPages)</Value>
+                      <Style>
+                        <FontSize>11pt</FontSize>
+                        <FontWeight>Bold</FontWeight>
+                        <Color>White</Color>
+                      </Style>
+                    </TextRun>
+                  </TextRuns>
+                  <Style>
+                    <TextAlign>Center</TextAlign>
+                  </Style>
+                </Paragraph>
+              </Paragraphs>
+              <rd:DefaultName>Textbox1</rd:DefaultName>
+              <Top>0.06944in</Top>
+              <Height>0.375in</Height>
+              <Width>12.75848in</Width>
+              <Style>
+                <Border>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                </Border>
+                <TopBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </TopBorder>
+                <BottomBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </BottomBorder>
+                <LeftBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </LeftBorder>
+                <RightBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </RightBorder>
+                <BackgroundColor>CornflowerBlue</BackgroundColor>
+                <PaddingLeft>2pt</PaddingLeft>
+                <PaddingRight>2pt</PaddingRight>
+                <PaddingTop>2pt</PaddingTop>
+                <PaddingBottom>2pt</PaddingBottom>
+              </Style>
+            </Textbox>
+          </ReportItems>
+          <Style>
+            <Border>
+              <Style>None</Style>
+            </Border>
+          </Style>
+        </PageFooter>
+        <LeftMargin>1in</LeftMargin>
+        <RightMargin>1in</RightMargin>
+        <TopMargin>1in</TopMargin>
+        <BottomMargin>1in</BottomMargin>
+        <Style />
+      </Page>
+    </ReportSection>
+  </ReportSections>
+  <ReportParameters>
+    <ReportParameter Name="vServerName">
+      <DataType>String</DataType>
+      <Prompt>Server Name</Prompt>
+      <ValidValues>
+        <ParameterValues>
+          <ParameterValue>
+            <Value>.</Value>
+            <Label>MSSQLSERVER</Label>
+          </ParameterValue>
+          <ParameterValue>
+            <Value>.\DENALI</Value>
+            <Label>DENALI</Label>
+          </ParameterValue>
+        </ParameterValues>
+      </ValidValues>
+    </ReportParameter>
+    <ReportParameter Name="StartTime">
+      <DataType>String</DataType>
+      <Prompt>Start Time</Prompt>
+      <ValidValues>
+        <DataSetReference>
+          <DataSetName>DS_Time</DataSetName>
+          <ValueField>Event_Time</ValueField>
+          <LabelField>Event_Time</LabelField>
+        </DataSetReference>
+      </ValidValues>
+    </ReportParameter>
+    <ReportParameter Name="EndTime">
+      <DataType>String</DataType>
+      <Prompt>End Time</Prompt>
+      <ValidValues>
+        <DataSetReference>
+          <DataSetName>DS_Time</DataSetName>
+          <ValueField>Event_Time</ValueField>
+          <LabelField>Event_Time</LabelField>
+        </DataSetReference>
+      </ValidValues>
+    </ReportParameter>
+  </ReportParameters>
+  <EmbeddedImages>
+    <EmbeddedImage Name="Logo">
+      <MIMEType>image/png</MIMEType>
+      <ImageData>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</ImageData>
+    </EmbeddedImage>
+  </EmbeddedImages>
+  <rd:ReportUnitType>Inch</rd:ReportUnitType>
+  <rd:ReportID>9d0fc5cc-082e-414f-98e5-90293b1cb113</rd:ReportID>
+</Report>

+ 1385 - 0
systemhealthsession/ssrs-reports/QueryProcessing_MainF.rdl

@@ -0,0 +1,1385 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Report xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" xmlns:cl="http://schemas.microsoft.com/sqlserver/reporting/2010/01/componentdefinition" xmlns="http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition">
+  <AutoRefresh>0</AutoRefresh>
+  <DataSources>
+    <DataSource Name="ServerName">
+      <ConnectionProperties>
+        <DataProvider>SQL</DataProvider>
+        <ConnectString>="Data Source=" + Parameters!vServerName.Value.ToString() + ";Initial Catalog=master"</ConnectString>
+        <IntegratedSecurity>true</IntegratedSecurity>
+      </ConnectionProperties>
+      <rd:SecurityType>Integrated</rd:SecurityType>
+      <rd:DataSourceID>ff4453f3-b6e9-4008-9a78-2bbdc1e58a8c</rd:DataSourceID>
+    </DataSource>
+    <DataSource Name="DataSource1">
+      <DataSourceReference>DataSource1</DataSourceReference>
+      <rd:SecurityType>None</rd:SecurityType>
+      <rd:DataSourceID>d56844c6-0d77-41c7-869f-f445c8975296</rd:DataSourceID>
+    </DataSource>
+  </DataSources>
+  <DataSets>
+    <DataSet Name="DS_TimeDifference">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>DECLARE @UTDDateDiff int
+SET @UTDDateDiff = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+IF (@UTDDateDiff &gt; 0)
+	SELECT ('UTC Time Difference: ' + CAST((@UTDDateDiff/60) AS char(3)) + ' hours ' + CAST((@UTDDateDiff%60) AS char(3)) + ' minutes') AS UTCString
+ELSE
+	SELECT ('UTC Time Difference: -' + SUBSTRING(CAST((@UTDDateDiff/60) AS char(3)),2,3) + ' hours ' + SUBSTRING(CAST((@UTDDateDiff%60) AS char(3)),2,3) + ' minutes') AS UTCString</CommandText>
+        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
+      </Query>
+      <Fields>
+        <Field Name="UTCString">
+          <DataField>UTCString</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_Version">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>SELECT (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1)) as VersionMajorNumber</CommandText>
+      </Query>
+      <Fields>
+        <Field Name="VersionMajorNumber">
+          <DataField>VersionMajorNumber</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_QueryProcessing">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <QueryParameters>
+          <QueryParameter Name="@StartTime">
+            <Value>=Parameters!StartTime.Value</Value>
+          </QueryParameter>
+          <QueryParameter Name="@EndTime">
+            <Value>=Parameters!EndTime.Value</Value>
+          </QueryParameter>
+        </QueryParameters>
+        <CommandText>SET NOCOUNT ON
+
+IF (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1) &gt;= 11)
+BEGIN
+
+	DECLARE @UTDDateDiff int
+	SET @UTDDateDiff = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+
+-- Fetch information about the XEL file location
+DECLARE @filename varchar(8000) ;
+SELECT @filename = CAST(target_data as XML).value('(/EventFileTarget/File/@name)[1]', 'varchar(8000)')
+FROM sys.dm_xe_session_targets
+WHERE target_name = 'event_file' and event_session_address = (select address from sys.dm_xe_sessions where name = 'system_health')
+
+SET @filename = SUBSTRING(@filename,1,CHARINDEX('system_health',@filename,1)-1) + '*.xel'
+
+-- Read the XEL files to get the System Health Session Data
+SELECT object_name,CAST(event_data as XML) as XMLData
+INTO #tbl_sp_server_diagnostics
+FROM sys.fn_xe_file_target_read_file(@filename, null, null, null)
+WHERE object_name = 'sp_server_diagnostics_component_result'
+
+SELECT 
+DATEADD(mi,@UTDDateDiff,XMLData.value('(/event/@timestamp)[1]','datetime')) as [Event Time],
+XMLData.value('(/event/data/value/queryProcessing/@maxWorkers)[1]','bigint') as [Max Workers],
+XMLData.value('(/event/data/value/queryProcessing/@workersCreated)[1]','bigint') as [Workers Created],
+XMLData.value('(/event/data/value/queryProcessing/@workersIdle)[1]','bigint') as [Idle Workers],
+XMLData.value('(/event/data/value/queryProcessing/@pendingTasks)[1]','bigint') as [Pending Tasks],
+XMLData.value('(/event/data/value/queryProcessing/@hasUnresolvableDeadlockOccurred)[1]','int') as [Unresolvable Deadlock],
+XMLData.value('(/event/data/value/queryProcessing/@hasDeadlockedSchedulersOccurred)[1]','int') as [Deadlocked Schedulers]
+FROM #tbl_sp_server_diagnostics
+WHERE XMLData.value('(/event/data/text)[1]','varchar(255)') = 'QUERY_PROCESSING'
+AND XMLData.value('(/event/@timestamp)[1]','datetime') BETWEEN @StartTime and @EndTime
+ORDER BY [Event Time] DESC
+
+
+DROP TABLE #tbl_sp_server_diagnostics
+
+END 
+
+SET NOCOUNT OFF</CommandText>
+      </Query>
+      <Fields>
+        <Field Name="Event_Time">
+          <DataField>Event Time</DataField>
+          <rd:TypeName>System.DateTime</rd:TypeName>
+        </Field>
+        <Field Name="Max_Workers">
+          <DataField>Max Workers</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+        <Field Name="Workers_Created">
+          <DataField>Workers Created</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+        <Field Name="Idle_Workers">
+          <DataField>Idle Workers</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+        <Field Name="Pending_Tasks">
+          <DataField>Pending Tasks</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+        <Field Name="Unresolvable_Deadlock">
+          <DataField>Unresolvable Deadlock</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="Deadlocked_Schedulers">
+          <DataField>Deadlocked Schedulers</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_Time">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>SET NOCOUNT ON
+
+IF (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1) &gt;= 11)
+BEGIN
+
+	DECLARE @UTDDateDiff int
+	SET @UTDDateDiff = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+
+-- Fetch information about the XEL file location
+DECLARE @filename varchar(8000) ;
+SELECT @filename = CAST(target_data as XML).value('(/EventFileTarget/File/@name)[1]', 'varchar(8000)')
+FROM sys.dm_xe_session_targets
+WHERE target_name = 'event_file' and event_session_address = (select address from sys.dm_xe_sessions where name = 'system_health');
+
+SET @filename = SUBSTRING(@filename,1,CHARINDEX('system_health',@filename,1)-1) + '*.xel';
+
+-- Read the XEL files to get the System Health Session Data
+SELECT object_name,CAST(event_data as XML) as XMLData
+INTO #tbl_sp_server_diagnostics
+FROM sys.fn_xe_file_target_read_file(@filename, null, null, null)
+WHERE object_name = 'sp_server_diagnostics_component_result'
+
+SELECT 
+DATEADD(mi,@UTDDateDiff,XMLData.value('(/event/@timestamp)[1]','datetime')) as [Event Time]
+FROM #tbl_sp_server_diagnostics
+WHERE XMLData.value('(/event/data/text)[1]','varchar(255)') = 'RESOURCE'
+ORDER BY [Event Time] 
+
+
+DROP TABLE #tbl_sp_server_diagnostics
+
+END 
+
+SET NOCOUNT OFF</CommandText>
+      </Query>
+      <Fields>
+        <Field Name="Event_Time">
+          <DataField>Event Time</DataField>
+          <rd:TypeName>System.DateTime</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+  </DataSets>
+  <ReportSections>
+    <ReportSection>
+      <Body>
+        <ReportItems>
+          <Textbox Name="Textbox7">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value EvaluationMode="Constant">Dashboard Main Report</Value>
+                    <Style>
+                      <FontSize>16pt</FontSize>
+                      <FontWeight>Bold</FontWeight>
+                      <Color>White</Color>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style>
+                  <TextAlign>Center</TextAlign>
+                </Style>
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox7</rd:DefaultName>
+            <Top>0.16333in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.36667in</Height>
+            <Width>9.06667in</Width>
+            <Style>
+              <Border>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+              </Border>
+              <TopBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </TopBorder>
+              <BottomBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </BottomBorder>
+              <LeftBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </LeftBorder>
+              <RightBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </RightBorder>
+              <BackgroundColor>CornflowerBlue</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+          <Textbox Name="Textbox17">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value>=First(Fields!UTCString.Value, "DS_TimeDifference") + " | Data Shown from " + Parameters!StartTime.Value + " to " + Parameters!EndTime.Value</Value>
+                    <Style>
+                      <FontWeight>Bold</FontWeight>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style />
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox17</rd:DefaultName>
+            <Top>0.53in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.24722in</Height>
+            <Width>9.06667in</Width>
+            <ZIndex>1</ZIndex>
+            <Style>
+              <Border>
+                <Style>None</Style>
+              </Border>
+              <BackgroundColor>Silver</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+          <Tablix Name="Tablix4">
+            <TablixBody>
+              <TablixColumns>
+                <TablixColumn>
+                  <Width>3.06667in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+              </TablixColumns>
+              <TablixRows>
+                <TablixRow>
+                  <Height>0.53333in</Height>
+                  <TablixCells>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox41">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Event Time</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox41</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox12">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Max Workers</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox12</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox5">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Workers Created</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox5</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox10">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Idle Workers</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox10</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox8">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Pending Tasks</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox8</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox3">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Unresolvable Deadlock</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox3</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox14">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Deadlocked Schedulers</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox14</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                  </TablixCells>
+                </TablixRow>
+                <TablixRow>
+                  <Height>0.25in</Height>
+                  <TablixCells>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Event_Time">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Event_Time.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Event_Time</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Max_Workers">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Max_Workers.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Max_Workers</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Workers_Created">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Workers_Created.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Workers_Created</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Idle_Workers">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Idle_Workers.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Idle_Workers</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Pending_Tasks">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Pending_Tasks.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Pending_Tasks</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Unresolvable_Deadlock">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Unresolvable_Deadlock.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Unresolvable_Deadlock</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Deadlocked_Schedulers">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Deadlocked_Schedulers.Value</Value>
+                                  <Style>
+                                    <Color>=IIF(Fields!Deadlocked_Schedulers.Value&gt;0,"Red","Black")</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Deadlocked_Schedulers</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                  </TablixCells>
+                </TablixRow>
+              </TablixRows>
+            </TablixBody>
+            <TablixColumnHierarchy>
+              <TablixMembers>
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+              </TablixMembers>
+            </TablixColumnHierarchy>
+            <TablixRowHierarchy>
+              <TablixMembers>
+                <TablixMember>
+                  <KeepWithGroup>After</KeepWithGroup>
+                </TablixMember>
+                <TablixMember>
+                  <Group Name="Details" />
+                </TablixMember>
+              </TablixMembers>
+            </TablixRowHierarchy>
+            <RepeatColumnHeaders>true</RepeatColumnHeaders>
+            <RepeatRowHeaders>true</RepeatRowHeaders>
+            <FixedColumnHeaders>true</FixedColumnHeaders>
+            <FixedRowHeaders>true</FixedRowHeaders>
+            <DataSetName>DS_QueryProcessing</DataSetName>
+            <Top>1.09666in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.78333in</Height>
+            <Width>9.06667in</Width>
+            <ZIndex>2</ZIndex>
+            <Style>
+              <Border>
+                <Style>None</Style>
+              </Border>
+            </Style>
+          </Tablix>
+          <Textbox Name="Textbox61">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value>Query Processing Component Data:</Value>
+                    <Style>
+                      <FontStyle>Italic</FontStyle>
+                      <FontWeight>Bold</FontWeight>
+                      <Color>White</Color>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style />
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox61</rd:DefaultName>
+            <Top>0.77722in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.25in</Height>
+            <Width>9.06667in</Width>
+            <ZIndex>3</ZIndex>
+            <Style>
+              <Border>
+                <Style>Solid</Style>
+              </Border>
+              <TopBorder>
+                <Color>Black</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </TopBorder>
+              <BottomBorder>
+                <Color>Black</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </BottomBorder>
+              <LeftBorder>
+                <Color>Black</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </LeftBorder>
+              <RightBorder>
+                <Color>Black</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </RightBorder>
+              <BackgroundColor>CornflowerBlue</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+        </ReportItems>
+        <Height>2.00222in</Height>
+        <Style>
+          <Border>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+          </Border>
+          <TopBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </TopBorder>
+          <BottomBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </BottomBorder>
+          <LeftBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </LeftBorder>
+          <RightBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </RightBorder>
+        </Style>
+      </Body>
+      <Width>9.30848in</Width>
+      <Page>
+        <PageHeader>
+          <Height>0.7175in</Height>
+          <PrintOnFirstPage>true</PrintOnFirstPage>
+          <PrintOnLastPage>true</PrintOnLastPage>
+          <ReportItems>
+            <Textbox Name="Textbox2">
+              <CanGrow>true</CanGrow>
+              <KeepTogether>true</KeepTogether>
+              <Paragraphs>
+                <Paragraph>
+                  <TextRuns>
+                    <TextRun>
+                      <Value>= "SQL Server Health Session Dashboard on " + Parameters!vServerName.Value</Value>
+                      <Style>
+                        <FontSize>14pt</FontSize>
+                        <FontWeight>Bold</FontWeight>
+                      </Style>
+                    </TextRun>
+                  </TextRuns>
+                  <Style>
+                    <TextAlign>Center</TextAlign>
+                  </Style>
+                </Paragraph>
+              </Paragraphs>
+              <rd:DefaultName>Textbox2</rd:DefaultName>
+              <Top>0.24528in</Top>
+              <Left>1.80694in</Left>
+              <Height>0.44444in</Height>
+              <Width>7.3814in</Width>
+              <Style>
+                <Border>
+                  <Style>None</Style>
+                </Border>
+                <BackgroundColor>White</BackgroundColor>
+                <PaddingLeft>2pt</PaddingLeft>
+                <PaddingRight>2pt</PaddingRight>
+                <PaddingTop>2pt</PaddingTop>
+                <PaddingBottom>2pt</PaddingBottom>
+              </Style>
+            </Textbox>
+            <Image Name="Image1">
+              <Source>Embedded</Source>
+              <Value>Logo</Value>
+              <Sizing>FitProportional</Sizing>
+              <Height>0.69444in</Height>
+              <Width>1.77916in</Width>
+              <ZIndex>1</ZIndex>
+              <Style>
+                <Border>
+                  <Style>None</Style>
+                </Border>
+              </Style>
+            </Image>
+          </ReportItems>
+          <Style>
+            <Border>
+              <Style>None</Style>
+            </Border>
+          </Style>
+        </PageHeader>
+        <PageFooter>
+          <Height>0.44444in</Height>
+          <PrintOnFirstPage>true</PrintOnFirstPage>
+          <PrintOnLastPage>true</PrintOnLastPage>
+          <ReportItems>
+            <Textbox Name="Textbox1">
+              <CanGrow>true</CanGrow>
+              <KeepTogether>true</KeepTogether>
+              <Paragraphs>
+                <Paragraph>
+                  <TextRuns>
+                    <TextRun>
+                      <Value>= "Status as of local time: " + CStr(Globals!ExecutionTime) + " | Page " + CStr(Globals!PageNumber) + " of " + CStr(Globals!TotalPages)</Value>
+                      <Style>
+                        <FontSize>11pt</FontSize>
+                        <FontWeight>Bold</FontWeight>
+                        <Color>White</Color>
+                      </Style>
+                    </TextRun>
+                  </TextRuns>
+                  <Style>
+                    <TextAlign>Center</TextAlign>
+                  </Style>
+                </Paragraph>
+              </Paragraphs>
+              <rd:DefaultName>Textbox1</rd:DefaultName>
+              <Top>0.06944in</Top>
+              <Height>0.375in</Height>
+              <Width>9.18834in</Width>
+              <Style>
+                <Border>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                </Border>
+                <TopBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </TopBorder>
+                <BottomBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </BottomBorder>
+                <LeftBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </LeftBorder>
+                <RightBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </RightBorder>
+                <BackgroundColor>CornflowerBlue</BackgroundColor>
+                <PaddingLeft>2pt</PaddingLeft>
+                <PaddingRight>2pt</PaddingRight>
+                <PaddingTop>2pt</PaddingTop>
+                <PaddingBottom>2pt</PaddingBottom>
+              </Style>
+            </Textbox>
+          </ReportItems>
+          <Style>
+            <Border>
+              <Style>None</Style>
+            </Border>
+          </Style>
+        </PageFooter>
+        <LeftMargin>1in</LeftMargin>
+        <RightMargin>1in</RightMargin>
+        <TopMargin>1in</TopMargin>
+        <BottomMargin>1in</BottomMargin>
+        <Style />
+      </Page>
+    </ReportSection>
+  </ReportSections>
+  <ReportParameters>
+    <ReportParameter Name="vServerName">
+      <DataType>String</DataType>
+      <Prompt>Server Name</Prompt>
+      <ValidValues>
+        <ParameterValues>
+          <ParameterValue>
+            <Value>.</Value>
+            <Label>MSSQLSERVER</Label>
+          </ParameterValue>
+          <ParameterValue>
+            <Value>.\DENALI</Value>
+            <Label>DENALI</Label>
+          </ParameterValue>
+        </ParameterValues>
+      </ValidValues>
+    </ReportParameter>
+    <ReportParameter Name="StartTime">
+      <DataType>String</DataType>
+      <Prompt>Start Time</Prompt>
+      <ValidValues>
+        <DataSetReference>
+          <DataSetName>DS_Time</DataSetName>
+          <ValueField>Event_Time</ValueField>
+          <LabelField>Event_Time</LabelField>
+        </DataSetReference>
+      </ValidValues>
+    </ReportParameter>
+    <ReportParameter Name="EndTime">
+      <DataType>String</DataType>
+      <Prompt>End Time</Prompt>
+      <ValidValues>
+        <DataSetReference>
+          <DataSetName>DS_Time</DataSetName>
+          <ValueField>Event_Time</ValueField>
+          <LabelField>Event_Time</LabelField>
+        </DataSetReference>
+      </ValidValues>
+    </ReportParameter>
+  </ReportParameters>
+  <EmbeddedImages>
+    <EmbeddedImage Name="Logo">
+      <MIMEType>image/png</MIMEType>
+      <ImageData>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</ImageData>
+    </EmbeddedImage>
+  </EmbeddedImages>
+  <rd:ReportUnitType>Inch</rd:ReportUnitType>
+  <rd:ReportID>9d0fc5cc-082e-414f-98e5-90293b1cb113</rd:ReportID>
+</Report>

+ 42 - 0
systemhealthsession/ssrs-reports/Query_Processing_Component.sql

@@ -0,0 +1,42 @@
+SET NOCOUNT ON
+
+-- Fetch data for only SQL Server 2012 instances
+IF (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1) >= 11)
+BEGIN
+
+-- Get UTC time difference for reporting event times local to server time
+DECLARE @UTCDateDiff int = DATEDIFF(mi,GETUTCDATE(),GETDATE());
+
+-- Store XML data retrieved in temp table
+SELECT TOP 1 CAST(xet.target_data AS XML) AS XMLDATA
+INTO #SystemHealthSessionData
+FROM sys.dm_xe_session_targets xet 
+JOIN sys.dm_xe_sessions xe 
+ON (xe.address = xet.event_session_address) 
+WHERE xe.name = 'system_health'
+AND xet.target_name = 'ring_buffer';
+
+
+
+;WITH CTE_HealthSession (EventXML) AS
+(
+SELECT C.query('.') EventXML
+FROM #SystemHealthSessionData a
+CROSS APPLY a.XMLDATA.nodes('/RingBufferTarget/event') as T(C)
+)
+SELECT 
+DATEADD(mi,@UTCDateDiff,EventXML.value('(/event/@timestamp)[1]','datetime')) as [Event Time],
+EventXML.value('(/event/data/value/queryProcessing/@maxWorkers)[1]','bigint') as [Max Workers],
+EventXML.value('(/event/data/value/queryProcessing/@workersCreated)[1]','bigint') as [Workers Created],
+EventXML.value('(/event/data/value/queryProcessing/@workersIdle)[1]','bigint') as [Idle Workers],
+EventXML.value('(/event/data/value/queryProcessing/@pendingTasks)[1]','bigint') as [Pending Tasks],
+EventXML.value('(/event/data/value/queryProcessing/@hasUnresolvableDeadlockOccurred)[1]','int') as [Unresolvable Deadlock],
+EventXML.value('(/event/data/value/queryProcessing/@hasDeadlockedSchedulersOccurred)[1]','int') as [Deadlocked Schedulers]
+FROM CTE_HealthSession 
+WHERE EventXML.value('(/event/@name)[1]', 'varchar(255)') = 'sp_server_diagnostics_component_result'
+AND EventXML.value('(/event/data/text)[1]','varchar(255)') = 'QUERY_PROCESSING'
+ORDER BY [Event Time];
+
+DROP TABLE #SystemHealthSessionData
+
+END

+ 4 - 0
systemhealthsession/ssrs-reports/README.md

@@ -0,0 +1,4 @@
+# SSRS Reports for System Health Session
+If you want to deploy the SSRS reports for a quick view of your environment using the System Health Session, you can do so using the reports and scripts available in this section.
+
+More information about the SSRS Reports can be found [here](https://troubleshootingsql.com/2012/09/24/system-health-session-and-beyond/)

+ 46 - 0
systemhealthsession/ssrs-reports/Resource_Component .sql

@@ -0,0 +1,46 @@
+SET NOCOUNT ON
+
+-- Fetch data for only SQL Server 2012 instances
+IF (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1) >= 11)
+BEGIN
+
+-- Get UTC time difference for reporting event times local to server time
+DECLARE @UTCDateDiff int = DATEDIFF(mi,GETUTCDATE(),GETDATE());
+
+-- Store XML data retrieved in temp table
+SELECT TOP 1 CAST(xet.target_data AS XML) AS XMLDATA
+INTO #SystemHealthSessionData
+FROM sys.dm_xe_session_targets xet 
+JOIN sys.dm_xe_sessions xe 
+ON (xe.address = xet.event_session_address) 
+WHERE xe.name = 'system_health'
+AND xet.target_name = 'ring_buffer';
+
+
+;WITH CTE_HealthSession (EventXML) AS
+(
+SELECT C.query('.') EventXML
+FROM #SystemHealthSessionData a
+CROSS APPLY a.XMLDATA.nodes('/RingBufferTarget/event') as T(C)
+)
+SELECT 
+DATEADD(mi,@UTCDateDiff,EventXML.value('(/event/@timestamp)[1]','datetime')) as [Event Time],
+EventXML.value('(/event/data/text)[1]','varchar(255)') as Component,
+EventXML.value('(/event/data/value/resource/@outOfMemoryExceptions)[1]','bigint')  as [OOM Exceptions],
+EventXML.value('(/event/data/value/resource/memoryReport/entry/@value)[1]','bigint')/(1024*1024*1024)  as [Available Physical Memory (GB)],
+EventXML.value('(/event/data/value/resource/memoryReport/entry/@value)[3]','bigint')/(1024*1024*1024) as [Available Paging File (GB)],
+EventXML.value('(/event/data/value/resource/memoryReport/entry/@value)[5]','int') as [Percent of Committed Memory in WS],
+EventXML.value('(/event/data/value/resource/memoryReport/entry/@value)[6]','bigint') as [Page Faults],
+EventXML.value('(/event/data/value/resource/memoryReport/entry/@value)[12]','bigint')/1024 as [VM Committed (MB)],
+EventXML.value('(/event/data/value/resource/memoryReport/entry/@value)[13]','bigint')/(1024*1024) as [Locked Pages Allocated (GB)],
+EventXML.value('(/event/data/value/resource/memoryReport/entry/@value)[14]','bigint')/(1024*1024) as [Large Pages Allocated (GB)],
+EventXML.value('(/event/data/value/resource/memoryReport/entry/@value)[17]','bigint')/(1024*1024) as [Target Committed (GB)],
+EventXML.value('(/event/data/value/resource/memoryReport/entry/@value)[18]','bigint')/(1024*1024) as [Current Committed (GB)]
+FROM CTE_HealthSession 
+WHERE EventXML.value('(/event/@name)[1]', 'varchar(255)') = 'sp_server_diagnostics_component_result'
+AND EventXML.value('(/event/data/text)[1]','varchar(255)') = 'RESOURCE'
+ORDER BY [Event Time] desc;
+
+DROP TABLE #SystemHealthSessionData
+
+END

+ 2491 - 0
systemhealthsession/ssrs-reports/Resource_MainF.rdl

@@ -0,0 +1,2491 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Report xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" xmlns:cl="http://schemas.microsoft.com/sqlserver/reporting/2010/01/componentdefinition" xmlns="http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition">
+  <AutoRefresh>0</AutoRefresh>
+  <DataSources>
+    <DataSource Name="ServerName">
+      <ConnectionProperties>
+        <DataProvider>SQL</DataProvider>
+        <ConnectString>="Data Source=" + Parameters!vServerName.Value.ToString() + ";Initial Catalog=master"</ConnectString>
+        <IntegratedSecurity>true</IntegratedSecurity>
+      </ConnectionProperties>
+      <rd:SecurityType>Integrated</rd:SecurityType>
+      <rd:DataSourceID>ff4453f3-b6e9-4008-9a78-2bbdc1e58a8c</rd:DataSourceID>
+    </DataSource>
+    <DataSource Name="DataSource1">
+      <DataSourceReference>DataSource1</DataSourceReference>
+      <rd:SecurityType>None</rd:SecurityType>
+      <rd:DataSourceID>d56844c6-0d77-41c7-869f-f445c8975296</rd:DataSourceID>
+    </DataSource>
+  </DataSources>
+  <DataSets>
+    <DataSet Name="DS_TimeDifference">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>DECLARE @UTDDateDiff int
+SET @UTDDateDiff = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+IF (@UTDDateDiff &gt; 0)
+	SELECT ('UTC Time Difference: ' + CAST((@UTDDateDiff/60) AS char(3)) + ' hours ' + CAST((@UTDDateDiff%60) AS char(3)) + ' minutes') AS UTCString
+ELSE
+	SELECT ('UTC Time Difference: -' + SUBSTRING(CAST((@UTDDateDiff/60) AS char(3)),2,3) + ' hours ' + SUBSTRING(CAST((@UTDDateDiff%60) AS char(3)),2,3) + ' minutes') AS UTCString</CommandText>
+        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
+      </Query>
+      <Fields>
+        <Field Name="UTCString">
+          <DataField>UTCString</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_Version">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>SELECT (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1)) as VersionMajorNumber</CommandText>
+      </Query>
+      <Fields>
+        <Field Name="VersionMajorNumber">
+          <DataField>VersionMajorNumber</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_Resource">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <QueryParameters>
+          <QueryParameter Name="@StartTime">
+            <Value>=Parameters!StartTime.Value</Value>
+          </QueryParameter>
+          <QueryParameter Name="@EndTime">
+            <Value>=Parameters!EndTime.Value</Value>
+          </QueryParameter>
+        </QueryParameters>
+        <CommandText>SET NOCOUNT ON
+
+IF (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1) &gt;= 11)
+BEGIN
+
+	DECLARE @UTDDateDiff int
+	SET @UTDDateDiff = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+
+-- Fetch information about the XEL file location
+DECLARE @filename varchar(8000) ;
+SELECT @filename = CAST(target_data as XML).value('(/EventFileTarget/File/@name)[1]', 'varchar(8000)')
+FROM sys.dm_xe_session_targets
+WHERE target_name = 'event_file' and event_session_address = (select address from sys.dm_xe_sessions where name = 'system_health')
+
+SET @filename = SUBSTRING(@filename,1,CHARINDEX('system_health',@filename,1)-1) + '*.xel'
+
+-- Read the XEL files to get the System Health Session Data
+SELECT object_name,CAST(event_data as XML) as XMLData
+INTO #tbl_sp_server_diagnostics
+FROM sys.fn_xe_file_target_read_file(@filename, null, null, null)
+WHERE object_name = 'sp_server_diagnostics_component_result'
+
+SELECT 
+DATEADD(mi,@UTDDateDiff,XMLData.value('(/event/@timestamp)[1]','datetime')) as [Event Time],
+XMLData.value('(/event/data/value/resource/@outOfMemoryExceptions)[1]','bigint')  as [OOM Exceptions],
+XMLData.value('(/event/data/value/resource/memoryReport/entry/@value)[1]','bigint')/(1024*1024*1024)  as [Available Physical Memory (GB)],
+XMLData.value('(/event/data/value/resource/memoryReport/entry/@value)[3]','bigint')/(1024*1024*1024) as [Available Paging File (GB)],
+XMLData.value('(/event/data/value/resource/memoryReport/entry/@value)[5]','int') as [Percent of Committed Memory in WS],
+XMLData.value('(/event/data/value/resource/memoryReport/entry/@value)[6]','bigint') as [Page Faults],
+XMLData.value('(/event/data/value/resource/memoryReport/entry/@value)[12]','bigint')/1024 as [VM Committed (MB)],
+XMLData.value('(/event/data/value/resource/memoryReport/entry/@value)[13]','bigint')/(1024*1024) as [Locked Pages Allocated (GB)],
+XMLData.value('(/event/data/value/resource/memoryReport/entry/@value)[14]','bigint')/(1024*1024) as [Large Pages Allocated (GB)],
+XMLData.value('(/event/data/value/resource/memoryReport/entry/@value)[17]','bigint')/(1024*1024) as [Target Committed (GB)],
+XMLData.value('(/event/data/value/resource/memoryReport/entry/@value)[18]','bigint')/(1024*1024) as [Current Committed (GB)]
+FROM #tbl_sp_server_diagnostics
+WHERE XMLData.value('(/event/data/text)[1]','varchar(255)') = 'RESOURCE'
+AND XMLData.value('(/event/@timestamp)[1]','datetime') BETWEEN @StartTime and @EndTime
+ORDER BY [Event Time] DESC
+
+
+DROP TABLE #tbl_sp_server_diagnostics
+
+END 
+
+SET NOCOUNT OFF</CommandText>
+      </Query>
+      <Fields>
+        <Field Name="Event_Time">
+          <DataField>Event Time</DataField>
+          <rd:TypeName>System.DateTime</rd:TypeName>
+        </Field>
+        <Field Name="OOM_Exceptions">
+          <DataField>OOM Exceptions</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+        <Field Name="Available_Physical_Memory__GB_">
+          <DataField>Available Physical Memory (GB)</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+        <Field Name="Available_Paging_File__GB_">
+          <DataField>Available Paging File (GB)</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+        <Field Name="Percent_of_Committed_Memory_in_WS">
+          <DataField>Percent of Committed Memory in WS</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="Page_Faults">
+          <DataField>Page Faults</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+        <Field Name="VM_Committed__MB_">
+          <DataField>VM Committed (MB)</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+        <Field Name="Locked_Pages_Allocated__GB_">
+          <DataField>Locked Pages Allocated (GB)</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+        <Field Name="Large_Pages_Allocated__GB_">
+          <DataField>Large Pages Allocated (GB)</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+        <Field Name="Target_Committed__GB_">
+          <DataField>Target Committed (GB)</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+        <Field Name="Current_Committed__GB_">
+          <DataField>Current Committed (GB)</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_Time">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>SET NOCOUNT ON
+
+IF (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1) &gt;= 11)
+BEGIN
+
+	DECLARE @UTDDateDiff int
+	SET @UTDDateDiff = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+
+-- Fetch information about the XEL file location
+DECLARE @filename varchar(8000) ;
+SELECT @filename = CAST(target_data as XML).value('(/EventFileTarget/File/@name)[1]', 'varchar(8000)')
+FROM sys.dm_xe_session_targets
+WHERE target_name = 'event_file' and event_session_address = (select address from sys.dm_xe_sessions where name = 'system_health');
+
+SET @filename = SUBSTRING(@filename,1,CHARINDEX('system_health',@filename,1)-1) + '*.xel';
+
+-- Read the XEL files to get the System Health Session Data
+SELECT object_name,CAST(event_data as XML) as XMLData
+INTO #tbl_sp_server_diagnostics
+FROM sys.fn_xe_file_target_read_file(@filename, null, null, null)
+WHERE object_name = 'sp_server_diagnostics_component_result'
+
+SELECT 
+DATEADD(mi,@UTDDateDiff,XMLData.value('(/event/@timestamp)[1]','datetime')) as [Event Time]
+FROM #tbl_sp_server_diagnostics
+WHERE XMLData.value('(/event/data/text)[1]','varchar(255)') = 'RESOURCE'
+ORDER BY [Event Time] 
+
+
+DROP TABLE #tbl_sp_server_diagnostics
+
+END 
+
+SET NOCOUNT OFF</CommandText>
+      </Query>
+      <Fields>
+        <Field Name="Event_Time">
+          <DataField>Event Time</DataField>
+          <rd:TypeName>System.DateTime</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+  </DataSets>
+  <ReportSections>
+    <ReportSection>
+      <Body>
+        <ReportItems>
+          <Textbox Name="Textbox7">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value EvaluationMode="Constant">Dashboard Main Report</Value>
+                    <Style>
+                      <FontSize>16pt</FontSize>
+                      <FontWeight>Bold</FontWeight>
+                      <Color>White</Color>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style>
+                  <TextAlign>Center</TextAlign>
+                </Style>
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox7</rd:DefaultName>
+            <Top>0.16333in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.36667in</Height>
+            <Width>12.49166in</Width>
+            <Style>
+              <Border>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+              </Border>
+              <TopBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </TopBorder>
+              <BottomBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </BottomBorder>
+              <LeftBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </LeftBorder>
+              <RightBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </RightBorder>
+              <BackgroundColor>CornflowerBlue</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+          <Textbox Name="Textbox17">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value>=First(Fields!UTCString.Value, "DS_TimeDifference") + " | Data Shown from " + Parameters!StartTime.Value + " to " + Parameters!EndTime.Value</Value>
+                    <Style>
+                      <FontWeight>Bold</FontWeight>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style />
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox17</rd:DefaultName>
+            <Top>0.53in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.24722in</Height>
+            <Width>12.49166in</Width>
+            <ZIndex>1</ZIndex>
+            <Style>
+              <Border>
+                <Style>None</Style>
+              </Border>
+              <BackgroundColor>Silver</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+          <Tablix Name="Tablix4">
+            <TablixBody>
+              <TablixColumns>
+                <TablixColumn>
+                  <Width>2.06667in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>0.70485in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>0.84652in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>0.39514in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>0.85347in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>0.84167in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>0.425in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1.24167in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1.06667in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>0.95833in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1.09167in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+              </TablixColumns>
+              <TablixRows>
+                <TablixRow>
+                  <Height>0.53333in</Height>
+                  <TablixCells>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox41">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Event Time</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox41</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox5">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>OOM Exceptions</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox5</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox43">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Available Physical Memory (GB) </Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox43</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                        <ColSpan>2</ColSpan>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell />
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox45">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Available Paging File (GB) </Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox45</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox47">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>%Memory committed in Working Set</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox47</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                        <ColSpan>2</ColSpan>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell />
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox49">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Page Faults</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox49</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox51">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>VM Committed (MB) </Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox51</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox53">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Locked Pages Allocated (GB) </Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox53</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox55">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Large Pages Allocated (GB) </Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox55</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox57">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Target Committed (GB) </Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox57</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox59">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Current Committed (GB) </Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox59</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                  </TablixCells>
+                </TablixRow>
+                <TablixRow>
+                  <Height>0.25in</Height>
+                  <TablixCells>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Event_Time">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Event_Time.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Event_Time</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="OOM_Exceptions">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!OOM_Exceptions.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Right</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>OOM_Exceptions</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Available_Physical_Memory__GB_">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Available_Physical_Memory__GB_.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Right</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Available_Physical_Memory__GB_</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <GaugePanel Name="GaugePanel3">
+                          <StateIndicators>
+                            <StateIndicator Name="Indicator1">
+                              <GaugeInputValue>
+                                <Value>=Sum(Fields!Available_Physical_Memory__GB_.Value)</Value>
+                                <Multiplier>1</Multiplier>
+                                <DataElementOutput>NoOutput</DataElementOutput>
+                              </GaugeInputValue>
+                              <TransformationType>None</TransformationType>
+                              <TransformationScope>Tablix4</TransformationScope>
+                              <MinimumValue>
+                                <Value>NaN</Value>
+                                <Multiplier>1</Multiplier>
+                              </MinimumValue>
+                              <MaximumValue>
+                                <Value>NaN</Value>
+                                <Multiplier>1</Multiplier>
+                              </MaximumValue>
+                              <IndicatorStyle>None</IndicatorStyle>
+                              <IndicatorImage>
+                                <Source>External</Source>
+                                <Value />
+                              </IndicatorImage>
+                              <ScaleFactor>1</ScaleFactor>
+                              <IndicatorStates>
+                                <IndicatorState Name="Yellow">
+                                  <StartValue>
+                                    <Value>0</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </StartValue>
+                                  <EndValue>
+                                    <Value>1</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </EndValue>
+                                  <Color>Yellow</Color>
+                                  <ScaleFactor>1</ScaleFactor>
+                                  <IndicatorStyle>TrafficLightUnrimmed</IndicatorStyle>
+                                  <IndicatorImage>
+                                    <Source>External</Source>
+                                    <Value />
+                                  </IndicatorImage>
+                                </IndicatorState>
+                                <IndicatorState Name="Green">
+                                  <StartValue>
+                                    <Value>1</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </StartValue>
+                                  <EndValue>
+                                    <Value>100000</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </EndValue>
+                                  <Color>Green</Color>
+                                  <ScaleFactor>1</ScaleFactor>
+                                  <IndicatorStyle>TrafficLightUnrimmed</IndicatorStyle>
+                                  <IndicatorImage>
+                                    <Source>External</Source>
+                                    <Value />
+                                  </IndicatorImage>
+                                </IndicatorState>
+                              </IndicatorStates>
+                              <Angle>0</Angle>
+                              <StateDataElementName />
+                              <rd:IconsSet>ThreeUnrimmedTrafficLights</rd:IconsSet>
+                              <Style>
+                                <ShadowOffset>2pt</ShadowOffset>
+                              </Style>
+                              <Top>4</Top>
+                              <Left>4</Left>
+                              <Height>92</Height>
+                              <Width>92</Width>
+                            </StateIndicator>
+                          </StateIndicators>
+                          <AutoLayout>true</AutoLayout>
+                          <BackFrame>
+                            <Style>
+                              <Border>
+                                <Style>None</Style>
+                              </Border>
+                              <BackgroundColor>Gainsboro</BackgroundColor>
+                              <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                              <BackgroundGradientEndColor>Gray</BackgroundGradientEndColor>
+                              <BackgroundHatchType>None</BackgroundHatchType>
+                              <ShadowOffset>0pt</ShadowOffset>
+                            </Style>
+                            <FrameBackground>
+                              <Style>
+                                <BackgroundColor>Silver</BackgroundColor>
+                                <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                                <BackgroundGradientEndColor>Gray</BackgroundGradientEndColor>
+                                <BackgroundHatchType>None</BackgroundHatchType>
+                              </Style>
+                            </FrameBackground>
+                            <FrameImage>
+                              <Source>External</Source>
+                              <Value />
+                            </FrameImage>
+                          </BackFrame>
+                          <TopImage>
+                            <Source>External</Source>
+                            <Value />
+                          </TopImage>
+                          <DataSetName>DS_Resource</DataSetName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>White</BackgroundColor>
+                          </Style>
+                        </GaugePanel>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Available_Paging_File__GB_">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Available_Paging_File__GB_.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Right</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Available_Paging_File__GB_</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Percent_of_Committed_Memory_in_WS">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Percent_of_Committed_Memory_in_WS.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Right</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Percent_of_Committed_Memory_in_WS</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <GaugePanel Name="GaugePanel2">
+                          <StateIndicators>
+                            <StateIndicator Name="Indicator1">
+                              <GaugeInputValue>
+                                <Value>=Sum(Fields!Percent_of_Committed_Memory_in_WS.Value)</Value>
+                                <Multiplier>1</Multiplier>
+                                <DataElementOutput>NoOutput</DataElementOutput>
+                              </GaugeInputValue>
+                              <TransformationType>None</TransformationType>
+                              <TransformationScope>Tablix4</TransformationScope>
+                              <MinimumValue>
+                                <Value>NaN</Value>
+                                <Multiplier>1</Multiplier>
+                              </MinimumValue>
+                              <MaximumValue>
+                                <Value>NaN</Value>
+                                <Multiplier>1</Multiplier>
+                              </MaximumValue>
+                              <IndicatorStyle>None</IndicatorStyle>
+                              <IndicatorImage>
+                                <Source>External</Source>
+                                <Value />
+                              </IndicatorImage>
+                              <ScaleFactor>1</ScaleFactor>
+                              <IndicatorStates>
+                                <IndicatorState Name="Red">
+                                  <StartValue>
+                                    <Value>0</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </StartValue>
+                                  <EndValue>
+                                    <Value>50</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </EndValue>
+                                  <Color>Red</Color>
+                                  <ScaleFactor>1</ScaleFactor>
+                                  <IndicatorStyle>TrafficLightUnrimmed</IndicatorStyle>
+                                  <IndicatorImage>
+                                    <Source>External</Source>
+                                    <Value />
+                                  </IndicatorImage>
+                                </IndicatorState>
+                                <IndicatorState Name="Yellow">
+                                  <StartValue>
+                                    <Value>51</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </StartValue>
+                                  <EndValue>
+                                    <Value>90</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </EndValue>
+                                  <Color>Yellow</Color>
+                                  <ScaleFactor>1</ScaleFactor>
+                                  <IndicatorStyle>TrafficLightUnrimmed</IndicatorStyle>
+                                  <IndicatorImage>
+                                    <Source>External</Source>
+                                    <Value />
+                                  </IndicatorImage>
+                                </IndicatorState>
+                                <IndicatorState Name="Green">
+                                  <StartValue>
+                                    <Value>91</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </StartValue>
+                                  <EndValue>
+                                    <Value>100</Value>
+                                    <Multiplier>1</Multiplier>
+                                  </EndValue>
+                                  <Color>Green</Color>
+                                  <ScaleFactor>1</ScaleFactor>
+                                  <IndicatorStyle>TrafficLightUnrimmed</IndicatorStyle>
+                                  <IndicatorImage>
+                                    <Source>External</Source>
+                                    <Value />
+                                  </IndicatorImage>
+                                </IndicatorState>
+                              </IndicatorStates>
+                              <Angle>0</Angle>
+                              <StateDataElementName />
+                              <rd:IconsSet>ThreeUnrimmedTrafficLights</rd:IconsSet>
+                              <Style>
+                                <ShadowOffset>2pt</ShadowOffset>
+                              </Style>
+                              <Top>4</Top>
+                              <Left>4</Left>
+                              <Height>92</Height>
+                              <Width>92</Width>
+                            </StateIndicator>
+                          </StateIndicators>
+                          <AutoLayout>true</AutoLayout>
+                          <BackFrame>
+                            <Style>
+                              <Border>
+                                <Style>None</Style>
+                              </Border>
+                              <BackgroundColor>Gainsboro</BackgroundColor>
+                              <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                              <BackgroundGradientEndColor>Gray</BackgroundGradientEndColor>
+                              <BackgroundHatchType>None</BackgroundHatchType>
+                              <ShadowOffset>0pt</ShadowOffset>
+                            </Style>
+                            <FrameBackground>
+                              <Style>
+                                <BackgroundColor>Silver</BackgroundColor>
+                                <BackgroundGradientType>DiagonalLeft</BackgroundGradientType>
+                                <BackgroundGradientEndColor>Gray</BackgroundGradientEndColor>
+                                <BackgroundHatchType>None</BackgroundHatchType>
+                              </Style>
+                            </FrameBackground>
+                            <FrameImage>
+                              <Source>External</Source>
+                              <Value />
+                            </FrameImage>
+                          </BackFrame>
+                          <TopImage>
+                            <Source>External</Source>
+                            <Value />
+                          </TopImage>
+                          <DataSetName>DS_Resource</DataSetName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>White</BackgroundColor>
+                          </Style>
+                        </GaugePanel>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Page_Faults">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Page_Faults.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Right</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Page_Faults</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="VM_Committed__MB_">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!VM_Committed__MB_.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Right</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>VM_Committed__MB_</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Locked_Pages_Allocated__GB_">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Locked_Pages_Allocated__GB_.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Right</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Locked_Pages_Allocated__GB_</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Large_Pages_Allocated__GB_">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Large_Pages_Allocated__GB_.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Right</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Large_Pages_Allocated__GB_</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Target_Committed__GB_">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Target_Committed__GB_.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Right</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Target_Committed__GB_</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Current_Committed__GB_">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Current_Committed__GB_.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Right</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Current_Committed__GB_</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                  </TablixCells>
+                </TablixRow>
+              </TablixRows>
+            </TablixBody>
+            <TablixColumnHierarchy>
+              <TablixMembers>
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+              </TablixMembers>
+            </TablixColumnHierarchy>
+            <TablixRowHierarchy>
+              <TablixMembers>
+                <TablixMember>
+                  <KeepWithGroup>After</KeepWithGroup>
+                </TablixMember>
+                <TablixMember>
+                  <Group Name="Details" />
+                </TablixMember>
+              </TablixMembers>
+            </TablixRowHierarchy>
+            <DataSetName>DS_Resource</DataSetName>
+            <Top>4.49583in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.78333in</Height>
+            <Width>12.49166in</Width>
+            <ZIndex>2</ZIndex>
+            <Style>
+              <Border>
+                <Style>None</Style>
+              </Border>
+            </Style>
+          </Tablix>
+          <Textbox Name="Textbox61">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value>Resource Component Data:</Value>
+                    <Style>
+                      <FontStyle>Italic</FontStyle>
+                      <FontWeight>Bold</FontWeight>
+                      <Color>White</Color>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style />
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox61</rd:DefaultName>
+            <Top>4.24583in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.25in</Height>
+            <Width>12.49166in</Width>
+            <ZIndex>3</ZIndex>
+            <Style>
+              <Border>
+                <Style>Solid</Style>
+              </Border>
+              <TopBorder>
+                <Color>Black</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </TopBorder>
+              <BottomBorder>
+                <Color>Black</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </BottomBorder>
+              <LeftBorder>
+                <Color>Black</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </LeftBorder>
+              <RightBorder>
+                <Color>Black</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </RightBorder>
+              <BackgroundColor>CornflowerBlue</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+          <Chart Name="Chart1">
+            <ChartCategoryHierarchy>
+              <ChartMembers>
+                <ChartMember>
+                  <Group Name="Chart1_CategoryGroup">
+                    <GroupExpressions>
+                      <GroupExpression>=Fields!Event_Time.Value</GroupExpression>
+                    </GroupExpressions>
+                  </Group>
+                  <SortExpressions>
+                    <SortExpression>
+                      <Value>=Fields!Event_Time.Value</Value>
+                    </SortExpression>
+                  </SortExpressions>
+                  <Label>=Fields!Event_Time.Value</Label>
+                </ChartMember>
+              </ChartMembers>
+            </ChartCategoryHierarchy>
+            <ChartSeriesHierarchy>
+              <ChartMembers>
+                <ChartMember>
+                  <Label>Percent of Committed Memory in WS</Label>
+                </ChartMember>
+                <ChartMember>
+                  <Label>Available Physical Memory GB </Label>
+                </ChartMember>
+                <ChartMember>
+                  <Label>Current Committed GB </Label>
+                </ChartMember>
+              </ChartMembers>
+            </ChartSeriesHierarchy>
+            <ChartData>
+              <ChartSeriesCollection>
+                <ChartSeries Name="Percent_of_Committed_Memory_in_WS">
+                  <ChartDataPoints>
+                    <ChartDataPoint>
+                      <ChartDataPointValues>
+                        <Y>=Sum(Fields!Percent_of_Committed_Memory_in_WS.Value)</Y>
+                      </ChartDataPointValues>
+                      <ChartDataLabel>
+                        <Style />
+                      </ChartDataLabel>
+                      <Style />
+                      <ChartMarker>
+                        <Style />
+                      </ChartMarker>
+                      <DataElementOutput>Output</DataElementOutput>
+                    </ChartDataPoint>
+                  </ChartDataPoints>
+                  <Style />
+                  <ChartEmptyPoints>
+                    <Style />
+                    <ChartMarker>
+                      <Style />
+                    </ChartMarker>
+                    <ChartDataLabel>
+                      <Style />
+                    </ChartDataLabel>
+                  </ChartEmptyPoints>
+                  <ValueAxisName>Secondary</ValueAxisName>
+                  <CategoryAxisName>Primary</CategoryAxisName>
+                  <ChartSmartLabel>
+                    <CalloutLineColor>Black</CalloutLineColor>
+                    <MinMovingDistance>0pt</MinMovingDistance>
+                  </ChartSmartLabel>
+                </ChartSeries>
+                <ChartSeries Name="Available_Physical_Memory__GB_">
+                  <ChartDataPoints>
+                    <ChartDataPoint>
+                      <ChartDataPointValues>
+                        <Y>=Sum(Fields!Available_Physical_Memory__GB_.Value)</Y>
+                      </ChartDataPointValues>
+                      <ChartDataLabel>
+                        <Style />
+                      </ChartDataLabel>
+                      <ToolTip>=Fields!Available_Physical_Memory__GB_.Value</ToolTip>
+                      <Style>
+                        <Border>
+                          <Width>2pt</Width>
+                        </Border>
+                      </Style>
+                      <ChartMarker>
+                        <Style />
+                      </ChartMarker>
+                      <DataElementOutput>Output</DataElementOutput>
+                    </ChartDataPoint>
+                  </ChartDataPoints>
+                  <Type>Line</Type>
+                  <Style />
+                  <ChartEmptyPoints>
+                    <Style />
+                    <ChartMarker>
+                      <Style />
+                    </ChartMarker>
+                    <ChartDataLabel>
+                      <Style />
+                    </ChartDataLabel>
+                  </ChartEmptyPoints>
+                  <ValueAxisName>Primary</ValueAxisName>
+                  <CategoryAxisName>Primary</CategoryAxisName>
+                  <ChartSmartLabel>
+                    <CalloutLineColor>Black</CalloutLineColor>
+                    <MinMovingDistance>0pt</MinMovingDistance>
+                  </ChartSmartLabel>
+                </ChartSeries>
+                <ChartSeries Name="Current_Committed__GB_">
+                  <ChartDataPoints>
+                    <ChartDataPoint>
+                      <ChartDataPointValues>
+                        <Y>=Sum(Fields!Current_Committed__GB_.Value)</Y>
+                      </ChartDataPointValues>
+                      <ChartDataLabel>
+                        <Style />
+                      </ChartDataLabel>
+                      <ToolTip>=Sum(Fields!Current_Committed__GB_.Value)</ToolTip>
+                      <Style>
+                        <Border>
+                          <Width>2pt</Width>
+                        </Border>
+                      </Style>
+                      <ChartMarker>
+                        <Type>Circle</Type>
+                        <Style />
+                      </ChartMarker>
+                      <DataElementOutput>Output</DataElementOutput>
+                    </ChartDataPoint>
+                  </ChartDataPoints>
+                  <Type>Line</Type>
+                  <Style />
+                  <ChartEmptyPoints>
+                    <Style />
+                    <ChartMarker>
+                      <Style />
+                    </ChartMarker>
+                    <ChartDataLabel>
+                      <Style />
+                    </ChartDataLabel>
+                  </ChartEmptyPoints>
+                  <ValueAxisName>Primary</ValueAxisName>
+                  <CategoryAxisName>Primary</CategoryAxisName>
+                  <ChartSmartLabel>
+                    <CalloutLineColor>Black</CalloutLineColor>
+                    <MinMovingDistance>0pt</MinMovingDistance>
+                  </ChartSmartLabel>
+                </ChartSeries>
+              </ChartSeriesCollection>
+            </ChartData>
+            <ChartAreas>
+              <ChartArea Name="Default">
+                <ChartCategoryAxes>
+                  <ChartAxis Name="Primary">
+                    <Style>
+                      <FontSize>8pt</FontSize>
+                    </Style>
+                    <ChartAxisTitle>
+                      <Caption />
+                      <Style>
+                        <FontSize>8pt</FontSize>
+                      </Style>
+                    </ChartAxisTitle>
+                    <ChartMajorGridLines>
+                      <Enabled>False</Enabled>
+                      <Style>
+                        <Border>
+                          <Color>Gainsboro</Color>
+                        </Border>
+                      </Style>
+                    </ChartMajorGridLines>
+                    <ChartMinorGridLines>
+                      <Style>
+                        <Border>
+                          <Color>Gainsboro</Color>
+                          <Style>Dotted</Style>
+                        </Border>
+                      </Style>
+                    </ChartMinorGridLines>
+                    <ChartMinorTickMarks>
+                      <Length>0.5</Length>
+                    </ChartMinorTickMarks>
+                    <CrossAt>NaN</CrossAt>
+                    <Minimum>NaN</Minimum>
+                    <Maximum>NaN</Maximum>
+                    <HideLabels>true</HideLabels>
+                    <ChartAxisScaleBreak>
+                      <Style />
+                    </ChartAxisScaleBreak>
+                  </ChartAxis>
+                  <ChartAxis Name="Secondary">
+                    <Style>
+                      <FontSize>8pt</FontSize>
+                    </Style>
+                    <ChartAxisTitle>
+                      <Caption>Axis Title</Caption>
+                      <Style>
+                        <FontSize>8pt</FontSize>
+                      </Style>
+                    </ChartAxisTitle>
+                    <ChartMajorGridLines>
+                      <Enabled>False</Enabled>
+                      <Style>
+                        <Border>
+                          <Color>Gainsboro</Color>
+                        </Border>
+                      </Style>
+                    </ChartMajorGridLines>
+                    <ChartMinorGridLines>
+                      <Style>
+                        <Border>
+                          <Color>Gainsboro</Color>
+                          <Style>Dotted</Style>
+                        </Border>
+                      </Style>
+                    </ChartMinorGridLines>
+                    <ChartMinorTickMarks>
+                      <Length>0.5</Length>
+                    </ChartMinorTickMarks>
+                    <CrossAt>NaN</CrossAt>
+                    <Location>Opposite</Location>
+                    <Minimum>NaN</Minimum>
+                    <Maximum>NaN</Maximum>
+                    <ChartAxisScaleBreak>
+                      <Style />
+                    </ChartAxisScaleBreak>
+                  </ChartAxis>
+                </ChartCategoryAxes>
+                <ChartValueAxes>
+                  <ChartAxis Name="Primary">
+                    <Style>
+                      <FontSize>8pt</FontSize>
+                    </Style>
+                    <ChartAxisTitle>
+                      <Caption />
+                      <Style>
+                        <FontSize>8pt</FontSize>
+                      </Style>
+                    </ChartAxisTitle>
+                    <ChartMajorGridLines>
+                      <Style>
+                        <Border>
+                          <Color>Gainsboro</Color>
+                        </Border>
+                      </Style>
+                    </ChartMajorGridLines>
+                    <ChartMinorGridLines>
+                      <Style>
+                        <Border>
+                          <Color>Gainsboro</Color>
+                          <Style>Dotted</Style>
+                        </Border>
+                      </Style>
+                    </ChartMinorGridLines>
+                    <ChartMinorTickMarks>
+                      <Length>0.5</Length>
+                    </ChartMinorTickMarks>
+                    <CrossAt>NaN</CrossAt>
+                    <Minimum>NaN</Minimum>
+                    <Maximum>NaN</Maximum>
+                    <ChartAxisScaleBreak>
+                      <Style />
+                    </ChartAxisScaleBreak>
+                  </ChartAxis>
+                  <ChartAxis Name="Secondary">
+                    <Style>
+                      <FontSize>8pt</FontSize>
+                    </Style>
+                    <ChartAxisTitle>
+                      <Caption />
+                      <Style>
+                        <FontSize>8pt</FontSize>
+                      </Style>
+                    </ChartAxisTitle>
+                    <ChartMajorGridLines>
+                      <Style>
+                        <Border>
+                          <Color>Gainsboro</Color>
+                        </Border>
+                      </Style>
+                    </ChartMajorGridLines>
+                    <ChartMinorGridLines>
+                      <Style>
+                        <Border>
+                          <Color>Gainsboro</Color>
+                          <Style>Dotted</Style>
+                        </Border>
+                      </Style>
+                    </ChartMinorGridLines>
+                    <ChartMinorTickMarks>
+                      <Length>0.5</Length>
+                    </ChartMinorTickMarks>
+                    <CrossAt>NaN</CrossAt>
+                    <Location>Opposite</Location>
+                    <Minimum>NaN</Minimum>
+                    <Maximum>NaN</Maximum>
+                    <ChartAxisScaleBreak>
+                      <Style />
+                    </ChartAxisScaleBreak>
+                  </ChartAxis>
+                </ChartValueAxes>
+                <Style>
+                  <BackgroundGradientType>None</BackgroundGradientType>
+                </Style>
+              </ChartArea>
+            </ChartAreas>
+            <ChartLegends>
+              <ChartLegend Name="Default">
+                <Style>
+                  <BackgroundGradientType>None</BackgroundGradientType>
+                  <FontSize>8pt</FontSize>
+                </Style>
+                <Position>BottomCenter</Position>
+                <ChartLegendTitle>
+                  <Caption />
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                    <FontWeight>Bold</FontWeight>
+                    <TextAlign>Center</TextAlign>
+                  </Style>
+                </ChartLegendTitle>
+                <HeaderSeparatorColor>Black</HeaderSeparatorColor>
+                <ColumnSeparatorColor>Black</ColumnSeparatorColor>
+              </ChartLegend>
+            </ChartLegends>
+            <Palette>BrightPastel</Palette>
+            <ChartBorderSkin>
+              <Style>
+                <BackgroundColor>Gray</BackgroundColor>
+                <BackgroundGradientType>None</BackgroundGradientType>
+                <Color>White</Color>
+              </Style>
+            </ChartBorderSkin>
+            <ChartNoDataMessage Name="NoDataMessage">
+              <Caption>No Data Available</Caption>
+              <Style>
+                <BackgroundGradientType>None</BackgroundGradientType>
+                <TextAlign>General</TextAlign>
+                <VerticalAlign>Top</VerticalAlign>
+              </Style>
+            </ChartNoDataMessage>
+            <DataSetName>DS_Resource</DataSetName>
+            <Top>0.9375in</Top>
+            <Left>0.12167in</Left>
+            <Height>3.28055in</Height>
+            <Width>12.49166in</Width>
+            <ZIndex>4</ZIndex>
+            <Style>
+              <Border>
+                <Color>LightGrey</Color>
+                <Style>Solid</Style>
+              </Border>
+              <BackgroundColor>White</BackgroundColor>
+              <BackgroundGradientType>None</BackgroundGradientType>
+            </Style>
+          </Chart>
+        </ReportItems>
+        <Height>5.48555in</Height>
+        <Style>
+          <Border>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+          </Border>
+          <TopBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </TopBorder>
+          <BottomBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </BottomBorder>
+          <LeftBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </LeftBorder>
+          <RightBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </RightBorder>
+        </Style>
+      </Body>
+      <Width>12.75848in</Width>
+      <Page>
+        <PageHeader>
+          <Height>0.7175in</Height>
+          <PrintOnFirstPage>true</PrintOnFirstPage>
+          <PrintOnLastPage>true</PrintOnLastPage>
+          <ReportItems>
+            <Textbox Name="Textbox2">
+              <CanGrow>true</CanGrow>
+              <KeepTogether>true</KeepTogether>
+              <Paragraphs>
+                <Paragraph>
+                  <TextRuns>
+                    <TextRun>
+                      <Value>= "SQL Server Health Session Dashboard on " + Parameters!vServerName.Value</Value>
+                      <Style>
+                        <FontSize>14pt</FontSize>
+                        <FontWeight>Bold</FontWeight>
+                      </Style>
+                    </TextRun>
+                  </TextRuns>
+                  <Style>
+                    <TextAlign>Center</TextAlign>
+                  </Style>
+                </Paragraph>
+              </Paragraphs>
+              <rd:DefaultName>Textbox2</rd:DefaultName>
+              <Top>0.24528in</Top>
+              <Left>1.80694in</Left>
+              <Height>0.44444in</Height>
+              <Width>10.80639in</Width>
+              <Style>
+                <Border>
+                  <Style>None</Style>
+                </Border>
+                <BackgroundColor>White</BackgroundColor>
+                <PaddingLeft>2pt</PaddingLeft>
+                <PaddingRight>2pt</PaddingRight>
+                <PaddingTop>2pt</PaddingTop>
+                <PaddingBottom>2pt</PaddingBottom>
+              </Style>
+            </Textbox>
+            <Image Name="Image1">
+              <Source>Embedded</Source>
+              <Value>Logo</Value>
+              <Sizing>FitProportional</Sizing>
+              <Height>0.69444in</Height>
+              <Width>1.77916in</Width>
+              <ZIndex>1</ZIndex>
+              <Style>
+                <Border>
+                  <Style>None</Style>
+                </Border>
+              </Style>
+            </Image>
+          </ReportItems>
+          <Style>
+            <Border>
+              <Style>None</Style>
+            </Border>
+          </Style>
+        </PageHeader>
+        <PageFooter>
+          <Height>0.44444in</Height>
+          <PrintOnFirstPage>true</PrintOnFirstPage>
+          <PrintOnLastPage>true</PrintOnLastPage>
+          <ReportItems>
+            <Textbox Name="Textbox1">
+              <CanGrow>true</CanGrow>
+              <KeepTogether>true</KeepTogether>
+              <Paragraphs>
+                <Paragraph>
+                  <TextRuns>
+                    <TextRun>
+                      <Value>= "Status as of local time: " + CStr(Globals!ExecutionTime) + " | Page " + CStr(Globals!PageNumber) + " of " + CStr(Globals!TotalPages)</Value>
+                      <Style>
+                        <FontSize>11pt</FontSize>
+                        <FontWeight>Bold</FontWeight>
+                        <Color>White</Color>
+                      </Style>
+                    </TextRun>
+                  </TextRuns>
+                  <Style>
+                    <TextAlign>Center</TextAlign>
+                  </Style>
+                </Paragraph>
+              </Paragraphs>
+              <rd:DefaultName>Textbox1</rd:DefaultName>
+              <Top>0.06944in</Top>
+              <Height>0.375in</Height>
+              <Width>12.75848in</Width>
+              <Style>
+                <Border>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                </Border>
+                <TopBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </TopBorder>
+                <BottomBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </BottomBorder>
+                <LeftBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </LeftBorder>
+                <RightBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </RightBorder>
+                <BackgroundColor>CornflowerBlue</BackgroundColor>
+                <PaddingLeft>2pt</PaddingLeft>
+                <PaddingRight>2pt</PaddingRight>
+                <PaddingTop>2pt</PaddingTop>
+                <PaddingBottom>2pt</PaddingBottom>
+              </Style>
+            </Textbox>
+          </ReportItems>
+          <Style>
+            <Border>
+              <Style>None</Style>
+            </Border>
+          </Style>
+        </PageFooter>
+        <LeftMargin>1in</LeftMargin>
+        <RightMargin>1in</RightMargin>
+        <TopMargin>1in</TopMargin>
+        <BottomMargin>1in</BottomMargin>
+        <Style />
+      </Page>
+    </ReportSection>
+  </ReportSections>
+  <ReportParameters>
+    <ReportParameter Name="vServerName">
+      <DataType>String</DataType>
+      <Prompt>Server Name</Prompt>
+      <ValidValues>
+        <ParameterValues>
+          <ParameterValue>
+            <Value>.</Value>
+            <Label>MSSQLSERVER</Label>
+          </ParameterValue>
+          <ParameterValue>
+            <Value>.\DENALI</Value>
+            <Label>DENALI</Label>
+          </ParameterValue>
+        </ParameterValues>
+      </ValidValues>
+    </ReportParameter>
+    <ReportParameter Name="StartTime">
+      <DataType>String</DataType>
+      <Prompt>Start Time</Prompt>
+      <ValidValues>
+        <DataSetReference>
+          <DataSetName>DS_Time</DataSetName>
+          <ValueField>Event_Time</ValueField>
+          <LabelField>Event_Time</LabelField>
+        </DataSetReference>
+      </ValidValues>
+    </ReportParameter>
+    <ReportParameter Name="EndTime">
+      <DataType>String</DataType>
+      <Prompt>End Time</Prompt>
+      <ValidValues>
+        <DataSetReference>
+          <DataSetName>DS_Time</DataSetName>
+          <ValueField>Event_Time</ValueField>
+          <LabelField>Event_Time</LabelField>
+        </DataSetReference>
+      </ValidValues>
+    </ReportParameter>
+  </ReportParameters>
+  <EmbeddedImages>
+    <EmbeddedImage Name="Logo">
+      <MIMEType>image/png</MIMEType>
+      <ImageData>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</ImageData>
+    </EmbeddedImage>
+  </EmbeddedImages>
+  <rd:ReportUnitType>Inch</rd:ReportUnitType>
+  <rd:ReportID>9d0fc5cc-082e-414f-98e5-90293b1cb113</rd:ReportID>
+</Report>

+ 1877 - 0
systemhealthsession/ssrs-reports/Security_Error.rdl

@@ -0,0 +1,1877 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
+  <Body>
+    <ReportItems>
+      <Textbox Name="Textbox7">
+        <CanGrow>true</CanGrow>
+        <KeepTogether>true</KeepTogether>
+        <Paragraphs>
+          <Paragraph>
+            <TextRuns>
+              <TextRun>
+                <Value>Security Error Summary Report</Value>
+                <Style>
+                  <FontSize>16pt</FontSize>
+                  <FontWeight>Bold</FontWeight>
+                  <Color>White</Color>
+                </Style>
+              </TextRun>
+            </TextRuns>
+            <Style>
+              <TextAlign>Center</TextAlign>
+            </Style>
+          </Paragraph>
+        </Paragraphs>
+        <rd:DefaultName>Textbox7</rd:DefaultName>
+        <Top>0.16333in</Top>
+        <Left>0.12167in</Left>
+        <Height>0.36667in</Height>
+        <Width>12.44791in</Width>
+        <Style>
+          <Border>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+          </Border>
+          <TopBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </TopBorder>
+          <BottomBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </BottomBorder>
+          <LeftBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </LeftBorder>
+          <RightBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </RightBorder>
+          <BackgroundColor>CornflowerBlue</BackgroundColor>
+          <PaddingLeft>2pt</PaddingLeft>
+          <PaddingRight>2pt</PaddingRight>
+          <PaddingTop>2pt</PaddingTop>
+          <PaddingBottom>2pt</PaddingBottom>
+        </Style>
+      </Textbox>
+      <Chart Name="Chart2">
+        <ChartCategoryHierarchy>
+          <ChartMembers>
+            <ChartMember>
+              <Group Name="Chart2_CategoryGroup">
+                <GroupExpressions>
+                  <GroupExpression>=Fields!ErrorCode.Value</GroupExpression>
+                </GroupExpressions>
+              </Group>
+              <SortExpressions>
+                <SortExpression>
+                  <Value>=Fields!ErrorCode.Value</Value>
+                </SortExpression>
+              </SortExpressions>
+              <Label>=Fields!ErrorCode.Value</Label>
+            </ChartMember>
+          </ChartMembers>
+        </ChartCategoryHierarchy>
+        <ChartSeriesHierarchy>
+          <ChartMembers>
+            <ChartMember>
+              <Label>Error Code</Label>
+            </ChartMember>
+          </ChartMembers>
+        </ChartSeriesHierarchy>
+        <ChartData>
+          <ChartSeriesCollection>
+            <ChartSeries Name="ErrorNum">
+              <ChartDataPoints>
+                <ChartDataPoint>
+                  <ChartDataPointValues>
+                    <Y>=Count(Fields!ErrorCode.Value)</Y>
+                  </ChartDataPointValues>
+                  <ChartDataLabel>
+                    <Style>
+                      <Format>0;(0)</Format>
+                    </Style>
+                    <Label>=Count(Fields!ErrorCode.Value)</Label>
+                    <Visible>true</Visible>
+                  </ChartDataLabel>
+                  <ToolTip>="Number of Errors: " + CStr(Count(Fields!ErrorCode.Value))</ToolTip>
+                  <Style />
+                  <ChartMarker>
+                    <Style />
+                  </ChartMarker>
+                  <DataElementOutput>Output</DataElementOutput>
+                </ChartDataPoint>
+              </ChartDataPoints>
+              <Type>Shape</Type>
+              <Subtype>ExplodedPie</Subtype>
+              <Style />
+              <ChartEmptyPoints>
+                <Style />
+                <ChartMarker>
+                  <Style />
+                </ChartMarker>
+                <ChartDataLabel>
+                  <Style />
+                </ChartDataLabel>
+              </ChartEmptyPoints>
+              <ValueAxisName>Primary</ValueAxisName>
+              <CategoryAxisName>Primary</CategoryAxisName>
+              <ChartSmartLabel>
+                <CalloutLineColor>Black</CalloutLineColor>
+                <MinMovingDistance>0pt</MinMovingDistance>
+              </ChartSmartLabel>
+            </ChartSeries>
+          </ChartSeriesCollection>
+        </ChartData>
+        <ChartAreas>
+          <ChartArea Name="Default">
+            <ChartCategoryAxes>
+              <ChartAxis Name="Primary">
+                <Style>
+                  <FontSize>8pt</FontSize>
+                </Style>
+                <ChartAxisTitle>
+                  <Caption>Axis Title</Caption>
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                  </Style>
+                </ChartAxisTitle>
+                <ChartMajorGridLines>
+                  <Enabled>False</Enabled>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                    </Border>
+                  </Style>
+                </ChartMajorGridLines>
+                <ChartMinorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                      <Style>Dotted</Style>
+                    </Border>
+                  </Style>
+                </ChartMinorGridLines>
+                <ChartMinorTickMarks>
+                  <Length>0.5</Length>
+                </ChartMinorTickMarks>
+                <CrossAt>NaN</CrossAt>
+                <Minimum>NaN</Minimum>
+                <Maximum>NaN</Maximum>
+                <ChartAxisScaleBreak>
+                  <Style />
+                </ChartAxisScaleBreak>
+              </ChartAxis>
+              <ChartAxis Name="Secondary">
+                <Style>
+                  <FontSize>8pt</FontSize>
+                </Style>
+                <ChartAxisTitle>
+                  <Caption>Axis Title</Caption>
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                  </Style>
+                </ChartAxisTitle>
+                <ChartMajorGridLines>
+                  <Enabled>False</Enabled>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                    </Border>
+                  </Style>
+                </ChartMajorGridLines>
+                <ChartMinorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                      <Style>Dotted</Style>
+                    </Border>
+                  </Style>
+                </ChartMinorGridLines>
+                <ChartMinorTickMarks>
+                  <Length>0.5</Length>
+                </ChartMinorTickMarks>
+                <CrossAt>NaN</CrossAt>
+                <Location>Opposite</Location>
+                <Minimum>NaN</Minimum>
+                <Maximum>NaN</Maximum>
+                <ChartAxisScaleBreak>
+                  <Style />
+                </ChartAxisScaleBreak>
+              </ChartAxis>
+            </ChartCategoryAxes>
+            <ChartValueAxes>
+              <ChartAxis Name="Primary">
+                <Style>
+                  <FontSize>8pt</FontSize>
+                </Style>
+                <ChartAxisTitle>
+                  <Caption>Axis Title</Caption>
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                  </Style>
+                </ChartAxisTitle>
+                <ChartMajorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                    </Border>
+                  </Style>
+                </ChartMajorGridLines>
+                <ChartMinorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                      <Style>Dotted</Style>
+                    </Border>
+                  </Style>
+                </ChartMinorGridLines>
+                <ChartMinorTickMarks>
+                  <Length>0.5</Length>
+                </ChartMinorTickMarks>
+                <CrossAt>NaN</CrossAt>
+                <Minimum>NaN</Minimum>
+                <Maximum>NaN</Maximum>
+                <ChartAxisScaleBreak>
+                  <Style />
+                </ChartAxisScaleBreak>
+              </ChartAxis>
+              <ChartAxis Name="Secondary">
+                <Style>
+                  <FontSize>8pt</FontSize>
+                </Style>
+                <ChartAxisTitle>
+                  <Caption>Axis Title</Caption>
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                  </Style>
+                </ChartAxisTitle>
+                <ChartMajorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                    </Border>
+                  </Style>
+                </ChartMajorGridLines>
+                <ChartMinorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                      <Style>Dotted</Style>
+                    </Border>
+                  </Style>
+                </ChartMinorGridLines>
+                <ChartMinorTickMarks>
+                  <Length>0.5</Length>
+                </ChartMinorTickMarks>
+                <CrossAt>NaN</CrossAt>
+                <Location>Opposite</Location>
+                <Minimum>NaN</Minimum>
+                <Maximum>NaN</Maximum>
+                <ChartAxisScaleBreak>
+                  <Style />
+                </ChartAxisScaleBreak>
+              </ChartAxis>
+            </ChartValueAxes>
+            <ChartThreeDProperties>
+              <Enabled>true</Enabled>
+              <Rotation>45</Rotation>
+              <Inclination>36</Inclination>
+            </ChartThreeDProperties>
+            <Style>
+              <BackgroundColor>#00ffffff</BackgroundColor>
+              <BackgroundGradientType>None</BackgroundGradientType>
+              <BackgroundGradientEndColor>White</BackgroundGradientEndColor>
+            </Style>
+          </ChartArea>
+        </ChartAreas>
+        <ChartLegends>
+          <ChartLegend Name="Default">
+            <Style>
+              <Border>
+                <Style>Solid</Style>
+              </Border>
+              <BackgroundGradientType>None</BackgroundGradientType>
+              <FontSize>8pt</FontSize>
+            </Style>
+            <Position>TopCenter</Position>
+            <DockOutsideChartArea>true</DockOutsideChartArea>
+            <ChartLegendTitle>
+              <Caption />
+              <Style>
+                <FontSize>8pt</FontSize>
+                <FontWeight>Bold</FontWeight>
+                <TextAlign>Center</TextAlign>
+              </Style>
+            </ChartLegendTitle>
+            <HeaderSeparatorColor>Black</HeaderSeparatorColor>
+            <ColumnSeparatorColor>Black</ColumnSeparatorColor>
+          </ChartLegend>
+        </ChartLegends>
+        <ChartTitles>
+          <ChartTitle Name="Default">
+            <Caption>Event Summary</Caption>
+            <Style>
+              <BackgroundGradientType>None</BackgroundGradientType>
+              <FontSize>12pt</FontSize>
+              <FontWeight>Bold</FontWeight>
+              <TextAlign>General</TextAlign>
+              <VerticalAlign>Top</VerticalAlign>
+            </Style>
+          </ChartTitle>
+        </ChartTitles>
+        <Palette>BrightPastel</Palette>
+        <ChartBorderSkin>
+          <ChartBorderSkinType>Sunken</ChartBorderSkinType>
+          <Style>
+            <BackgroundColor>Gray</BackgroundColor>
+            <BackgroundGradientType>None</BackgroundGradientType>
+            <Color>White</Color>
+          </Style>
+        </ChartBorderSkin>
+        <ChartNoDataMessage Name="NoDataMessage">
+          <Caption>No Data Available</Caption>
+          <Style>
+            <BackgroundGradientType>None</BackgroundGradientType>
+            <TextAlign>General</TextAlign>
+            <VerticalAlign>Top</VerticalAlign>
+          </Style>
+        </ChartNoDataMessage>
+        <DataSetName>DS_Dashboard</DataSetName>
+        <Top>0.76333in</Top>
+        <Left>0.12167in</Left>
+        <Height>4.06597in</Height>
+        <Width>12.44791in</Width>
+        <ZIndex>1</ZIndex>
+        <Style>
+          <Border>
+            <Color>LightGrey</Color>
+            <Style>Solid</Style>
+            <Width>2pt</Width>
+          </Border>
+          <BackgroundColor>LightSteelBlue</BackgroundColor>
+          <BackgroundGradientType>TopBottom</BackgroundGradientType>
+        </Style>
+      </Chart>
+      <Textbox Name="Textbox17">
+        <CanGrow>true</CanGrow>
+        <KeepTogether>true</KeepTogether>
+        <Paragraphs>
+          <Paragraph>
+            <TextRuns>
+              <TextRun>
+                <Value>=First(Fields!UTCString.Value, "DS_TimeDifference")</Value>
+                <Style>
+                  <FontWeight>Bold</FontWeight>
+                </Style>
+              </TextRun>
+            </TextRuns>
+            <Style />
+          </Paragraph>
+        </Paragraphs>
+        <rd:DefaultName>Textbox17</rd:DefaultName>
+        <Top>0.53in</Top>
+        <Left>0.12167in</Left>
+        <Height>0.24722in</Height>
+        <Width>12.44791in</Width>
+        <ZIndex>2</ZIndex>
+        <Style>
+          <Border>
+            <Style>None</Style>
+          </Border>
+          <BackgroundColor>Silver</BackgroundColor>
+          <PaddingLeft>2pt</PaddingLeft>
+          <PaddingRight>2pt</PaddingRight>
+          <PaddingTop>2pt</PaddingTop>
+          <PaddingBottom>2pt</PaddingBottom>
+        </Style>
+      </Textbox>
+      <Tablix Name="Tablix3">
+        <TablixBody>
+          <TablixColumns>
+            <TablixColumn>
+              <Width>2.70555in</Width>
+            </TablixColumn>
+            <TablixColumn>
+              <Width>3.39931in</Width>
+            </TablixColumn>
+            <TablixColumn>
+              <Width>0.81597in</Width>
+            </TablixColumn>
+            <TablixColumn>
+              <Width>4.14375in</Width>
+            </TablixColumn>
+          </TablixColumns>
+          <TablixRows>
+            <TablixRow>
+              <Height>0.25in</Height>
+              <TablixCells>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox71">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>Error Time</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                                <TextDecoration>None</TextDecoration>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Left</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox71</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox73">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>API Name</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                                <TextDecoration>None</TextDecoration>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Left</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox73</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox75">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>Session ID</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                                <TextDecoration>None</TextDecoration>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Left</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox75</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox97">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>Calling API Name</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                                <TextDecoration>None</TextDecoration>
+                                <Color>White</Color>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Left</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox97</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>CornflowerBlue</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+              </TablixCells>
+            </TablixRow>
+            <TablixRow>
+              <Height>0.25in</Height>
+              <TablixCells>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox94">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>First Event:</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox94</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <TopBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </TopBorder>
+                        <BottomBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </BottomBorder>
+                        <LeftBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </LeftBorder>
+                        <RightBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </RightBorder>
+                        <BackgroundColor>LightGrey</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="EventTime1">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Min(Fields!EventTime.Value)</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>EventTime1</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <TopBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </TopBorder>
+                        <BottomBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </BottomBorder>
+                        <LeftBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </LeftBorder>
+                        <RightBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </RightBorder>
+                        <BackgroundColor>LightGrey</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox96">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>Last Event:</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox96</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <TopBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </TopBorder>
+                        <BottomBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </BottomBorder>
+                        <LeftBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </LeftBorder>
+                        <RightBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </RightBorder>
+                        <BackgroundColor>LightGrey</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="EventTime2">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Max(Fields!EventTime.Value)</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>EventTime2</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <TopBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </TopBorder>
+                        <BottomBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </BottomBorder>
+                        <LeftBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </LeftBorder>
+                        <RightBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </RightBorder>
+                        <BackgroundColor>LightGrey</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+              </TablixCells>
+            </TablixRow>
+            <TablixRow>
+              <Height>0.25in</Height>
+              <TablixCells>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="EventTime">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!EventTime.Value</Value>
+                              <Style />
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Left</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>EventTime</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="APIName">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!APIName.Value</Value>
+                              <Style />
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>APIName</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="SessionID">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!SessionID.Value</Value>
+                              <Style />
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>SessionID</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="CallingAPIName">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Fields!CallingAPIName.Value</Value>
+                              <Style />
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>CallingAPIName</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>LightGrey</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+              </TablixCells>
+            </TablixRow>
+            <TablixRow>
+              <Height>0.25in</Height>
+              <TablixCells>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="ErrorNum">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>Total Errors: </Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>ErrorNum</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <TopBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </TopBorder>
+                        <BottomBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </BottomBorder>
+                        <LeftBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </LeftBorder>
+                        <RightBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </RightBorder>
+                        <BackgroundColor>LightGrey</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="ErrorCode1">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value>=Count(Fields!ErrorCode.Value)</Value>
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>ErrorCode1</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <TopBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </TopBorder>
+                        <BottomBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </BottomBorder>
+                        <LeftBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </LeftBorder>
+                        <RightBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </RightBorder>
+                        <BackgroundColor>LightGrey</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox13">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value />
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style />
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox13</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <TopBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </TopBorder>
+                        <BottomBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </BottomBorder>
+                        <LeftBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </LeftBorder>
+                        <RightBorder>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                          <Width>1pt</Width>
+                        </RightBorder>
+                        <BackgroundColor>LightGrey</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+                <TablixCell>
+                  <CellContents>
+                    <Textbox Name="Textbox12">
+                      <CanGrow>true</CanGrow>
+                      <KeepTogether>true</KeepTogether>
+                      <Paragraphs>
+                        <Paragraph>
+                          <TextRuns>
+                            <TextRun>
+                              <Value />
+                              <Style>
+                                <FontWeight>Bold</FontWeight>
+                              </Style>
+                            </TextRun>
+                          </TextRuns>
+                          <Style>
+                            <TextAlign>Right</TextAlign>
+                          </Style>
+                        </Paragraph>
+                      </Paragraphs>
+                      <rd:DefaultName>Textbox12</rd:DefaultName>
+                      <Style>
+                        <Border>
+                          <Color>Silver</Color>
+                          <Style>Solid</Style>
+                        </Border>
+                        <BackgroundColor>LightGrey</BackgroundColor>
+                        <PaddingLeft>2pt</PaddingLeft>
+                        <PaddingRight>2pt</PaddingRight>
+                        <PaddingTop>2pt</PaddingTop>
+                        <PaddingBottom>2pt</PaddingBottom>
+                      </Style>
+                    </Textbox>
+                  </CellContents>
+                </TablixCell>
+              </TablixCells>
+            </TablixRow>
+          </TablixRows>
+        </TablixBody>
+        <TablixColumnHierarchy>
+          <TablixMembers>
+            <TablixMember />
+            <TablixMember />
+            <TablixMember />
+            <TablixMember />
+          </TablixMembers>
+        </TablixColumnHierarchy>
+        <TablixRowHierarchy>
+          <TablixMembers>
+            <TablixMember>
+              <TablixHeader>
+                <Size>1.38333in</Size>
+                <CellContents>
+                  <Textbox Name="Textbox87">
+                    <CanGrow>true</CanGrow>
+                    <KeepTogether>true</KeepTogether>
+                    <Paragraphs>
+                      <Paragraph>
+                        <TextRuns>
+                          <TextRun>
+                            <Value>Error Num</Value>
+                            <Style>
+                              <FontWeight>Bold</FontWeight>
+                              <TextDecoration>None</TextDecoration>
+                              <Color>White</Color>
+                            </Style>
+                          </TextRun>
+                        </TextRuns>
+                        <Style>
+                          <TextAlign>Left</TextAlign>
+                        </Style>
+                      </Paragraph>
+                    </Paragraphs>
+                    <rd:DefaultName>Textbox87</rd:DefaultName>
+                    <Style>
+                      <Border>
+                        <Color>LightGrey</Color>
+                        <Style>Solid</Style>
+                      </Border>
+                      <BackgroundColor>CornflowerBlue</BackgroundColor>
+                      <PaddingLeft>2pt</PaddingLeft>
+                      <PaddingRight>2pt</PaddingRight>
+                      <PaddingTop>2pt</PaddingTop>
+                      <PaddingBottom>2pt</PaddingBottom>
+                    </Style>
+                  </Textbox>
+                </CellContents>
+              </TablixHeader>
+              <TablixMembers>
+                <TablixMember />
+              </TablixMembers>
+              <KeepWithGroup>After</KeepWithGroup>
+            </TablixMember>
+            <TablixMember>
+              <Group Name="ErrorNum">
+                <GroupExpressions>
+                  <GroupExpression>=Fields!ErrorCode.Value</GroupExpression>
+                </GroupExpressions>
+                <PageBreak>
+                  <BreakLocation>Between</BreakLocation>
+                </PageBreak>
+              </Group>
+              <SortExpressions>
+                <SortExpression>
+                  <Value>=Fields!ErrorCode.Value</Value>
+                </SortExpression>
+              </SortExpressions>
+              <TablixHeader>
+                <Size>1.38333in</Size>
+                <CellContents>
+                  <Textbox Name="ErrorNum1">
+                    <CanGrow>true</CanGrow>
+                    <KeepTogether>true</KeepTogether>
+                    <Paragraphs>
+                      <Paragraph>
+                        <TextRuns>
+                          <TextRun>
+                            <Value>=Fields!ErrorCode.Value</Value>
+                            <Style>
+                              <FontWeight>Bold</FontWeight>
+                              <Color>Maroon</Color>
+                            </Style>
+                          </TextRun>
+                        </TextRuns>
+                        <Style />
+                      </Paragraph>
+                    </Paragraphs>
+                    <rd:DefaultName>ErrorNum1</rd:DefaultName>
+                    <Style>
+                      <Border>
+                        <Color>LightGrey</Color>
+                        <Style>Solid</Style>
+                      </Border>
+                      <PaddingLeft>2pt</PaddingLeft>
+                      <PaddingRight>2pt</PaddingRight>
+                      <PaddingTop>2pt</PaddingTop>
+                      <PaddingBottom>2pt</PaddingBottom>
+                    </Style>
+                  </Textbox>
+                </CellContents>
+              </TablixHeader>
+              <TablixMembers>
+                <TablixMember>
+                  <KeepWithGroup>After</KeepWithGroup>
+                </TablixMember>
+                <TablixMember>
+                  <Group Name="Details" />
+                  <Visibility>
+                    <Hidden>true</Hidden>
+                    <ToggleItem>ErrorNum1</ToggleItem>
+                  </Visibility>
+                </TablixMember>
+                <TablixMember>
+                  <KeepWithGroup>Before</KeepWithGroup>
+                </TablixMember>
+              </TablixMembers>
+            </TablixMember>
+          </TablixMembers>
+        </TablixRowHierarchy>
+        <RepeatRowHeaders>true</RepeatRowHeaders>
+        <FixedRowHeaders>true</FixedRowHeaders>
+        <DataSetName>DS_Dashboard</DataSetName>
+        <Top>9.06194in</Top>
+        <Left>0.12166in</Left>
+        <Height>1in</Height>
+        <Width>12.44791in</Width>
+        <ZIndex>3</ZIndex>
+        <Style>
+          <Border>
+            <Style>None</Style>
+          </Border>
+        </Style>
+      </Tablix>
+      <Chart Name="Chart1">
+        <ChartCategoryHierarchy>
+          <ChartMembers>
+            <ChartMember>
+              <Group Name="Chart1_CategoryGroup">
+                <GroupExpressions>
+                  <GroupExpression>=WeekDayName(DatePart(DateInterval.Weekday,Fields!EventTime.Value),True,FirstDayOfWeek.Monday)</GroupExpression>
+                </GroupExpressions>
+              </Group>
+              <SortExpressions>
+                <SortExpression>
+                  <Value>=Fields!EventTime.Value</Value>
+                </SortExpression>
+              </SortExpressions>
+              <Label>=WeekDayName(DatePart(DateInterval.Weekday,Fields!EventTime.Value),True,FirstDayOfWeek.Monday)</Label>
+            </ChartMember>
+          </ChartMembers>
+        </ChartCategoryHierarchy>
+        <ChartSeriesHierarchy>
+          <ChartMembers>
+            <ChartMember>
+              <Group Name="Chart1_SeriesGroup">
+                <GroupExpressions>
+                  <GroupExpression>=Fields!ErrorCode.Value</GroupExpression>
+                </GroupExpressions>
+              </Group>
+              <SortExpressions>
+                <SortExpression>
+                  <Value>=Fields!ErrorCode.Value</Value>
+                </SortExpression>
+              </SortExpressions>
+              <Label>=Fields!ErrorCode.Value</Label>
+            </ChartMember>
+          </ChartMembers>
+        </ChartSeriesHierarchy>
+        <ChartData>
+          <ChartSeriesCollection>
+            <ChartSeries Name="ErrorNum">
+              <ChartDataPoints>
+                <ChartDataPoint>
+                  <ChartDataPointValues>
+                    <Y>=Count(Fields!ErrorCode.Value)</Y>
+                  </ChartDataPointValues>
+                  <ChartDataLabel>
+                    <Style />
+                    <Visible>true</Visible>
+                  </ChartDataLabel>
+                  <ToolTip>="Error #: " + CStr(Fields!ErrorCode.Value) + " occurred " + CStr(Count(Fields!ErrorCode.Value)) + " times."</ToolTip>
+                  <Style>
+                    <Border>
+                      <Color>Black</Color>
+                    </Border>
+                    <Color>Brown</Color>
+                    <BackgroundGradientType>TopBottom</BackgroundGradientType>
+                    <BackgroundGradientEndColor>White</BackgroundGradientEndColor>
+                  </Style>
+                  <ChartMarker>
+                    <Style />
+                  </ChartMarker>
+                  <DataElementOutput>Output</DataElementOutput>
+                </ChartDataPoint>
+              </ChartDataPoints>
+              <Style>
+                <ShadowColor>#00ffffff</ShadowColor>
+                <ShadowOffset>0pt</ShadowOffset>
+              </Style>
+              <ChartEmptyPoints>
+                <Style />
+                <ChartMarker>
+                  <Style />
+                </ChartMarker>
+                <ChartDataLabel>
+                  <Style />
+                </ChartDataLabel>
+              </ChartEmptyPoints>
+              <ValueAxisName>Primary</ValueAxisName>
+              <CategoryAxisName>Primary</CategoryAxisName>
+              <ChartSmartLabel>
+                <CalloutLineColor>Black</CalloutLineColor>
+                <MinMovingDistance>0pt</MinMovingDistance>
+              </ChartSmartLabel>
+            </ChartSeries>
+          </ChartSeriesCollection>
+        </ChartData>
+        <ChartAreas>
+          <ChartArea Name="Default">
+            <ChartCategoryAxes>
+              <ChartAxis Name="Primary">
+                <Style>
+                  <FontSize>8pt</FontSize>
+                </Style>
+                <ChartAxisTitle>
+                  <Caption>Day of the week</Caption>
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                  </Style>
+                </ChartAxisTitle>
+                <ChartMajorGridLines>
+                  <Enabled>False</Enabled>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                    </Border>
+                  </Style>
+                </ChartMajorGridLines>
+                <ChartMinorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                      <Style>Dotted</Style>
+                    </Border>
+                  </Style>
+                </ChartMinorGridLines>
+                <ChartMinorTickMarks>
+                  <Length>0.5</Length>
+                </ChartMinorTickMarks>
+                <CrossAt>NaN</CrossAt>
+                <Minimum>NaN</Minimum>
+                <Maximum>NaN</Maximum>
+                <ChartAxisScaleBreak>
+                  <Style />
+                </ChartAxisScaleBreak>
+              </ChartAxis>
+              <ChartAxis Name="Secondary">
+                <Style>
+                  <FontSize>8pt</FontSize>
+                </Style>
+                <ChartAxisTitle>
+                  <Caption>Axis Title</Caption>
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                  </Style>
+                </ChartAxisTitle>
+                <ChartMajorGridLines>
+                  <Enabled>False</Enabled>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                    </Border>
+                  </Style>
+                </ChartMajorGridLines>
+                <ChartMinorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                      <Style>Dotted</Style>
+                    </Border>
+                  </Style>
+                </ChartMinorGridLines>
+                <ChartMinorTickMarks>
+                  <Length>0.5</Length>
+                </ChartMinorTickMarks>
+                <CrossAt>NaN</CrossAt>
+                <Location>Opposite</Location>
+                <Minimum>NaN</Minimum>
+                <Maximum>NaN</Maximum>
+                <ChartAxisScaleBreak>
+                  <Style />
+                </ChartAxisScaleBreak>
+              </ChartAxis>
+            </ChartCategoryAxes>
+            <ChartValueAxes>
+              <ChartAxis Name="Primary">
+                <Style>
+                  <FontSize>8pt</FontSize>
+                  <Format>0;(0)</Format>
+                </Style>
+                <ChartAxisTitle>
+                  <Caption>Number of errors</Caption>
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                  </Style>
+                </ChartAxisTitle>
+                <ChartMajorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                    </Border>
+                  </Style>
+                </ChartMajorGridLines>
+                <ChartMinorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                      <Style>Dotted</Style>
+                    </Border>
+                  </Style>
+                </ChartMinorGridLines>
+                <ChartMinorTickMarks>
+                  <Length>0.5</Length>
+                </ChartMinorTickMarks>
+                <CrossAt>NaN</CrossAt>
+                <Minimum>NaN</Minimum>
+                <Maximum>NaN</Maximum>
+                <ChartAxisScaleBreak>
+                  <Enabled>true</Enabled>
+                  <Style />
+                </ChartAxisScaleBreak>
+              </ChartAxis>
+              <ChartAxis Name="Secondary">
+                <Style>
+                  <FontSize>8pt</FontSize>
+                </Style>
+                <ChartAxisTitle>
+                  <Caption>Axis Title</Caption>
+                  <Style>
+                    <FontSize>8pt</FontSize>
+                  </Style>
+                </ChartAxisTitle>
+                <ChartMajorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                    </Border>
+                  </Style>
+                </ChartMajorGridLines>
+                <ChartMinorGridLines>
+                  <Style>
+                    <Border>
+                      <Color>Gainsboro</Color>
+                      <Style>Dotted</Style>
+                    </Border>
+                  </Style>
+                </ChartMinorGridLines>
+                <ChartMinorTickMarks>
+                  <Length>0.5</Length>
+                </ChartMinorTickMarks>
+                <CrossAt>NaN</CrossAt>
+                <Location>Opposite</Location>
+                <Minimum>NaN</Minimum>
+                <Maximum>NaN</Maximum>
+                <ChartAxisScaleBreak>
+                  <Style />
+                </ChartAxisScaleBreak>
+              </ChartAxis>
+            </ChartValueAxes>
+            <Style>
+              <BackgroundGradientType>None</BackgroundGradientType>
+            </Style>
+          </ChartArea>
+        </ChartAreas>
+        <ChartLegends>
+          <ChartLegend Name="Default">
+            <Style>
+              <BackgroundGradientType>None</BackgroundGradientType>
+              <FontSize>8pt</FontSize>
+            </Style>
+            <ChartLegendTitle>
+              <Caption />
+              <Style>
+                <FontSize>8pt</FontSize>
+                <FontWeight>Bold</FontWeight>
+                <TextAlign>Center</TextAlign>
+              </Style>
+            </ChartLegendTitle>
+            <HeaderSeparatorColor>Black</HeaderSeparatorColor>
+            <ColumnSeparatorColor>Black</ColumnSeparatorColor>
+          </ChartLegend>
+        </ChartLegends>
+        <ChartTitles>
+          <ChartTitle Name="Default">
+            <Caption>Security Error Summary by Weekday</Caption>
+            <Style>
+              <BackgroundGradientType>None</BackgroundGradientType>
+              <FontWeight>Bold</FontWeight>
+              <TextAlign>General</TextAlign>
+              <VerticalAlign>Top</VerticalAlign>
+            </Style>
+          </ChartTitle>
+        </ChartTitles>
+        <Palette>BrightPastel</Palette>
+        <ChartBorderSkin>
+          <ChartBorderSkinType>Sunken</ChartBorderSkinType>
+          <Style>
+            <BackgroundColor>Gray</BackgroundColor>
+            <BackgroundGradientType>None</BackgroundGradientType>
+            <Color>White</Color>
+          </Style>
+        </ChartBorderSkin>
+        <ChartNoDataMessage Name="NoDataMessage">
+          <Caption>No Data Available</Caption>
+          <Style>
+            <BackgroundGradientType>None</BackgroundGradientType>
+            <TextAlign>General</TextAlign>
+            <VerticalAlign>Top</VerticalAlign>
+          </Style>
+        </ChartNoDataMessage>
+        <DataSetName>DS_Dashboard</DataSetName>
+        <Top>4.84319in</Top>
+        <Left>0.12166in</Left>
+        <Height>4.21875in</Height>
+        <Width>12.44792in</Width>
+        <ZIndex>4</ZIndex>
+        <Style>
+          <Border>
+            <Color>LightGrey</Color>
+            <Style>Solid</Style>
+            <Width>2pt</Width>
+          </Border>
+          <BackgroundColor>LightSteelBlue</BackgroundColor>
+          <BackgroundGradientType>TopBottom</BackgroundGradientType>
+        </Style>
+      </Chart>
+    </ReportItems>
+    <Height>10.28764in</Height>
+    <Style>
+      <Border>
+        <Color>Silver</Color>
+        <Style>Solid</Style>
+      </Border>
+      <TopBorder>
+        <Color>Silver</Color>
+        <Style>Solid</Style>
+        <Width>1pt</Width>
+      </TopBorder>
+      <BottomBorder>
+        <Color>Silver</Color>
+        <Style>Solid</Style>
+        <Width>1pt</Width>
+      </BottomBorder>
+      <LeftBorder>
+        <Color>Silver</Color>
+        <Style>Solid</Style>
+        <Width>1pt</Width>
+      </LeftBorder>
+      <RightBorder>
+        <Color>Silver</Color>
+        <Style>Solid</Style>
+        <Width>1pt</Width>
+      </RightBorder>
+    </Style>
+  </Body>
+  <Width>12.67375in</Width>
+  <Page>
+    <PageHeader>
+      <Height>0.7175in</Height>
+      <PrintOnFirstPage>true</PrintOnFirstPage>
+      <PrintOnLastPage>true</PrintOnLastPage>
+      <ReportItems>
+        <Textbox Name="Textbox2">
+          <CanGrow>true</CanGrow>
+          <KeepTogether>true</KeepTogether>
+          <Paragraphs>
+            <Paragraph>
+              <TextRuns>
+                <TextRun>
+                  <Value>= "SQL Server Health Session Dashboard on " + Parameters!vServerName.Value</Value>
+                  <Style>
+                    <FontSize>14pt</FontSize>
+                    <FontWeight>Bold</FontWeight>
+                  </Style>
+                </TextRun>
+              </TextRuns>
+              <Style>
+                <TextAlign>Center</TextAlign>
+              </Style>
+            </Paragraph>
+          </Paragraphs>
+          <rd:DefaultName>Textbox2</rd:DefaultName>
+          <Top>0.25694in</Top>
+          <Left>1.80694in</Left>
+          <Height>0.44444in</Height>
+          <Width>5.80292in</Width>
+          <Style>
+            <Border>
+              <Style>None</Style>
+            </Border>
+            <BackgroundColor>White</BackgroundColor>
+            <PaddingLeft>2pt</PaddingLeft>
+            <PaddingRight>2pt</PaddingRight>
+            <PaddingTop>2pt</PaddingTop>
+            <PaddingBottom>2pt</PaddingBottom>
+          </Style>
+        </Textbox>
+        <Image Name="Image1">
+          <Source>Embedded</Source>
+          <Value>Logo</Value>
+          <Sizing>FitProportional</Sizing>
+          <Height>0.69444in</Height>
+          <Width>1.77916in</Width>
+          <ZIndex>1</ZIndex>
+          <Style>
+            <Border>
+              <Style>None</Style>
+            </Border>
+          </Style>
+        </Image>
+      </ReportItems>
+      <Style>
+        <Border>
+          <Style>None</Style>
+        </Border>
+      </Style>
+    </PageHeader>
+    <PageFooter>
+      <Height>0.375in</Height>
+      <PrintOnFirstPage>true</PrintOnFirstPage>
+      <PrintOnLastPage>true</PrintOnLastPage>
+      <ReportItems>
+        <Textbox Name="Textbox1">
+          <CanGrow>true</CanGrow>
+          <KeepTogether>true</KeepTogether>
+          <Paragraphs>
+            <Paragraph>
+              <TextRuns>
+                <TextRun>
+                  <Value>= "Status as of local time: " + CStr(Globals!ExecutionTime) + " | Page " + CStr(Globals!PageNumber) + " of " + CStr(Globals!TotalPages)</Value>
+                  <Style>
+                    <FontSize>11pt</FontSize>
+                    <FontWeight>Bold</FontWeight>
+                    <Color>White</Color>
+                  </Style>
+                </TextRun>
+              </TextRuns>
+              <Style>
+                <TextAlign>Center</TextAlign>
+              </Style>
+            </Paragraph>
+          </Paragraphs>
+          <rd:DefaultName>Textbox1</rd:DefaultName>
+          <Height>0.375in</Height>
+          <Width>12.67375in</Width>
+          <Style>
+            <Border>
+              <Color>Silver</Color>
+              <Style>Solid</Style>
+            </Border>
+            <TopBorder>
+              <Color>Silver</Color>
+              <Style>Solid</Style>
+              <Width>1pt</Width>
+            </TopBorder>
+            <BottomBorder>
+              <Color>Silver</Color>
+              <Style>Solid</Style>
+              <Width>1pt</Width>
+            </BottomBorder>
+            <LeftBorder>
+              <Color>Silver</Color>
+              <Style>Solid</Style>
+              <Width>1pt</Width>
+            </LeftBorder>
+            <RightBorder>
+              <Color>Silver</Color>
+              <Style>Solid</Style>
+              <Width>1pt</Width>
+            </RightBorder>
+            <BackgroundColor>CornflowerBlue</BackgroundColor>
+            <PaddingLeft>2pt</PaddingLeft>
+            <PaddingRight>2pt</PaddingRight>
+            <PaddingTop>2pt</PaddingTop>
+            <PaddingBottom>2pt</PaddingBottom>
+          </Style>
+        </Textbox>
+      </ReportItems>
+      <Style>
+        <Border>
+          <Style>None</Style>
+        </Border>
+      </Style>
+    </PageFooter>
+    <LeftMargin>1in</LeftMargin>
+    <RightMargin>1in</RightMargin>
+    <TopMargin>1in</TopMargin>
+    <BottomMargin>1in</BottomMargin>
+    <Style />
+  </Page>
+  <AutoRefresh>0</AutoRefresh>
+  <DataSources>
+    <DataSource Name="ServerName">
+      <ConnectionProperties>
+        <DataProvider>SQL</DataProvider>
+        <ConnectString>="Data Source=" + Parameters!vServerName.Value.ToString() + ";Initial Catalog=master"</ConnectString>
+        <IntegratedSecurity>true</IntegratedSecurity>
+      </ConnectionProperties>
+      <rd:SecurityType>Integrated</rd:SecurityType>
+      <rd:DataSourceID>ff4453f3-b6e9-4008-9a78-2bbdc1e58a8c</rd:DataSourceID>
+    </DataSource>
+    <DataSource Name="DataSource1">
+      <DataSourceReference>DataSource1</DataSourceReference>
+      <rd:SecurityType>None</rd:SecurityType>
+      <rd:DataSourceID>d56844c6-0d77-41c7-869f-f445c8975296</rd:DataSourceID>
+    </DataSource>
+  </DataSources>
+  <DataSets>
+    <DataSet Name="DS_Dashboard">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>SET NOCOUNT ON
+
+IF (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1) &gt;= 11)
+BEGIN
+
+DECLARE @UTCDateDiff int = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+
+SELECT CAST(xet.target_data AS XML) AS XMLDATA
+INTO #SystemHealthSessionData
+FROM sys.dm_xe_session_targets xet 
+JOIN sys.dm_xe_sessions xe 
+ON (xe.address = xet.event_session_address) 
+WHERE xe.name = 'system_health'
+
+;WITH CTE_HealthSession (EventXML) AS
+(
+SELECT C.query('.') EventXML
+FROM #SystemHealthSessionData a
+CROSS APPLY a.XMLDATA.nodes('/RingBufferTarget/event') as T(C)
+)
+SELECT DATEADD(mi,@UTCDateDiff,EventXML.value('(/event/@timestamp)[1]', 'datetime')) as EventTime,
+EventXML.value('(/event/data/value)[3]', 'int') as SessionID,
+EventXML.value('(/event/data/value)[4]', 'int') as ErrorCode,
+EventXML.value('(/event/data/value)[5]', 'varchar(100)') as APIName,
+EventXML.value('(/event/data/value)[6]', 'varchar(100)') as CallingAPIName,
+EventXML.value('(/event/data/value)[7]', 'nvarchar(max)') as CallStack
+FROM CTE_HealthSession 
+WHERE EventXML.value('(/event/@name)[1]', 'varchar(255)') = 'security_error_ring_buffer_recorded'
+
+DROP TABLE #SystemHealthSessionData
+
+END 
+
+SET NOCOUNT OFF</CommandText>
+        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
+      </Query>
+      <Fields>
+        <Field Name="EventTime">
+          <DataField>EventTime</DataField>
+          <rd:TypeName>System.DateTime</rd:TypeName>
+        </Field>
+        <Field Name="SessionID">
+          <DataField>SessionID</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="ErrorCode">
+          <DataField>ErrorCode</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="APIName">
+          <DataField>APIName</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+        <Field Name="CallingAPIName">
+          <DataField>CallingAPIName</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+        <Field Name="CallStack">
+          <DataField>CallStack</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_TimeDifference">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>DECLARE @UTDDateDiff int
+SET @UTDDateDiff = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+IF (@UTDDateDiff &gt; 0)
+	SELECT ('UTC Time Difference: ' + CAST((@UTDDateDiff/60) AS char(3)) + ' hours ' + CAST((@UTDDateDiff%60) AS char(3)) + ' minutes') AS UTCString
+ELSE
+	SELECT ('UTC Time Difference: -' + SUBSTRING(CAST((@UTDDateDiff/60) AS char(3)),2,3) + ' hours ' + SUBSTRING(CAST((@UTDDateDiff%60) AS char(3)),2,3) + ' minutes') AS UTCString</CommandText>
+        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
+      </Query>
+      <Fields>
+        <Field Name="UTCString">
+          <DataField>UTCString</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_Version">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>SELECT (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1)) as VersionMajorNumber</CommandText>
+      </Query>
+      <Fields>
+        <Field Name="VersionMajorNumber">
+          <DataField>VersionMajorNumber</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+  </DataSets>
+  <ReportParameters>
+    <ReportParameter Name="vServerName">
+      <DataType>String</DataType>
+      <Prompt>Server Name</Prompt>
+      <ValidValues>
+        <ParameterValues>
+          <ParameterValue>
+            <Value>.</Value>
+            <Label>MSSQLSERVER</Label>
+          </ParameterValue>
+          <ParameterValue>
+            <Value>.\DENALI</Value>
+            <Label>DENALI</Label>
+          </ParameterValue>
+        </ParameterValues>
+      </ValidValues>
+    </ReportParameter>
+  </ReportParameters>
+  <EmbeddedImages>
+    <EmbeddedImage Name="Logo">
+      <MIMEType>image/png</MIMEType>
+      <ImageData>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</ImageData>
+    </EmbeddedImage>
+  </EmbeddedImages>
+  <rd:ReportUnitType>Inch</rd:ReportUnitType>
+  <rd:ReportID>9d0fc5cc-082e-414f-98e5-90293b1cb113</rd:ReportID>
+</Report>

+ 1624 - 0
systemhealthsession/ssrs-reports/System_MainF.rdl

@@ -0,0 +1,1624 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Report xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" xmlns:cl="http://schemas.microsoft.com/sqlserver/reporting/2010/01/componentdefinition" xmlns="http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition">
+  <AutoRefresh>0</AutoRefresh>
+  <DataSources>
+    <DataSource Name="ServerName">
+      <ConnectionProperties>
+        <DataProvider>SQL</DataProvider>
+        <ConnectString>="Data Source=" + Parameters!vServerName.Value.ToString() + ";Initial Catalog=master"</ConnectString>
+        <IntegratedSecurity>true</IntegratedSecurity>
+      </ConnectionProperties>
+      <rd:SecurityType>Integrated</rd:SecurityType>
+      <rd:DataSourceID>ff4453f3-b6e9-4008-9a78-2bbdc1e58a8c</rd:DataSourceID>
+    </DataSource>
+    <DataSource Name="DataSource1">
+      <DataSourceReference>DataSource1</DataSourceReference>
+      <rd:SecurityType>None</rd:SecurityType>
+      <rd:DataSourceID>d56844c6-0d77-41c7-869f-f445c8975296</rd:DataSourceID>
+    </DataSource>
+  </DataSources>
+  <DataSets>
+    <DataSet Name="DS_TimeDifference">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>DECLARE @UTDDateDiff int
+SET @UTDDateDiff = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+IF (@UTDDateDiff &gt; 0)
+	SELECT ('UTC Time Difference: ' + CAST((@UTDDateDiff/60) AS char(3)) + ' hours ' + CAST((@UTDDateDiff%60) AS char(3)) + ' minutes') AS UTCString
+ELSE
+	SELECT ('UTC Time Difference: -' + SUBSTRING(CAST((@UTDDateDiff/60) AS char(3)),2,3) + ' hours ' + SUBSTRING(CAST((@UTDDateDiff%60) AS char(3)),2,3) + ' minutes') AS UTCString</CommandText>
+        <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
+      </Query>
+      <Fields>
+        <Field Name="UTCString">
+          <DataField>UTCString</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_Version">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>SELECT (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1)) as VersionMajorNumber</CommandText>
+      </Query>
+      <Fields>
+        <Field Name="VersionMajorNumber">
+          <DataField>VersionMajorNumber</DataField>
+          <rd:TypeName>System.String</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_System">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <QueryParameters>
+          <QueryParameter Name="@StartTime">
+            <Value>=Parameters!StartTime.Value</Value>
+          </QueryParameter>
+          <QueryParameter Name="@EndTime">
+            <Value>=Parameters!EndTime.Value</Value>
+          </QueryParameter>
+        </QueryParameters>
+        <CommandText>SET NOCOUNT ON
+
+IF (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1) &gt;= 11)
+BEGIN
+
+	DECLARE @UTDDateDiff int
+	SET @UTDDateDiff = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+
+-- Fetch information about the XEL file location
+DECLARE @filename varchar(8000) ;
+SELECT @filename = CAST(target_data as XML).value('(/EventFileTarget/File/@name)[1]', 'varchar(8000)')
+FROM sys.dm_xe_session_targets
+WHERE target_name = 'event_file' and event_session_address = (select address from sys.dm_xe_sessions where name = 'system_health')
+
+SET @filename = SUBSTRING(@filename,1,CHARINDEX('system_health',@filename,1)-1) + '*.xel'
+
+-- Read the XEL files to get the System Health Session Data
+SELECT object_name,CAST(event_data as XML) as XMLData
+INTO #tbl_sp_server_diagnostics
+FROM sys.fn_xe_file_target_read_file(@filename, null, null, null)
+WHERE object_name = 'sp_server_diagnostics_component_result'
+
+SELECT 
+DATEADD(mi,@UTDDateDiff,XMLData.value('(/event/@timestamp)[1]','datetime')) as [Event Time],
+XMLData.value('(/event/data/value/system/@latchWarnings)[1]','bigint') as [Latch Warnings],
+XMLData.value('(/event/data/value/system/@isAccessViolationOccurred)[1]','bigint') as [Access Violations],
+XMLData.value('(/event/data/value/system/@nonYieldingTasksReported)[1]','bigint') as [Non Yields Reported],
+XMLData.value('(/event/data/value/system/@pageFaults)[1]','bigint') as [Page Faults],
+XMLData.value('(/event/data/value/system/@systemCpuUtilization)[1]','int') as [System CPU Utilization],
+XMLData.value('(/event/data/value/system/@sqlCpuUtilization)[1]','int') as [SQL CPU Utilization],
+XMLData.value('(/event/data/value/system/@BadPagesDetected)[1]','bigint') as [Bad Pages Detected],
+XMLData.value('(/event/data/value/system/@BadPagesFixed)[1]','bigint') as [Bad Pages Fixed]
+FROM #tbl_sp_server_diagnostics
+WHERE XMLData.value('(/event/data/text)[1]','varchar(255)') = 'SYSTEM'
+AND XMLData.value('(/event/@timestamp)[1]','datetime') BETWEEN @StartTime and @EndTime
+
+ORDER BY [Event Time] DESC
+
+
+DROP TABLE #tbl_sp_server_diagnostics
+
+END 
+
+SET NOCOUNT OFF</CommandText>
+      </Query>
+      <Fields>
+        <Field Name="Event_Time">
+          <DataField>Event Time</DataField>
+          <rd:TypeName>System.DateTime</rd:TypeName>
+        </Field>
+        <Field Name="Latch_Warnings">
+          <DataField>Latch Warnings</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+        <Field Name="Access_Violations">
+          <DataField>Access Violations</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+        <Field Name="Non_Yields_Reported">
+          <DataField>Non Yields Reported</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+        <Field Name="Page_Faults">
+          <DataField>Page Faults</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+        <Field Name="System_CPU_Utilization">
+          <DataField>System CPU Utilization</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="SQL_CPU_Utilization">
+          <DataField>SQL CPU Utilization</DataField>
+          <rd:TypeName>System.Int32</rd:TypeName>
+        </Field>
+        <Field Name="Bad_Pages_Detected">
+          <DataField>Bad Pages Detected</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+        <Field Name="Bad_Pages_Fixed">
+          <DataField>Bad Pages Fixed</DataField>
+          <rd:TypeName>System.Int64</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+    <DataSet Name="DS_Time">
+      <Query>
+        <DataSourceName>ServerName</DataSourceName>
+        <CommandText>SET NOCOUNT ON
+
+IF (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1) &gt;= 11)
+BEGIN
+
+	DECLARE @UTDDateDiff int
+	SET @UTDDateDiff = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+
+-- Fetch information about the XEL file location
+DECLARE @filename varchar(8000) ;
+SELECT @filename = CAST(target_data as XML).value('(/EventFileTarget/File/@name)[1]', 'varchar(8000)')
+FROM sys.dm_xe_session_targets
+WHERE target_name = 'event_file' and event_session_address = (select address from sys.dm_xe_sessions where name = 'system_health');
+
+SET @filename = SUBSTRING(@filename,1,CHARINDEX('system_health',@filename,1)-1) + '*.xel';
+
+-- Read the XEL files to get the System Health Session Data
+SELECT object_name,CAST(event_data as XML) as XMLData
+INTO #tbl_sp_server_diagnostics
+FROM sys.fn_xe_file_target_read_file(@filename, null, null, null)
+WHERE object_name = 'sp_server_diagnostics_component_result'
+
+SELECT 
+DATEADD(mi,@UTDDateDiff,XMLData.value('(/event/@timestamp)[1]','datetime')) as [Event Time]
+FROM #tbl_sp_server_diagnostics
+WHERE XMLData.value('(/event/data/text)[1]','varchar(255)') = 'RESOURCE'
+ORDER BY [Event Time] 
+
+
+DROP TABLE #tbl_sp_server_diagnostics
+
+END 
+
+SET NOCOUNT OFF</CommandText>
+      </Query>
+      <Fields>
+        <Field Name="Event_Time">
+          <DataField>Event Time</DataField>
+          <rd:TypeName>System.DateTime</rd:TypeName>
+        </Field>
+      </Fields>
+    </DataSet>
+  </DataSets>
+  <ReportSections>
+    <ReportSection>
+      <Body>
+        <ReportItems>
+          <Textbox Name="Textbox7">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value EvaluationMode="Constant">Dashboard Main Report</Value>
+                    <Style>
+                      <FontSize>16pt</FontSize>
+                      <FontWeight>Bold</FontWeight>
+                      <Color>White</Color>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style>
+                  <TextAlign>Center</TextAlign>
+                </Style>
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox7</rd:DefaultName>
+            <Top>0.16333in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.36667in</Height>
+            <Width>11.06667in</Width>
+            <Style>
+              <Border>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+              </Border>
+              <TopBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </TopBorder>
+              <BottomBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </BottomBorder>
+              <LeftBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </LeftBorder>
+              <RightBorder>
+                <Color>Silver</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </RightBorder>
+              <BackgroundColor>CornflowerBlue</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+          <Textbox Name="Textbox17">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value>=First(Fields!UTCString.Value, "DS_TimeDifference") + " | Data Shown from " + Parameters!StartTime.Value + " to " + Parameters!EndTime.Value</Value>
+                    <Style>
+                      <FontWeight>Bold</FontWeight>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style />
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox17</rd:DefaultName>
+            <Top>0.53in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.24722in</Height>
+            <Width>11.06667in</Width>
+            <ZIndex>1</ZIndex>
+            <Style>
+              <Border>
+                <Style>None</Style>
+              </Border>
+              <BackgroundColor>Silver</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+          <Tablix Name="Tablix4">
+            <TablixBody>
+              <TablixColumns>
+                <TablixColumn>
+                  <Width>3.06667in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+                <TablixColumn>
+                  <Width>1in</Width>
+                </TablixColumn>
+              </TablixColumns>
+              <TablixRows>
+                <TablixRow>
+                  <Height>0.53333in</Height>
+                  <TablixCells>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox41">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Event Time</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox41</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox3">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Latch Warnings</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox3</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox5">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Access Violations</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox5</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox8">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Non Yields Reported</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox8</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox12">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Page Faults</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox12</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox14">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>System CPU Utilization</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox14</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox16">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>SQL CPU Utilization</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox16</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox19">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Bad Pages Detected</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox19</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Textbox21">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>Bad Pages Fixed</Value>
+                                  <Style>
+                                    <FontSize>8pt</FontSize>
+                                    <FontWeight>Bold</FontWeight>
+                                    <Color>White</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Center</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Textbox21</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <BackgroundColor>CornflowerBlue</BackgroundColor>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                  </TablixCells>
+                </TablixRow>
+                <TablixRow>
+                  <Height>0.25in</Height>
+                  <TablixCells>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Event_Time">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Event_Time.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Event_Time</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Latch_Warnings">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Latch_Warnings.Value</Value>
+                                  <Style>
+                                    <Color>=IIF(Fields!Latch_Warnings.Value,"Red","Black")</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Latch_Warnings</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Access_Violations">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Access_Violations.Value</Value>
+                                  <Style>
+                                    <Color>=IIF(Fields!Access_Violations.Value,"Red","Black")</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Access_Violations</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Non_Yields_Reported">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Non_Yields_Reported.Value</Value>
+                                  <Style>
+                                    <Color>=IIF(Fields!Non_Yields_Reported.Value,"Red","Black")</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Non_Yields_Reported</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Page_Faults">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Page_Faults.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Page_Faults</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="System_CPU_Utilization">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!System_CPU_Utilization.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>System_CPU_Utilization</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="SQL_CPU_Utilization">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!SQL_CPU_Utilization.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>SQL_CPU_Utilization</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Bad_Pages_Detected">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Bad_Pages_Detected.Value</Value>
+                                  <Style>
+                                    <Color>=IIF(Fields!Bad_Pages_Detected.Value,"Red","Black")</Color>
+                                  </Style>
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Bad_Pages_Detected</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                    <TablixCell>
+                      <CellContents>
+                        <Textbox Name="Bad_Pages_Fixed">
+                          <CanGrow>true</CanGrow>
+                          <KeepTogether>true</KeepTogether>
+                          <Paragraphs>
+                            <Paragraph>
+                              <TextRuns>
+                                <TextRun>
+                                  <Value>=Fields!Bad_Pages_Fixed.Value</Value>
+                                  <Style />
+                                </TextRun>
+                              </TextRuns>
+                              <Style>
+                                <TextAlign>Left</TextAlign>
+                              </Style>
+                            </Paragraph>
+                          </Paragraphs>
+                          <rd:DefaultName>Bad_Pages_Fixed</rd:DefaultName>
+                          <Style>
+                            <Border>
+                              <Style>Solid</Style>
+                            </Border>
+                            <TopBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </TopBorder>
+                            <BottomBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </BottomBorder>
+                            <LeftBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </LeftBorder>
+                            <RightBorder>
+                              <Color>Black</Color>
+                              <Style>Solid</Style>
+                              <Width>1pt</Width>
+                            </RightBorder>
+                            <PaddingLeft>2pt</PaddingLeft>
+                            <PaddingRight>2pt</PaddingRight>
+                            <PaddingTop>2pt</PaddingTop>
+                            <PaddingBottom>2pt</PaddingBottom>
+                          </Style>
+                        </Textbox>
+                      </CellContents>
+                    </TablixCell>
+                  </TablixCells>
+                </TablixRow>
+              </TablixRows>
+            </TablixBody>
+            <TablixColumnHierarchy>
+              <TablixMembers>
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+                <TablixMember />
+              </TablixMembers>
+            </TablixColumnHierarchy>
+            <TablixRowHierarchy>
+              <TablixMembers>
+                <TablixMember>
+                  <KeepWithGroup>After</KeepWithGroup>
+                </TablixMember>
+                <TablixMember>
+                  <Group Name="Details" />
+                </TablixMember>
+              </TablixMembers>
+            </TablixRowHierarchy>
+            <RepeatColumnHeaders>true</RepeatColumnHeaders>
+            <RepeatRowHeaders>true</RepeatRowHeaders>
+            <FixedColumnHeaders>true</FixedColumnHeaders>
+            <FixedRowHeaders>true</FixedRowHeaders>
+            <DataSetName>DS_System</DataSetName>
+            <Top>1.09666in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.78333in</Height>
+            <Width>11.06667in</Width>
+            <ZIndex>2</ZIndex>
+            <Style>
+              <Border>
+                <Style>None</Style>
+              </Border>
+            </Style>
+          </Tablix>
+          <Textbox Name="Textbox61">
+            <CanGrow>true</CanGrow>
+            <KeepTogether>true</KeepTogether>
+            <Paragraphs>
+              <Paragraph>
+                <TextRuns>
+                  <TextRun>
+                    <Value>System Component Data:</Value>
+                    <Style>
+                      <FontStyle>Italic</FontStyle>
+                      <FontWeight>Bold</FontWeight>
+                      <Color>White</Color>
+                    </Style>
+                  </TextRun>
+                </TextRuns>
+                <Style />
+              </Paragraph>
+            </Paragraphs>
+            <rd:DefaultName>Textbox61</rd:DefaultName>
+            <Top>0.77722in</Top>
+            <Left>0.12167in</Left>
+            <Height>0.25in</Height>
+            <Width>11.06667in</Width>
+            <ZIndex>3</ZIndex>
+            <Style>
+              <Border>
+                <Style>Solid</Style>
+              </Border>
+              <TopBorder>
+                <Color>Black</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </TopBorder>
+              <BottomBorder>
+                <Color>Black</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </BottomBorder>
+              <LeftBorder>
+                <Color>Black</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </LeftBorder>
+              <RightBorder>
+                <Color>Black</Color>
+                <Style>Solid</Style>
+                <Width>1pt</Width>
+              </RightBorder>
+              <BackgroundColor>CornflowerBlue</BackgroundColor>
+              <PaddingLeft>2pt</PaddingLeft>
+              <PaddingRight>2pt</PaddingRight>
+              <PaddingTop>2pt</PaddingTop>
+              <PaddingBottom>2pt</PaddingBottom>
+            </Style>
+          </Textbox>
+        </ReportItems>
+        <Height>2.00222in</Height>
+        <Style>
+          <Border>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+          </Border>
+          <TopBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </TopBorder>
+          <BottomBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </BottomBorder>
+          <LeftBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </LeftBorder>
+          <RightBorder>
+            <Color>Silver</Color>
+            <Style>Solid</Style>
+            <Width>1pt</Width>
+          </RightBorder>
+        </Style>
+      </Body>
+      <Width>11.29181in</Width>
+      <Page>
+        <PageHeader>
+          <Height>0.7175in</Height>
+          <PrintOnFirstPage>true</PrintOnFirstPage>
+          <PrintOnLastPage>true</PrintOnLastPage>
+          <ReportItems>
+            <Textbox Name="Textbox2">
+              <CanGrow>true</CanGrow>
+              <KeepTogether>true</KeepTogether>
+              <Paragraphs>
+                <Paragraph>
+                  <TextRuns>
+                    <TextRun>
+                      <Value>= "SQL Server Health Session Dashboard on " + Parameters!vServerName.Value</Value>
+                      <Style>
+                        <FontSize>14pt</FontSize>
+                        <FontWeight>Bold</FontWeight>
+                      </Style>
+                    </TextRun>
+                  </TextRuns>
+                  <Style>
+                    <TextAlign>Center</TextAlign>
+                  </Style>
+                </Paragraph>
+              </Paragraphs>
+              <rd:DefaultName>Textbox2</rd:DefaultName>
+              <Top>0.24528in</Top>
+              <Left>1.80694in</Left>
+              <Height>0.44444in</Height>
+              <Width>9.3814in</Width>
+              <Style>
+                <Border>
+                  <Style>None</Style>
+                </Border>
+                <BackgroundColor>White</BackgroundColor>
+                <PaddingLeft>2pt</PaddingLeft>
+                <PaddingRight>2pt</PaddingRight>
+                <PaddingTop>2pt</PaddingTop>
+                <PaddingBottom>2pt</PaddingBottom>
+              </Style>
+            </Textbox>
+            <Image Name="Image1">
+              <Source>Embedded</Source>
+              <Value>Logo</Value>
+              <Sizing>FitProportional</Sizing>
+              <Height>0.69444in</Height>
+              <Width>1.77916in</Width>
+              <ZIndex>1</ZIndex>
+              <Style>
+                <Border>
+                  <Style>None</Style>
+                </Border>
+              </Style>
+            </Image>
+          </ReportItems>
+          <Style>
+            <Border>
+              <Style>None</Style>
+            </Border>
+          </Style>
+        </PageHeader>
+        <PageFooter>
+          <Height>0.44444in</Height>
+          <PrintOnFirstPage>true</PrintOnFirstPage>
+          <PrintOnLastPage>true</PrintOnLastPage>
+          <ReportItems>
+            <Textbox Name="Textbox1">
+              <CanGrow>true</CanGrow>
+              <KeepTogether>true</KeepTogether>
+              <Paragraphs>
+                <Paragraph>
+                  <TextRuns>
+                    <TextRun>
+                      <Value>= "Status as of local time: " + CStr(Globals!ExecutionTime) + " | Page " + CStr(Globals!PageNumber) + " of " + CStr(Globals!TotalPages)</Value>
+                      <Style>
+                        <FontSize>11pt</FontSize>
+                        <FontWeight>Bold</FontWeight>
+                        <Color>White</Color>
+                      </Style>
+                    </TextRun>
+                  </TextRuns>
+                  <Style>
+                    <TextAlign>Center</TextAlign>
+                  </Style>
+                </Paragraph>
+              </Paragraphs>
+              <rd:DefaultName>Textbox1</rd:DefaultName>
+              <Top>0.06944in</Top>
+              <Height>0.375in</Height>
+              <Width>11.18834in</Width>
+              <Style>
+                <Border>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                </Border>
+                <TopBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </TopBorder>
+                <BottomBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </BottomBorder>
+                <LeftBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </LeftBorder>
+                <RightBorder>
+                  <Color>Silver</Color>
+                  <Style>Solid</Style>
+                  <Width>1pt</Width>
+                </RightBorder>
+                <BackgroundColor>CornflowerBlue</BackgroundColor>
+                <PaddingLeft>2pt</PaddingLeft>
+                <PaddingRight>2pt</PaddingRight>
+                <PaddingTop>2pt</PaddingTop>
+                <PaddingBottom>2pt</PaddingBottom>
+              </Style>
+            </Textbox>
+          </ReportItems>
+          <Style>
+            <Border>
+              <Style>None</Style>
+            </Border>
+          </Style>
+        </PageFooter>
+        <LeftMargin>1in</LeftMargin>
+        <RightMargin>1in</RightMargin>
+        <TopMargin>1in</TopMargin>
+        <BottomMargin>1in</BottomMargin>
+        <Style />
+      </Page>
+    </ReportSection>
+  </ReportSections>
+  <ReportParameters>
+    <ReportParameter Name="vServerName">
+      <DataType>String</DataType>
+      <Prompt>Server Name</Prompt>
+      <ValidValues>
+        <ParameterValues>
+          <ParameterValue>
+            <Value>.</Value>
+            <Label>MSSQLSERVER</Label>
+          </ParameterValue>
+          <ParameterValue>
+            <Value>.\DENALI</Value>
+            <Label>DENALI</Label>
+          </ParameterValue>
+        </ParameterValues>
+      </ValidValues>
+    </ReportParameter>
+    <ReportParameter Name="StartTime">
+      <DataType>String</DataType>
+      <Prompt>Start Time</Prompt>
+      <ValidValues>
+        <DataSetReference>
+          <DataSetName>DS_Time</DataSetName>
+          <ValueField>Event_Time</ValueField>
+          <LabelField>Event_Time</LabelField>
+        </DataSetReference>
+      </ValidValues>
+    </ReportParameter>
+    <ReportParameter Name="EndTime">
+      <DataType>String</DataType>
+      <Prompt>End Time</Prompt>
+      <ValidValues>
+        <DataSetReference>
+          <DataSetName>DS_Time</DataSetName>
+          <ValueField>Event_Time</ValueField>
+          <LabelField>Event_Time</LabelField>
+        </DataSetReference>
+      </ValidValues>
+    </ReportParameter>
+  </ReportParameters>
+  <EmbeddedImages>
+    <EmbeddedImage Name="Logo">
+      <MIMEType>image/png</MIMEType>
+      <ImageData>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</ImageData>
+    </EmbeddedImage>
+  </EmbeddedImages>
+  <rd:ReportUnitType>Inch</rd:ReportUnitType>
+  <rd:ReportID>9d0fc5cc-082e-414f-98e5-90293b1cb113</rd:ReportID>
+</Report>

+ 70 - 0
systemhealthsession/ssrs-reports/connectivity_error.sql

@@ -0,0 +1,70 @@
+/*
+T-SQL script to fetch connectivity_ring_buffer_recorded information from the system health extended event session.
+
+Author: Amit Banerjee
+Contact details:
+Blog: www.troubleshootingsql.com
+Twitter: http://twitter.com/banerjeeamit 
+
+DISCLAIMER:
+This Sample Code is provided for the purpose of illustration only and is not intended to be used in a production environment. THIS SAMPLE CODE AND ANY RELATED INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. We grant You a nonexclusive, royalty-free right to use and modify the Sample Code and to reproduce and distribute the object code form of the Sample Code, provided that You agree: (i) to not use Our name, logo, or trademarks to market Your software product in which the Sample Code is embedded; (ii) to include a valid copyright notice on Your software product in which the Sample Code is embedded; and (iii) to indemnify, hold harmless, and defend Us and Our suppliers from and against any claims or lawsuits, including attorneys’ fees, that arise or result from the use or distribution of the Sample Code.
+*/
+
+SET NOCOUNT ON
+
+-- Fetch data for only SQL Server 2012 instances
+IF (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1) >= 11)
+BEGIN
+
+-- Get UTC time difference for reporting event times local to server time
+DECLARE @UTCDateDiff int = DATEDIFF(mi,GETUTCDATE(),GETDATE());
+
+-- Store XML data retrieved in temp table
+SELECT TOP 1 CAST(xet.target_data AS XML) AS XMLDATA
+INTO #SystemHealthSessionData
+FROM sys.dm_xe_session_targets xet 
+JOIN sys.dm_xe_sessions xe 
+ON (xe.address = xet.event_session_address) 
+WHERE xe.name = 'system_health'
+AND xet.target_name = 'ring_buffer';
+
+-- Parse XML data and provide required values in the form of a table
+;WITH CTE_HealthSession (EventXML) AS
+(
+SELECT C.query('.') EventXML
+FROM #SystemHealthSessionData a
+CROSS APPLY a.XMLDATA.nodes('/RingBufferTarget/event') as T(C)
+)
+SELECT DATEADD(mi,@UTCDateDiff,EventXML.value('(/event/@timestamp)[1]', 'datetime')) as EventTime,
+EventXML.value('(/event/data/text)[1]', 'varchar(255)') as connectivity_record_type,
+EventXML.value('(/event/data/text)[2]', 'varchar(255)') as connectivity_record_source,
+EventXML.value('(/event/data/text)[3]', 'varchar(255)') as tds_flags,
+EventXML.value('(/event/data/value)[5]', 'int') as sessionid,
+EventXML.value('(/event/data/value)[6]', 'int') as os_error,
+EventXML.value('(/event/data/value)[7]', 'int') as sni_error,
+EventXML.value('(/event/data/value)[8]', 'int') as sni_consumer_error,
+EventXML.value('(/event/data/value)[9]', 'int') as sni_provider,
+EventXML.value('(/event/data/value)[10]', 'int') as state,
+EventXML.value('(/event/data/value)[11]', 'int') as local_port,
+EventXML.value('(/event/data/value)[12]', 'int') as remote_port,
+EventXML.value('(/event/data/value)[13]', 'int') as tds_input_buffer_error,
+EventXML.value('(/event/data/value)[14]', 'int') as tds_output_buffer_error,
+EventXML.value('(/event/data/value)[17]', 'int') as total_login_time_ms,
+EventXML.value('(/event/data/value)[18]', 'int') as login_task_enqueued_ms,
+EventXML.value('(/event/data/value)[19]', 'int') as network_writes_ms,
+EventXML.value('(/event/data/value)[20]', 'int') as network_reads_ms,
+EventXML.value('(/event/data/value)[21]', 'int') as ssl_processing_ms,
+EventXML.value('(/event/data/value)[22]', 'int') as sspi_processing_ms,
+EventXML.value('(/event/data/value)[23]', 'int') as login_trigger_and_resource_governor_processing_ms,
+EventXML.value('(/event/data/value)[26]', 'varchar(255)') as local_host,
+EventXML.value('(/event/data/value)[27]', 'varchar(255)') as remote_host
+FROM CTE_HealthSession 
+WHERE EventXML.value('(/event/@name)[1]', 'varchar(255)') = 'connectivity_ring_buffer_recorded' 
+ORDER BY EventTime;
+
+-- Drop the temporary table
+DROP TABLE #SystemHealthSessionData;
+
+END 
+
+SET NOCOUNT OFF

+ 54 - 0
systemhealthsession/ssrs-reports/error_reported.sql

@@ -0,0 +1,54 @@
+/*
+T-SQL script to fetch error_reported information from the system health extended event session.
+
+Author: Amit Banerjee
+Contact details:
+Blog: www.troubleshootingsql.com
+Twitter: http://twitter.com/banerjeeamit 
+
+DISCLAIMER:
+This Sample Code is provided for the purpose of illustration only and is not intended to be used in a production environment. THIS SAMPLE CODE AND ANY RELATED INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. We grant You a nonexclusive, royalty-free right to use and modify the Sample Code and to reproduce and distribute the object code form of the Sample Code, provided that You agree: (i) to not use Our name, logo, or trademarks to market Your software product in which the Sample Code is embedded; (ii) to include a valid copyright notice on Your software product in which the Sample Code is embedded; and (iii) to indemnify, hold harmless, and defend Us and Our suppliers from and against any claims or lawsuits, including attorneys’ fees, that arise or result from the use or distribution of the Sample Code.
+*/
+
+SET NOCOUNT ON
+
+-- Fetch data for only SQL Server 2008 and above instances
+IF (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1) >= 10)
+BEGIN
+
+-- Get UTC time difference for reporting event times local to server time
+DECLARE @UTCDateDiff int = DATEDIFF(mi,GETUTCDATE(),GETDATE());
+
+-- Store XML data retrieved in temp table
+SELECT TOP 1 CAST(xet.target_data AS XML) AS XMLDATA
+INTO #SystemHealthSessionData
+FROM sys.dm_xe_session_targets xet 
+JOIN sys.dm_xe_sessions xe 
+ON (xe.address = xet.event_session_address) 
+WHERE xe.name = 'system_health'
+AND xet.target_name = 'ring_buffer';
+
+-- Parse XML data and provide required values in the form of a table
+;WITH CTE_HealthSession (EventXML) AS
+(
+SELECT C.query('.') EventXML
+FROM #SystemHealthSessionData a
+CROSS APPLY a.XMLDATA.nodes('/RingBufferTarget/event') as T(C)
+)
+SELECT DATEADD(mi,@UTCDateDiff,EventXML.value('(/event/@timestamp)[1]', 'datetime')) as EventTime,
+	EventXML.value('(/event/data/value)[1]', 'int') AS ErrorNum, 
+    EventXML.value('(/event/data/value)[2]', 'int') AS ErrSeverity, 
+	EventXML.value('(/event/data/value)[3]', 'int') AS ErrState, 
+    EventXML.value('(/event/data/value)[8]', 'varchar(max)') AS ErrText, 
+	EventXML.value('(/event/action/value)[2]', 'varchar(10)') AS Session_ID,
+	EventXML.value('(/event/data/text)[1]', 'varchar(10)') AS Error_Category
+FROM CTE_HealthSession 
+WHERE EventXML.value('(/event/@name)[1]', 'varchar(255)') = 'error_reported' 
+ORDER BY EventTime;
+
+-- Drop the temporary table
+DROP TABLE #SystemHealthSessionData;
+
+END 
+
+SET NOCOUNT OFF

+ 53 - 0
systemhealthsession/ssrs-reports/scheduler_monitor_system_health_ring_buffer_recorded.sql

@@ -0,0 +1,53 @@
+/*
+T-SQL script to fetch scheduler_monitor_system_health_ring_buffer_recorded information from the system health extended event session.
+
+Author: Amit Banerjee
+Contact details:
+Blog: www.troubleshootingsql.com
+Twitter: http://twitter.com/banerjeeamit 
+
+DISCLAIMER:
+This Sample Code is provided for the purpose of illustration only and is not intended to be used in a production environment. THIS SAMPLE CODE AND ANY RELATED INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. We grant You a nonexclusive, royalty-free right to use and modify the Sample Code and to reproduce and distribute the object code form of the Sample Code, provided that You agree: (i) to not use Our name, logo, or trademarks to market Your software product in which the Sample Code is embedded; (ii) to include a valid copyright notice on Your software product in which the Sample Code is embedded; and (iii) to indemnify, hold harmless, and defend Us and Our suppliers from and against any claims or lawsuits, including attorneys’ fees, that arise or result from the use or distribution of the Sample Code.
+*/
+
+SET NOCOUNT ON
+
+-- Fetch data for only SQL Server 2012 instances
+IF (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1) >= 11)
+BEGIN
+
+-- Get UTC time difference for reporting event times local to server time
+DECLARE @UTCDateDiff int = DATEDIFF(mi,GETUTCDATE(),GETDATE());
+
+-- Store XML data retrieved in temp table
+SELECT TOP 1 CAST(xet.target_data AS XML) AS XMLDATA
+INTO #SystemHealthSessionData
+FROM sys.dm_xe_session_targets xet 
+JOIN sys.dm_xe_sessions xe 
+ON (xe.address = xet.event_session_address) 
+WHERE xe.name = 'system_health'
+AND xet.target_name = 'ring_buffer';
+
+-- Parse XML data and provide required values in the form of a table
+;WITH CTE_HealthSession (EventXML) AS
+(
+SELECT C.query('.') EventXML
+FROM #SystemHealthSessionData a
+CROSS APPLY a.XMLDATA.nodes('/RingBufferTarget/event') as T(C)
+)
+SELECT DATEADD(mi,@UTCDateDiff,EventXML.value('(/event/@timestamp)[1]', 'datetime')) as EventTime,
+EventXML.value('(/event/data/value)[3]', 'int') as process_utilization,
+EventXML.value('(/event/data/value)[4]', 'int') as system_idle,
+EventXML.value('(/event/data/value)[7]', 'float') as page_faults,
+EventXML.value('(/event/data/value)[8]', 'float') as working_set_delta,
+EventXML.value('(/event/data/value)[9]', 'int') as memory_utilization
+FROM CTE_HealthSession 
+WHERE EventXML.value('(/event/@name)[1]', 'varchar(255)') = 'scheduler_monitor_system_health_ring_buffer_recorded'
+ORDER BY EventTime;
+
+-- Drop the temporary table
+DROP TABLE #SystemHealthSessionData;
+
+END 
+
+SET NOCOUNT OFF

+ 53 - 0
systemhealthsession/ssrs-reports/security_error.sql

@@ -0,0 +1,53 @@
+/*
+T-SQL script to fetch security_error_ring_buffer_recorded information from the system health extended event session.
+
+Author: Amit Banerjee
+Contact details:
+Blog: www.troubleshootingsql.com
+Twitter: http://twitter.com/banerjeeamit 
+
+DISCLAIMER:
+This Sample Code is provided for the purpose of illustration only and is not intended to be used in a production environment. THIS SAMPLE CODE AND ANY RELATED INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. We grant You a nonexclusive, royalty-free right to use and modify the Sample Code and to reproduce and distribute the object code form of the Sample Code, provided that You agree: (i) to not use Our name, logo, or trademarks to market Your software product in which the Sample Code is embedded; (ii) to include a valid copyright notice on Your software product in which the Sample Code is embedded; and (iii) to indemnify, hold harmless, and defend Us and Our suppliers from and against any claims or lawsuits, including attorneys’ fees, that arise or result from the use or distribution of the Sample Code.
+*/
+
+SET NOCOUNT ON
+
+-- Fetch data for only SQL Server 2012 instances
+IF (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1) >= 11)
+BEGIN
+
+-- Get UTC time difference for reporting event times local to server time
+DECLARE @UTCDateDiff int = DATEDIFF(mi,GETUTCDATE(),GETDATE());
+
+-- Store XML data retrieved in temp table
+SELECT TOP 1 CAST(xet.target_data AS XML) AS XMLDATA
+INTO #SystemHealthSessionData
+FROM sys.dm_xe_session_targets xet 
+JOIN sys.dm_xe_sessions xe 
+ON (xe.address = xet.event_session_address) 
+WHERE xe.name = 'system_health'
+AND xet.target_name = 'ring_buffer';
+
+-- Parse XML data and provide required values in the form of a table
+;WITH CTE_HealthSession (EventXML) AS
+(
+SELECT C.query('.') EventXML
+FROM #SystemHealthSessionData a
+CROSS APPLY a.XMLDATA.nodes('/RingBufferTarget/event') as T(C)
+)
+SELECT DATEADD(mi,@UTCDateDiff,EventXML.value('(/event/@timestamp)[1]', 'datetime')) as EventTime,
+EventXML.value('(/event/data/value)[3]', 'int') as SessionID,
+EventXML.value('(/event/data/value)[4]', 'int') as ErrorCode,
+EventXML.value('(/event/data/value)[5]', 'varchar(100)') as APIName,
+EventXML.value('(/event/data/value)[6]', 'varchar(100)') as CallingAPIName,
+EventXML.value('(/event/data/value)[7]', 'nvarchar(max)') as CallStack
+FROM CTE_HealthSession 
+WHERE EventXML.value('(/event/@name)[1]', 'varchar(255)') = 'security_error_ring_buffer_recorded' 
+ORDER BY EventTime;
+
+-- Drop the temporary table
+DROP TABLE #SystemHealthSessionData;
+
+END 
+
+SET NOCOUNT OFF

+ 106 - 0
systemhealthsession/ssrs-reports/sp_server_diagnostics.sql

@@ -0,0 +1,106 @@
+/*
+T-SQL script to fetch sp_server_diagnostics information from the System Health Sessions .XEL files stored in the SQL Server instance LOG folder.
+
+Note: This works only for SQL Server 2012 instances.
+
+Author: Amit Banerjee
+Contact details:
+Blog: www.troubleshootingsql.com
+Twitter: http://twitter.com/banerjeeamit 
+Email: [email protected] 
+
+DISCLAIMER:
+This Sample Code is provided for the purpose of illustration only and is not intended to be used in a production environment. THIS SAMPLE CODE AND ANY RELATED INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. We grant You a nonexclusive, royalty-free right to use and modify the Sample Code and to reproduce and distribute the object code form of the Sample Code, provided that You agree: (i) to not use Our name, logo, or trademarks to market Your software product in which the Sample Code is embedded; (ii) to include a valid copyright notice on Your software product in which the Sample Code is embedded; and (iii) to indemnify, hold harmless, and defend Us and Our suppliers from and against any claims or lawsuits, including attorneys’ fees, that arise or result from the use or distribution of the Sample Code.
+*/
+
+SET NOCOUNT ON
+
+IF (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1) >= 11)
+BEGIN
+
+	DECLARE @UTDDateDiff int
+	SET @UTDDateDiff = DATEDIFF(mi,GETUTCDATE(),GETDATE())
+
+-- Fetch information about the XEL file location
+DECLARE @filename varchar(8000) ;
+SELECT @filename = CAST(target_data as XML).value('(/EventFileTarget/File/@name)[1]', 'varchar(8000)')
+FROM sys.dm_xe_session_targets
+WHERE target_name = 'event_file' and event_session_address = (select address from sys.dm_xe_sessions where name = 'system_health');
+
+SET @filename = SUBSTRING(@filename,1,CHARINDEX('system_health',@filename,1)-1) + '*.xel';
+
+-- Read the XEL files to get the System Health Session Data
+SELECT object_name,CAST(event_data as XML) as XMLData
+INTO #tbl_sp_server_diagnostics
+FROM sys.fn_xe_file_target_read_file(@filename, null, null, null)
+WHERE object_name = 'sp_server_diagnostics_component_result'
+
+SELECT 
+DATEADD(mi,@UTDDateDiff,XMLData.value('(/event/@timestamp)[1]','datetime')) as EventTime,
+XMLData.value('(/event/data/text)[1]','varchar(255)') as Component,
+XMLData.value('(/event/data/text)[2]','varchar(255)') as [State]
+FROM #tbl_sp_server_diagnostics
+--WHERE  XMLData.value('(/event/data/text)[2]','varchar(255)')  <> 'CLEAN'
+ORDER BY EventTime DESC
+
+SELECT 
+DATEADD(mi,@UTDDateDiff,XMLData.value('(/event/@timestamp)[1]','datetime')) as [Event Time],
+XMLData.value('(/event/data/text)[1]','varchar(255)') as Component,
+XMLData.value('(/event/data/value/system/@latchWarnings)[1]','bigint') as [Latch Warnings],
+XMLData.value('(/event/data/value/system/@isAccessViolationOccurred)[1]','bigint') as [Access Violations],
+XMLData.value('(/event/data/value/system/@nonYieldingTasksReported)[1]','bigint') as [Non Yields Reported],
+XMLData.value('(/event/data/value/system/@pageFaults)[1]','bigint') as [Page Faults],
+XMLData.value('(/event/data/value/system/@systemCpuUtilization)[1]','int') as [System CPU Utilization %],
+XMLData.value('(/event/data/value/system/@sqlCpuUtilization)[1]','int') as [SQL CPU Utilization %],
+XMLData.value('(/event/data/value/system/@BadPagesDetected)[1]','bigint') as [Bad Pages Detected],
+XMLData.value('(/event/data/value/system/@BadPagesFixed)[1]','bigint') as [Bad Pages Fixed]
+FROM #tbl_sp_server_diagnostics
+WHERE XMLData.value('(/event/data/text)[1]','varchar(255)') = 'SYSTEM'
+ORDER BY [Event Time] DESC
+
+SELECT 
+DATEADD(mi,@UTDDateDiff,XMLData.value('(/event/@timestamp)[1]','datetime')) as [Event Time],
+XMLData.value('(/event/data/text)[1]','varchar(255)') as Component,
+XMLData.value('(/event/data/value/queryProcessing/@maxWorkers)[1]','bigint') as [Max Workers],
+XMLData.value('(/event/data/value/queryProcessing/@workersCreated)[1]','bigint') as [Workers Created],
+XMLData.value('(/event/data/value/queryProcessing/@workersIdle)[1]','bigint') as [Idle Workers],
+XMLData.value('(/event/data/value/queryProcessing/@pendingTasks)[1]','bigint') as [Pending Tasks],
+XMLData.value('(/event/data/value/queryProcessing/@hasUnresolvableDeadlockOccurred)[1]','int') as [Unresolvable Deadlock],
+XMLData.value('(/event/data/value/queryProcessing/@hasDeadlockedSchedulersOccurred)[1]','int') as [Deadlocked Schedulers]
+FROM #tbl_sp_server_diagnostics
+WHERE XMLData.value('(/event/data/text)[1]','varchar(255)') = 'QUERY_PROCESSING'
+ORDER BY [Event Time] DESC
+
+SELECT 
+DATEADD(mi,@UTDDateDiff,XMLData.value('(/event/@timestamp)[1]','datetime')) as [Event Time],
+XMLData.value('(/event/data/text)[1]','varchar(255)') as Component,
+XMLData.value('(/event/data/value/resource/@outOfMemoryExceptions)[1]','bigint')  as [OOM Exceptions],
+XMLData.value('(/event/data/value/resource/memoryReport/entry/@value)[1]','bigint')/(1024*1024*1024)  as [Available Physical Memory (GB)],
+XMLData.value('(/event/data/value/resource/memoryReport/entry/@value)[3]','bigint')/(1024*1024*1024) as [Available Paging File (GB)],
+XMLData.value('(/event/data/value/resource/memoryReport/entry/@value)[5]','int') as [Percent of Committed Memory in WS],
+XMLData.value('(/event/data/value/resource/memoryReport/entry/@value)[6]','bigint') as [Page Faults],
+XMLData.value('(/event/data/value/resource/memoryReport/entry/@value)[12]','bigint')/1024 as [VM Committed (MB)],
+XMLData.value('(/event/data/value/resource/memoryReport/entry/@value)[13]','bigint')/(1024*1024) as [Locked Pages Allocated (GB)],
+XMLData.value('(/event/data/value/resource/memoryReport/entry/@value)[14]','bigint')/(1024*1024) as [Large Pages Allocated (GB)],
+XMLData.value('(/event/data/value/resource/memoryReport/entry/@value)[17]','bigint')/(1024*1024) as [Target Committed (GB)],
+XMLData.value('(/event/data/value/resource/memoryReport/entry/@value)[18]','bigint')/(1024*1024) as [Current Committed (GB)]
+FROM #tbl_sp_server_diagnostics
+WHERE XMLData.value('(/event/data/text)[1]','varchar(255)') = 'RESOURCE'
+ORDER BY [Event Time] DESC
+
+SELECT 
+DATEADD(mi,@UTDDateDiff,XMLData.value('(/event/@timestamp)[1]','datetime')) as [Event Time],
+XMLData.value('(/event/data/text)[1]','varchar(255)') as Component,
+XMLData.value('(/event/data/value/ioSubsystem/@ioLatchTimeouts)[1]','bigint')  as [IO Latch Timeouts],
+XMLData.value('(/event/data/value/ioSubsystem/@totalLongIos)[1]','bigint')  as [Total Long IOs],
+XMLData.value('(/event/data/value/ioSubsystem/longestPendingRequests/pendingRequest/@filePath)[1]','varchar(8000)')  as [Longest Pending Request File],
+XMLData.value('(/event/data/value/ioSubsystem/longestPendingRequests/pendingRequest/@duration)[1]','bigint')  as [Longest Pending IO Duration]
+FROM #tbl_sp_server_diagnostics
+WHERE XMLData.value('(/event/data/text)[1]','varchar(255)') = 'IO_SUBSYSTEM'
+ORDER BY [Event Time] DESC
+
+DROP TABLE #tbl_sp_server_diagnostics
+
+END 
+
+SET NOCOUNT OFF

+ 53 - 0
systemhealthsession/ssrs-reports/waits_reported.sql

@@ -0,0 +1,53 @@
+/*
+T-SQL script to fetch waits reported information from the system health extended event session.
+
+Author: Amit Banerjee
+Contact details:
+Blog: www.troubleshootingsql.com
+Twitter: http://twitter.com/banerjeeamit 
+
+DISCLAIMER:
+This Sample Code is provided for the purpose of illustration only and is not intended to be used in a production environment. THIS SAMPLE CODE AND ANY RELATED INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. We grant You a nonexclusive, royalty-free right to use and modify the Sample Code and to reproduce and distribute the object code form of the Sample Code, provided that You agree: (i) to not use Our name, logo, or trademarks to market Your software product in which the Sample Code is embedded; (ii) to include a valid copyright notice on Your software product in which the Sample Code is embedded; and (iii) to indemnify, hold harmless, and defend Us and Our suppliers from and against any claims or lawsuits, including attorneys’ fees, that arise or result from the use or distribution of the Sample Code.
+*/
+
+SET NOCOUNT ON
+
+-- Fetch data for only SQL Server 2008 and above instances
+IF (SUBSTRING(CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)),1,CHARINDEX('.',CAST(SERVERPROPERTY ('ProductVersion') AS varchar(50)))-1) >= 10)
+BEGIN
+
+-- Get UTC time difference for reporting event times local to server time
+DECLARE @UTCDateDiff int = DATEDIFF(mi,GETUTCDATE(),GETDATE());
+
+-- Store XML data retrieved in temp table
+SELECT TOP 1 CAST(xet.target_data AS XML) AS XMLDATA
+INTO #SystemHealthSessionData
+FROM sys.dm_xe_session_targets xet 
+JOIN sys.dm_xe_sessions xe 
+ON (xe.address = xet.event_session_address) 
+WHERE xe.name = 'system_health'
+AND xet.target_name = 'ring_buffer';
+
+-- Parse XML data and provide required values in the form of a table
+;WITH CTE_HealthSession (EventXML) AS
+(
+SELECT C.query('.') EventXML
+FROM #SystemHealthSessionData a
+CROSS APPLY a.XMLDATA.nodes('/RingBufferTarget/event') as T(C)
+)
+SELECT DATEADD(mi,@UTCDateDiff,EventXML.value('(/event/@timestamp)[1]', 'datetime')) as EventTime,
+	EventXML.value('(/event/data/text)[1]', 'varchar(255)') AS Wait_type, 
+    EventXML.value('(/event/data/value)[3]', 'bigint') AS Duration, 
+	EventXML.value('(/event/data/value)[4]', 'bigint') AS Signal_duration, 
+    EventXML.value('(/event/action/value)[2]', 'int') AS Session_ID, 
+	EventXML.value('(/event/action/value)[3]', 'varchar(max)') AS Query
+FROM CTE_HealthSession 
+WHERE EventXML.value('(/event/@name)[1]', 'varchar(255)') in ('wait_info')
+ORDER BY EventTime;
+
+-- Drop the temporary table
+DROP TABLE #SystemHealthSessionData;
+
+END 
+
+SET NOCOUNT OFF