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