Review Activity Details

ServiceManager.Report.ActivityManagement.ReviewActivityDetail (Report)


This report provides detailed information about a specific review activity including the title, description, status, reviewers, approval condition and more.

Element properties:

AccessibilityPublic
VisibleTrue

Report Localization:

ReportNameReview Activity Details
ReportDescriptionLabelExpand this section to see a full description of this report.
ReportDescription
This report provides detailed information about a specific review activity including the title, description, status, reviewers, approval condition and more.
ReportGeneratedLabelReport generated
CreatedCreated Date
ActivityIdID
GeneralInformationGeneral information
TitleTitle:
DescriptionDescription:
CreatedOnCreated Date:
AssignedToAssigned to:
AreaArea:
StageStage:
ApprovalConditionApproval Condition:
ApprovalThresholdApproval Threshold:
PriorityPriority:
StatusStatus:
TypeType:
NotesNotes:
ReviewersReviewers
ReviewerReviewer
HasVetoHas Veto
MustVoteMust Vote
DecisionDecision
DecisionDateDecision Date
VotedByVoted By
ParentWorkItemParent Work Item
NoReviewersMessageNo reviewers were found for this activity
Format.PageFormat{0} of {1}

Source Code:

<Report ID="ServiceManager.Report.ActivityManagement.ReviewActivityDetail" Accessibility="Public" Target="Activity!System.WorkItem.Activity.ReviewActivity" Visible="true">
<Dependencies>
<Dimension>DWBase!UserDim</Dimension>
<Dimension>ActivityDW!ReviewerDim</Dimension>
<Dimension>ActivityDW!ActivityDim</Dimension>
<DataWarehouseScript>ServiceManager.Report.ActivityManagement.SP.GetReviewActivityDetails.Script</DataWarehouseScript>
<ReportResource>SMReportCommon!Report_Header_Potrait.png</ReportResource>
<ReportResource>SMReportCommon!Report_Header_Landscape.png</ReportResource>
<ReportResource>SMReportCommon!horizontal_line_gradient.png</ReportResource>
</Dependencies>
<ParameterBlock xmlns="http://schemas.microsoft.com/mom/reporting/2007/ReportParameterSettings" columns="2">
<Controls>
<Control rowSpan="1" columnSpan="1" type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.DimensionInstancePickerValueParameterEditor">
<ReportParameters>
<ReportParameter name="ActivityDimKey">
<Prompt>ServiceManager.ActivityManagement.Report.Library!ReportParameter.SelectReviewActivity</Prompt>
</ReportParameter>
</ReportParameters>
<Properties>
<Property name="IsSingleSelect">
<Value>True</Value>
</Property>
<Property name="DimensionTypeName">
<Value>ActivityDim</Value>
</Property>
<Property name="DimensionTypeMPName">
<Value>ServiceManager.ActivityManagement.Library.Datawarehouse</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.BoooleanValueParameterEditor">
<ReportParameters>
<ReportParameter name="IncludeDeleted">
<Prompt>ServiceManager.ActivityManagement.Report.Library!ReportParameter.IncludeDeleted</Prompt>
</ReportParameter>
</ReportParameters>
</Control>
</Controls>
</ParameterBlock>
<ReportDefinition>ServiceManager.Report.ActivityManagement.ReviewActivityDetail.ReportRdl</ReportDefinition>
<ReportStrings>
<ReportString ID="ReportName"/>
<ReportString ID="ReportDescriptionLabel"/>
<ReportString ID="ReportDescription"/>
<ReportString ID="ReportGeneratedLabel"/>
<ReportString ID="Created"/>
<ReportString ID="ActivityId"/>
<ReportString ID="GeneralInformation"/>
<ReportString ID="Title"/>
<ReportString ID="Description"/>
<ReportString ID="CreatedOn"/>
<ReportString ID="AssignedTo"/>
<ReportString ID="Area"/>
<ReportString ID="Stage"/>
<ReportString ID="ApprovalCondition"/>
<ReportString ID="ApprovalThreshold"/>
<ReportString ID="Priority"/>
<ReportString ID="Status"/>
<ReportString ID="Type"/>
<ReportString ID="Notes"/>
<ReportString ID="Reviewers"/>
<ReportString ID="Reviewer"/>
<ReportString ID="HasVeto"/>
<ReportString ID="MustVote"/>
<ReportString ID="Decision"/>
<ReportString ID="DecisionDate"/>
<ReportString ID="VotedBy"/>
<ReportString ID="ParentWorkItem"/>
<ReportString ID="NoReviewersMessage"/>
<ReportString ID="Format.PageFormat"/>
<ReportString ID="SelectReviewActivity"/>
</ReportStrings>
</Report>