Udostępnij przez


Właściwość MapPolygonLayer.MapPolygonRules

Pobiera lub ustawia zestaw reguł, które mają być stosowane do wielokątów mapy w warstwie nadrzędnej.

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

Składnia

'Deklaracja
Public Property MapPolygonRules As MapPolygonRules
    Get
    Set
'Użycie
Dim instance As MapPolygonLayer
Dim value As MapPolygonRules

value = instance.MapPolygonRules

instance.MapPolygonRules = value
public MapPolygonRules MapPolygonRules { get; set; }
public:
property MapPolygonRules^ MapPolygonRules {
    MapPolygonRules^ get ();
    void set (MapPolygonRules^ value);
}
member MapPolygonRules : MapPolygonRules with get, set
function get MapPolygonRules () : MapPolygonRules
function set MapPolygonRules (value : MapPolygonRules)