Partilhar via


Propriedade do RDL MapPoint.MapPointTemplate

Gets a custom template to be applied to the map point.

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 MapPoint 
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

MapPoint Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering