MapPolygon.MapPolygonTemplate Property

Gets a custom template that will be applied to the map polygon.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property MapPolygonTemplate As MapPolygonTemplate
    Get
'Usage
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