Udostępnij przez


Właściwość MapPolygonLayer.MapCenterPointTemplate

Pobiera szablon dla punktu środkowego wielokąt, stosowane do punktów w warstwie mapy.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property MapCenterPointTemplate As MapPointTemplate
    Get
'Użycie
Dim instance As MapPolygonLayer
Dim value As MapPointTemplate

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