Udostępnij przez


Właściwość MapPointLayer.MapPointTemplate

Pobiera szablon stosowane dla punktów w warstwie punkt mapy.

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

Składnia

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

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