MapPoint.MapPointTemplate-Eigenschaft
Gets a custom template to be applied to the map point.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapPointTemplate As MapPointTemplate
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.MapPointTemplate
A MapPointTemplate object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace