Propriété MapPointTemplate
Gets a custom template to be applied to the map point.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property MapPointTemplate As MapPointTemplate
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapPointTemplate
A MapPointTemplate object.
Voir aussi