Control Activity Score Report

ServiceManager.Report.Compliance.ControlManagement.CAScoreReport (Report)

Element properties:

AccessibilityPublic
VisibleTrue

Report Localization:

TitleControl Activity Score Report
HeaderExpandLabelExpand this section to see a full description of this report.
DescriptionThe report shows a list of control activities and their corresponding scores.
HeaderProgramLabelProgram
HeaderOwnerLabelOwner
HeaderReportDateLabelReport Generated
HeaderReportUserLabelReport Generated By
HeaderLastScoreLabelLast Score
HeaderDateRangeLabelStart/End Date of Report
Format.DateRangeFrom {0} to {1}
ColumnIDLabelID
ColumnTitleLabelTitle
ColumnCAScoreLabelLast Score
ColumnCompliantResultsLabelCompliant Results
ColumnNonCompliantResultsLabelNon-Compliant Results
ColumnErrorResultsLabelError Results
ColumnUnknownResultsLabelUnknown Results
ColumnLastResultDateLabelLast Result Date
ColumnOwnerLabelOwner

Source Code:

<Report ID="ServiceManager.Report.Compliance.ControlManagement.CAScoreReport" Accessibility="Public" Target="Compliance!System.Compliance.ControlActivity" Visible="true">
<Dependencies>
<Dimension>DWBase!UserDim</Dimension>
<Dimension>ComplianceDW!ControlActivityDim</Dimension>
<Dimension>ComplianceDW!ProgramDim</Dimension>
<DataWarehouseScript>ServiceManager.Report.Compliance.ControlManagement.SP.GetCAListWithScores.Script</DataWarehouseScript>
<DataWarehouseScript>ServiceManager.Report.Compliance.ControlManagement.UDF.ufnGetMERResultCount.Script</DataWarehouseScript>
<DataWarehouseScript>ServiceManager.Report.Compliance.ControlManagement.UDF.ufnGetMerLastResult.Script</DataWarehouseScript>
<DataWarehouseScript>ServiceManager.Report.Compliance.ControlManagement.UDF.ufnGetManualCALastResult.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.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>
<Control rowSpan="1" columnSpan="1" type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.OutriggerPickerValueParameterEditor">
<ReportParameters>
<ReportParameter name="LastResult">
<Prompt>ServiceManager.ControlManagement.Report.Library!ReportParameter.Result</Prompt>
</ReportParameter>
</ReportParameters>
<Properties>
<Property name="MinHeight">
<Value>40</Value>
</Property>
<Property name="MinWidth">
<Value>100</Value>
</Property>
<Property name="OutriggerTypeName">
<Value>MERResult</Value>
</Property>
<Property name="OutriggerTypeMPName">
<Value>ServiceManager.Compliance.Library.Datawarehouse</Value>
</Property>
<Property name="OutriggerSelectAllValue">
<Value>-1</Value>
</Property>
</Properties>
</Control>
<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.RelativeDatePickerValueEditor">
<ReportParameters>
<ReportParameter name="ResultTimeZone" binding="TimeZone">
<Prompt>ServiceManager.ControlManagement.Report.Library!ReportParameter.TimeZone</Prompt>
</ReportParameter>
<ReportParameter name="ResultTimeZoneName" binding="TimeZoneName"/>
<ReportParameter name="ResultStartDate_BaseType" binding="StartDate_BaseType"/>
<ReportParameter name="ResultStartDate_BaseValue" binding="StartDate_BaseValue">
<Prompt>ServiceManager.ControlManagement.Report.Library!ReportParameter.ResultStartDate</Prompt>
</ReportParameter>
<ReportParameter name="ResultStartDate_OffsetType" binding="StartDate_OffsetType"/>
<ReportParameter name="ResultStartDate_OffsetValue" binding="StartDate_OffsetValue"/>
<ReportParameter name="ResultEndDate_BaseType" binding="EndDate_BaseType"/>
<ReportParameter name="ResultEndDate_BaseValue" binding="EndDate_BaseValue">
<Prompt>ServiceManager.ControlManagement.Report.Library!ReportParameter.ResultEndDate</Prompt>
</ReportParameter>
<ReportParameter name="ResultEndDate_OffsetType" binding="EndDate_OffsetType"/>
<ReportParameter name="ResultEndDate_OffsetValue" binding="EndDate_OffsetValue"/>
</ReportParameters>
</Control>
</Controls>
</ParameterBlock>
<ReportDefinition>ServiceManager.Report.Compliance.ControlManagement.CAScore.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="HeaderLastScoreLabel"/>
<ReportString ID="HeaderDateRangeLabel"/>
<ReportString ID="Format.DateRange"/>
<ReportString ID="ColumnIDLabel"/>
<ReportString ID="ColumnTitleLabel"/>
<ReportString ID="ColumnCAScoreLabel"/>
<ReportString ID="ColumnCompliantResultsLabel"/>
<ReportString ID="ColumnNonCompliantResultsLabel"/>
<ReportString ID="ColumnErrorResultsLabel"/>
<ReportString ID="ColumnUnknownResultsLabel"/>
<ReportString ID="ColumnLastResultDateLabel"/>
<ReportString ID="ColumnOwnerLabel"/>
</ReportStrings>
</Report>