MapPolygon.UseCustomCenterPointTemplate 属性

Indicates whether the MapCenterPointTemplate property will be applied to the map polygon center point.

命名空间:  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