Compartilhar via


Propriedade do RDL MapPointLayer.MapPointTemplate

Gets a template to be applied for points in the map point layer.

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

Sintaxe

'Declaração
Public ReadOnly Property MapPointTemplate As MapPointTemplate 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

MapPointLayer Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering