Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the MapPolygonTemplate property 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 UseCustomPolygonTemplate As ReportBoolProperty
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace