Compartilhar via


Propriedade do RDL MapPolygon.MapCenterPointTemplate

Gets a custom template that will be applied to the map polygon center point.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property MapCenterPointTemplate As MapPointTemplate 
    Get
'Uso
Dim instance As MapPolygon 
Dim value As MapPointTemplate 

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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapPointTemplate
A MapPointTemplate object.

Consulte também

Referência

MapPolygon Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering