Control Objective Health Report

ServiceManager.Report.Compliance.ControlManagement.COHealthReport (Report)

Element properties:

AccessibilityPublic
VisibleTrue

Report Localization:

TitleControl Objective Health Report
HeaderExpandLabelExpand this section to see a full description of this report.
DescriptionThe report shows a list of control objectives and their corresponding health.
HeaderProgramLabelProgram
HeaderOwnerLabelOwner
HeaderReportDateLabelReport Generated
HeaderReportUserLabelReport Generated By
HeaderDateRangeLabelStart/End Date of Report
Format.DateRangeFrom {0} to {1}
ColumnIDLabelID
ColumnTitleLabelTitle
ColumnCAsPassingLabelCAs Passing
ColumnCAsFailingLabelCAs Failing
ColumnCAsUnknownLabelCAs Unknown
ColumnOwnerLabelOwner
ColumnStatusLabelStatus
ColumnCOHealthLabelCO Health
ColumnActiveRisksLabelPublished Risks
ColumnActiveIncidentsLabelActive Incidents

Source Code:

<Report ID="ServiceManager.Report.Compliance.ControlManagement.COHealthReport" Accessibility="Public" Target="Compliance!System.Compliance.ControlObjective" Visible="true">
<Dependencies>
<Dimension>DWBase!UserDim</Dimension>
<Dimension>ComplianceDW!ControlObjectiveDim</Dimension>
<Dimension>ComplianceDW!ProgramDim</Dimension>
<DataWarehouseScript>ServiceManager.Report.Compliance.ControlManagement.SP.GetCOHealth.Script</DataWarehouseScript>
<DataWarehouseScript>ServiceManager.Report.Compliance.ControlManagement.UDF.ufnGetCAResult.Script</DataWarehouseScript>
<ReportResource>SMReportCommon!Report_Header_Landscape.png</ReportResource>
</Dependencies>
<ParameterBlock xmlns="http://schemas.microsoft.com/mom/reporting/2007/ReportParameterSettings" columns="2">
<Controls>
<Control rowSpan="2" columnSpan="1" type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.RelativeDatePickerValueEditor">
<ReportParameters>
<ReportParameter name="TimeZone" binding="TimeZone">
<Prompt>ServiceManager.ControlManagement.Report.Library!ReportParameter.TimeZone</Prompt>
</ReportParameter>
<ReportParameter name="TimeZoneName" binding="TimeZoneName"/>
<ReportParameter name="StartDate_BaseType" binding="StartDate_BaseType"/>
<ReportParameter name="StartDate_BaseValue" binding="StartDate_BaseValue">
<Prompt>ServiceManager.ControlManagement.Report.Library!ReportParameter.StartDate</Prompt>
</ReportParameter>
<ReportParameter name="StartDate_OffsetType" binding="StartDate_OffsetType"/>
<ReportParameter name="StartDate_OffsetValue" binding="StartDate_OffsetValue"/>
<ReportParameter name="EndDate_BaseType" binding="EndDate_BaseType"/>
<ReportParameter name="EndDate_BaseValue" binding="EndDate_BaseValue">
<Prompt>ServiceManager.ControlManagement.Report.Library!ReportParameter.EndDate</Prompt>
</ReportParameter>
<ReportParameter name="EndDate_OffsetType" binding="EndDate_OffsetType"/>
<ReportParameter name="EndDate_OffsetValue" binding="EndDate_OffsetValue"/>
</ReportParameters>
</Control>
<Control rowSpan="2" columnSpan="1" type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.DimensionInstancePickerValueParameterEditor">
<ReportParameters>
<ReportParameter name="ProgramId">
<Prompt>ServiceManager.ControlManagement.Report.Library!ReportParameter.ProgramRequired</Prompt>
</ReportParameter>
</ReportParameters>
<Properties>
<Property name="IsSingleSelect">
<Value>True</Value>
</Property>
<Property name="DimensionTypeName">
<Value>ProgramDim</Value>
</Property>
<Property name="DimensionTypeMPName">
<Value>ServiceManager.Compliance.Library.Datawarehouse</Value>
</Property>
<Property name="MaxDimessionInstances">
<Value>500</Value>
</Property>
<Property name="ColumnDefinitions">
<Value>Name</Value>
</Property>
</Properties>
</Control>
<Control rowSpan="2" columnSpan="1" type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.DimensionInstancePickerValueParameterEditor">
<ReportParameters>
<ReportParameter name="OwnedBy">
<Prompt>ServiceManager.ControlManagement.Report.Library!ReportParameter.OwnedBy</Prompt>
</ReportParameter>
</ReportParameters>
<Properties>
<Property name="IsSingleSelect">
<Value>True</Value>
</Property>
<Property name="DimensionTypeName">
<Value>UserDim</Value>
</Property>
<Property name="DimensionTypeMPName">
<Value>Microsoft.SystemCenter.Datawarehouse.Base</Value>
</Property>
<Property name="MaxDimessionInstances">
<Value>500</Value>
</Property>
<Property name="ColumnDefinitions">
<Value>Name</Value>
</Property>
</Properties>
</Control>
</Controls>
</ParameterBlock>
<ReportDefinition>ServiceManager.Report.Compliance.ControlManagement.COHealthReport.ReportRdl</ReportDefinition>
<ReportStrings>
<ReportString ID="Title"/>
<ReportString ID="Description"/>
<ReportString ID="HeaderExpandLabel"/>
<ReportString ID="HeaderProgramLabel"/>
<ReportString ID="HeaderOwnerLabel"/>
<ReportString ID="HeaderReportDateLabel"/>
<ReportString ID="HeaderReportUserLabel"/>
<ReportString ID="HeaderDateRangeLabel"/>
<ReportString ID="Format.DateRange"/>
<ReportString ID="ColumnIDLabel"/>
<ReportString ID="ColumnTitleLabel"/>
<ReportString ID="ColumnCAsPassingLabel"/>
<ReportString ID="ColumnCAsFailingLabel"/>
<ReportString ID="ColumnCAsUnknownLabel"/>
<ReportString ID="ColumnActiveRisksLabel"/>
<ReportString ID="ColumnActiveIncidentsLabel"/>
<ReportString ID="ColumnOwnerLabel"/>
<ReportString ID="ColumnStatusLabel"/>
<ReportString ID="ColumnCOHealthLabel"/>
</ReportStrings>
</Report>