次の方法で共有


CustomLabel.Placement プロパティ

スケールに対するラベルの相対位置に評価される式を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Placement As ReportEnumProperty(Of GaugeLabelPlacements)
    Get
'使用
Dim instance As CustomLabel 
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>

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeLabelPlacements>
ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

CustomLabel クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間