次の方法で共有


MapColorScale.LabelPlacement プロパティ

マップ カラー スケールのラベル配置を取得します。

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

構文

'宣言
Public ReadOnly Property LabelPlacement As ReportEnumProperty(Of MapLabelPlacement)
    Get
'使用
Dim instance As MapColorScale 
Dim value As ReportEnumProperty(Of MapLabelPlacement)

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

プロパティ値

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

関連項目

参照

MapColorScale クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間