UseCustomPolygonTemplate 屬性
Indicates whether the MapPolygonTemplate property will be applied to the map polygon.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property UseCustomPolygonTemplate As ReportExpression(Of Boolean)
Get
Set
'用途
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>)
屬性值
型別:Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Boolean> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.