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> オブジェクト。