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.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property UseCustomPolygonTemplate As ReportExpression(Of Boolean)
Get
Set
'Usage
Dim instance As MapPolygon
Dim value As ReportExpression(Of Boolean)
value = instance.UseCustomPolygonTemplate
instance.UseCustomPolygonTemplate = value
public ReportExpression<bool> UseCustomPolygonTemplate { get; set; }
public:
property ReportExpression<bool> UseCustomPolygonTemplate {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member UseCustomPolygonTemplate : ReportExpression<bool> with get, set
function get UseCustomPolygonTemplate () : ReportExpression<boolean>
function set UseCustomPolygonTemplate (value : ReportExpression<boolean>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.