Condividi tramite


Proprietà MapPolygonInstance.UseCustomPolygonTemplate

Gets the calculated value of the UseCustomPolygonTemplate property in a MapPolygon class.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property UseCustomPolygonTemplate As Boolean 
    Get
'Utilizzo
Dim instance As MapPolygonInstance 
Dim value As Boolean 

value = instance.UseCustomPolygonTemplate
public bool UseCustomPolygonTemplate { get; }
public:
property bool UseCustomPolygonTemplate {
    bool get ();
}
member UseCustomPolygonTemplate : bool
function get UseCustomPolygonTemplate () : boolean

Valore proprietà

Tipo: System.Boolean
A Boolean value that represents the calculated value of the UseCustomPolygonTemplate property.

Vedere anche

Riferimento

MapPolygonInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering