Partager via


Propriété MapPolygonLayer.MapPolygonRules

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property MapPolygonRules As MapPolygonRules 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

MapPolygonLayer Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel