|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<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"> |
| 2 | +<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner"> |
3 | 3 | <Description>Overview of current state of enterprise SQL Server instances. Launch detail reports through defined actions in the report. </Description> |
4 | 4 | <AutoRefresh>0</AutoRefresh> |
5 | 5 | <DataSources> |
@@ -844,6 +844,9 @@ Sum(IIF(Fields!PolicyResult.Value="FAIL", 1, 0))/COUNT(Fields!PolicyResult.Value |
844 | 844 | <StateDataElementName /> |
845 | 845 | <rd:IconsSet>ThreeSigns</rd:IconsSet> |
846 | 846 | <Style> |
| 847 | + <Border> |
| 848 | + <Style>Solid</Style> |
| 849 | + </Border> |
847 | 850 | <ShadowOffset>2pt</ShadowOffset> |
848 | 851 | </Style> |
849 | 852 | <Top>54</Top> |
@@ -1339,6 +1342,9 @@ Sum(IIF(Fields!PolicyResult.Value="FAIL", 1, 0))/COUNT(Fields!PolicyResult.Value |
1339 | 1342 | <StateDataElementName /> |
1340 | 1343 | <rd:IconsSet>ThreeSigns</rd:IconsSet> |
1341 | 1344 | <Style> |
| 1345 | + <Border> |
| 1346 | + <Style>Solid</Style> |
| 1347 | + </Border> |
1342 | 1348 | <ShadowOffset>2pt</ShadowOffset> |
1343 | 1349 | </Style> |
1344 | 1350 | <Top>54</Top> |
@@ -3280,6 +3286,49 @@ Count(Fields!ErrorHistoryID.Value, "Evaluation_Errors") = 0, "Black")</Color> |
3280 | 3286 | <MultiValue>true</MultiValue> |
3281 | 3287 | </ReportParameter> |
3282 | 3288 | </ReportParameters> |
| 3289 | + <ReportParametersLayout> |
| 3290 | + <GridLayoutDefinition> |
| 3291 | + <NumberOfColumns>5</NumberOfColumns> |
| 3292 | + <NumberOfRows>2</NumberOfRows> |
| 3293 | + <CellDefinitions> |
| 3294 | + <CellDefinition> |
| 3295 | + <ColumnIndex>0</ColumnIndex> |
| 3296 | + <RowIndex>0</RowIndex> |
| 3297 | + <ParameterName>ServerGroupName</ParameterName> |
| 3298 | + </CellDefinition> |
| 3299 | + <CellDefinition> |
| 3300 | + <ColumnIndex>4</ColumnIndex> |
| 3301 | + <RowIndex>0</RowIndex> |
| 3302 | + <ParameterName>CategoryName</ParameterName> |
| 3303 | + </CellDefinition> |
| 3304 | + <CellDefinition> |
| 3305 | + <ColumnIndex>0</ColumnIndex> |
| 3306 | + <RowIndex>1</RowIndex> |
| 3307 | + <ParameterName>DateMonth</ParameterName> |
| 3308 | + </CellDefinition> |
| 3309 | + <CellDefinition> |
| 3310 | + <ColumnIndex>1</ColumnIndex> |
| 3311 | + <RowIndex>1</RowIndex> |
| 3312 | + <ParameterName>PolicyResult</ParameterName> |
| 3313 | + </CellDefinition> |
| 3314 | + <CellDefinition> |
| 3315 | + <ColumnIndex>2</ColumnIndex> |
| 3316 | + <RowIndex>1</RowIndex> |
| 3317 | + <ParameterName>PolicyThresholdWarning</ParameterName> |
| 3318 | + </CellDefinition> |
| 3319 | + <CellDefinition> |
| 3320 | + <ColumnIndex>3</ColumnIndex> |
| 3321 | + <RowIndex>1</RowIndex> |
| 3322 | + <ParameterName>PolicyThresholdCaution</ParameterName> |
| 3323 | + </CellDefinition> |
| 3324 | + <CellDefinition> |
| 3325 | + <ColumnIndex>4</ColumnIndex> |
| 3326 | + <RowIndex>1</RowIndex> |
| 3327 | + <ParameterName>EvaluatedPolicy</ParameterName> |
| 3328 | + </CellDefinition> |
| 3329 | + </CellDefinitions> |
| 3330 | + </GridLayoutDefinition> |
| 3331 | + </ReportParametersLayout> |
3283 | 3332 | <rd:ReportUnitType>Inch</rd:ReportUnitType> |
3284 | 3333 | <rd:ReportServerUrl>http://localhost/ReportServer</rd:ReportServerUrl> |
3285 | 3334 | <rd:ReportID>6c2f485d-f3eb-401c-a53b-94c2eaba3d98</rd:ReportID> |
|
0 commit comments