Udostępnij przez


Właściwość MapPolygon.UseCustomPolygonTemplate

Wskazuje, czy MapPolygonTemplate właściwość zostaną zastosowane do mapy wielokąta.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property UseCustomPolygonTemplate As ReportExpression(Of Boolean)
    Get
    Set
'Użycie
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>)