次の方法で共有


MapColorScaleInstance.LabelPlacement プロパティ

MapColorScale クラスの LabelPlacement プロパティの計算値を取得します。

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

構文

'宣言
Public ReadOnly Property LabelPlacement As MapLabelPlacement 
    Get
'使用
Dim instance As MapColorScaleInstance 
Dim value As MapLabelPlacement 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.MapLabelPlacement
LabelPlacement プロパティの計算値を表す MapLabelPlacement 値。

関連項目

参照

MapColorScaleInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間