다음을 통해 공유


Placement 속성

Gets an expression that evaluates to the placement of the label relative to the scale.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property Placement As ReportEnumProperty(Of GaugeLabelPlacements)
    Get
‘사용 방법
Dim instance As PinLabel
Dim value As ReportEnumProperty(Of GaugeLabelPlacements)

value = instance.Placement
public ReportEnumProperty<GaugeLabelPlacements> Placement { get; }
public:
property ReportEnumProperty<GaugeLabelPlacements>^ Placement {
    ReportEnumProperty<GaugeLabelPlacements>^ get ();
}
member Placement : ReportEnumProperty<GaugeLabelPlacements>
function get Placement () : ReportEnumProperty<GaugeLabelPlacements>