次の方法で共有


MapCenterPointTemplate プロパティ

親マップ レイヤーの点に適用する多角形の中心点のテンプレートを取得します。

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

構文

'宣言
Public ReadOnly Property MapCenterPointTemplate As MapPointTemplate
    Get
'使用
Dim instance As MapPolygonLayer
Dim value As MapPointTemplate

value = instance.MapCenterPointTemplate
public MapPointTemplate MapCenterPointTemplate { get; }
public:
property MapPointTemplate^ MapCenterPointTemplate {
    MapPointTemplate^ get ();
}
member MapCenterPointTemplate : MapPointTemplate
function get MapCenterPointTemplate () : MapPointTemplate