次の方法で共有


LabelPlacement プロパティ

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

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

構文

'宣言
Public ReadOnly Property LabelPlacement As MapPolygonLabelPlacement
    Get
'使用
Dim instance As MapPolygonTemplateInstance
Dim value As MapPolygonLabelPlacement

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