Partager via


Propriété UseCustomCenterPointTemplate

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property UseCustomCenterPointTemplate As ReportBoolProperty
    Get
'Utilisation
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