Placement 속성
Determines where the range should be placed relative to the scale.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
Public ReadOnly Property Placement As ReportEnumProperty(Of ScaleRangePlacements)
Get
‘사용 방법
Dim instance As ScaleRange
Dim value As ReportEnumProperty(Of ScaleRangePlacements)
value = instance.Placement
public ReportEnumProperty<ScaleRangePlacements> Placement { get; }
public:
property ReportEnumProperty<ScaleRangePlacements>^ Placement {
ReportEnumProperty<ScaleRangePlacements>^ get ();
}
member Placement : ReportEnumProperty<ScaleRangePlacements>
function get Placement () : ReportEnumProperty<ScaleRangePlacements>
속성 값
형식: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'ScaleRangePlacements> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.