Proprietà MapPolygonLayer.MapPolygonRules

Gets or sets a set of rules to be applied to the map polygons in the parent layer.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property MapPolygonRules As MapPolygonRules 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.MapPolygonRules
A MapPolygonRules object.

Vedere anche

Riferimento

MapPolygonLayer Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel