Partager via


Propriété MapPolygonLayer.MapCenterPointRules

Gets or sets a set of rules to be applied to the map polygon center point 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 MapCenterPointRules As MapPointRules 
    Get 
    Set
'Utilisation
Dim instance As MapPolygonLayer 
Dim value As MapPointRules 

value = instance.MapCenterPointRules

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

Valeur de propriété

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

Voir aussi

Référence

MapPolygonLayer Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel