Propriété MapPolygonTemplate
Gets a custom template that will be applied to the map polygon.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property MapPolygonTemplate As MapPolygonTemplate
Get
'Utilisation
Dim instance As MapPolygon
Dim value As MapPolygonTemplate
value = instance.MapPolygonTemplate
public MapPolygonTemplate MapPolygonTemplate { get; }
public:
property MapPolygonTemplate^ MapPolygonTemplate {
MapPolygonTemplate^ get ();
}
member MapPolygonTemplate : MapPolygonTemplate
function get MapPolygonTemplate () : MapPolygonTemplate
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapPolygonTemplate
A MapPolygonTemplate object.
Voir aussi