Problem Details

ServiceManager.Report.ProblemManagement.ProblemDetail (Report)


This report provides detailed information about a specific problem.

Element properties:

AccessibilityPublic
VisibleTrue

Report Localization:

R.ReportNameProblem Details
R.ReportDescriptionLabelExpand this section to see a full description of this report and any applicable filter criteria
R.ReportDescriptionThis report provides detailed information about a specific problem.
R.ReportGeneratedLabelReport generated
R.ResolvedResolved
R.ProblemStatusStatus
R.CreatedCreated Date
R.ProblemIdID
R.ProblemInformationProblem Information
T.ProblemTitleTitle:
T.DescriptionDescription:
T.ProblemAssignedToAssigned To:
T.SourceSource:
T.CategoryCategory:
T.PriorityPriority:
T.ImpactImpact:
T.UrgencyUrgency:
R.AffectedServicesAffected Services
T.IdID
T.TypeType
T.NameName
T.StatusStatus
T.OwnerOwner
R.NoDataAffectedServicesMessageNo affected services were found for the selected problem.
R.AffectedConfigurationItemsAffected Configuration Items
R.NoDataAffectedConfigurationItemsNo affected configuration items were found for the selected problem.
R.ResolutionResolution
T.ErrorDescriptionError description:
T.WorkaroundsWorkarounds:
T.ReviewNotesReview notes:
T.ResolutionCategoryResolution Category:
T.ResolutionDescriptionResolution Description:
R.RelatedWorkItemsRelated Work Items
T.TitleTitle
T.AssignedToAssigned To
T.LastModifiedLast Modified
R.NoDataRelatedWorkItemsNo related work items were found for the selected problem.
R.RelatedConfigurationItemsRelated Configuration Items
R.NoDataRelatedConfigurationItemsNo related configuration items were found for the selected problem.

Source Code:

<Report ID="ServiceManager.Report.ProblemManagement.ProblemDetail" Accessibility="Public" Target="Problem!System.WorkItem.Problem" Visible="true">
<Dependencies>
<Dimension>DWBase!UserDim</Dimension>
<Dimension>ProblemDW!ProblemDim</Dimension>
<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="ProblemDimKey">
<Prompt>ServiceManager.ProblemManagement.Report.Library!ReportParameter.SelectProblem</Prompt>
</ReportParameter>
</ReportParameters>
<Properties>
<Property name="IsSingleSelect">
<Value>True</Value>
</Property>
<Property name="DimensionTypeName">
<Value>ProblemDim</Value>
</Property>
<Property name="DimensionTypeMPName">
<Value>ServiceManager.ProblemManagement.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.ProblemManagement.Report.Library!ReportParameter.IncludeDeleted</Prompt>
</ReportParameter>
</ReportParameters>
</Control>
</Controls>
</ParameterBlock>
<ReportDefinition>ServiceManager.Report.ProblemManagement.ProblemDetail.ReportRdl</ReportDefinition>
<ReportStrings>
<ReportString ID="R.ReportName"/>
<ReportString ID="R.ReportDescriptionLabel"/>
<ReportString ID="R.ReportDescription"/>
<ReportString ID="R.ReportGeneratedLabel"/>
<ReportString ID="R.Resolved"/>
<ReportString ID="R.ProblemStatus"/>
<ReportString ID="R.Created"/>
<ReportString ID="R.ProblemId"/>
<ReportString ID="R.ProblemInformation"/>
<ReportString ID="T.ProblemTitle"/>
<ReportString ID="T.Description"/>
<ReportString ID="T.ProblemAssignedTo"/>
<ReportString ID="T.Source"/>
<ReportString ID="T.Category"/>
<ReportString ID="T.Priority"/>
<ReportString ID="T.Impact"/>
<ReportString ID="T.Urgency"/>
<ReportString ID="R.AffectedServices"/>
<ReportString ID="T.Id"/>
<ReportString ID="T.Type"/>
<ReportString ID="T.Name"/>
<ReportString ID="T.Status"/>
<ReportString ID="T.Owner"/>
<ReportString ID="R.NoDataAffectedServicesMessage"/>
<ReportString ID="R.AffectedConfigurationItems"/>
<ReportString ID="R.NoDataAffectedConfigurationItems"/>
<ReportString ID="R.Resolution"/>
<ReportString ID="T.ErrorDescription"/>
<ReportString ID="T.Workarounds"/>
<ReportString ID="T.ReviewNotes"/>
<ReportString ID="T.ResolutionCategory"/>
<ReportString ID="T.ResolutionDescription"/>
<ReportString ID="R.RelatedWorkItems"/>
<ReportString ID="T.Title"/>
<ReportString ID="T.AssignedTo"/>
<ReportString ID="T.LastModified"/>
<ReportString ID="R.NoDataRelatedWorkItems"/>
<ReportString ID="R.RelatedConfigurationItems"/>
<ReportString ID="R.NoDataRelatedConfigurationItems"/>
</ReportStrings>
</Report>