Propriedade do RDL MapPolygon.UseCustomPolygonTemplate
Indicates whether the MapPolygonTemplate property will be applied to the map polygon.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property UseCustomPolygonTemplate As ReportBoolProperty
Get
'Uso
Dim instance As MapPolygon
Dim value As ReportBoolProperty
value = instance.UseCustomPolygonTemplate
public ReportBoolProperty UseCustomPolygonTemplate { get; }
public:
property ReportBoolProperty^ UseCustomPolygonTemplate {
ReportBoolProperty^ get ();
}
member UseCustomPolygonTemplate : ReportBoolProperty
function get UseCustomPolygonTemplate () : ReportBoolProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering