Partager via


Propriété MapPolygonTemplate

Gets a polygon template to be applied for polygons in the parent map layer.

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 MapPolygonLayer
Dim value As MapPolygonTemplate

value = instance.MapPolygonTemplate
public MapPolygonTemplate MapPolygonTemplate { get; }
public:
property MapPolygonTemplate^ MapPolygonTemplate {
    MapPolygonTemplate^ get ();
}
member MapPolygonTemplate : MapPolygonTemplate
function get MapPolygonTemplate () : MapPolygonTemplate