수동 작업 세부 정보

ServiceManager.Report.ActivityManagement.ManualActivityDetail (Report)


이 보고서는 제목, 설명, 상태, 영향받는 컴퓨터 등 특정 수동 작업에 대한 자세한 정보를 제공합니다.

Element properties:

AccessibilityPublic
VisibleTrue

Report Localization:

ReportName수동 작업 세부 정보
ReportDescriptionLabel이 보고서에 대한 전체 설명을 보려면 이 섹션을 확장하십시오.
ReportDescription
이 보고서는 제목, 설명, 상태, 영향받는 컴퓨터 등 특정 수동 작업에 대한 자세한 정보를 제공합니다.
ReportGeneratedLabel생성된 보고서
Created만든 날짜
ActivityIdID
GeneralInformation일반 정보
Title제목:
Description설명:
CreatedOn만든 날짜:
AssignedTo할당 대상:
Area영역:
Stage단계:
ScheduledStart예약된 시작 날짜:
ScheduledEnd예약된 종료 날짜:
Priority우선 순위:
Status상태:
Type유형:
Notes메모:
ImpactedComputers영향을 받는 컴퓨터
T.IdID
T.Type유형
T.Name이름
T.Status상태
T.Owner소유자
NoCIsToChangeMessage이 작업에 대한 변경할 구성 항목을 찾지 못했습니다.
Format.PageFormat{0} / {1}

Source Code:

<Report ID="ServiceManager.Report.ActivityManagement.ManualActivityDetail" Accessibility="Public" Target="Activity!System.WorkItem.Activity.ManualActivity" Visible="true">
<Dependencies>
<Dimension>DWBase!UserDim</Dimension>
<Dimension>ActivityDW!ActivityDim</Dimension>
<DataWarehouseScript>ServiceManager.Report.ActivityManagement.SP.GetManualActivityDetails.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.SelectManualActivity</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.ManualActivityDetail.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="ScheduledStart"/>
<ReportString ID="ScheduledEnd"/>
<ReportString ID="Priority"/>
<ReportString ID="Status"/>
<ReportString ID="Type"/>
<ReportString ID="Notes"/>
<ReportString ID="ImpactedComputers"/>
<ReportString ID="T.Id"/>
<ReportString ID="T.Type"/>
<ReportString ID="T.Name"/>
<ReportString ID="T.Status"/>
<ReportString ID="T.Owner"/>
<ReportString ID="NoCIsToChangeMessage"/>
<ReportString ID="Format.PageFormat"/>
<ReportString ID="SelectManualActivity"/>
</ReportStrings>
</Report>