次の方法で共有


MapPointTemplateInstance.LabelPlacement プロパティ

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

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

構文

'宣言
Public ReadOnly Property LabelPlacement As MapPointLabelPlacement 
    Get
'使用
Dim instance As MapPointTemplateInstance 
Dim value As MapPointLabelPlacement 

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

プロパティ値

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

関連項目

参照

MapPointTemplateInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間