次の方法で共有


UseCustomCenterPointTemplate プロパティ

MapCenterPointTemplate プロパティがマップの多角形の中心点に適用されるかどうかを示します。

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

構文

'宣言
Public ReadOnly Property UseCustomCenterPointTemplate As ReportBoolProperty
    Get
'使用
Dim instance As MapPolygon
Dim value As ReportBoolProperty

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