Proprietà MapPolygonLayer.MapCenterPointRules

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

Valore proprietà

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

Vedere anche

Riferimento

MapPolygonLayer Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel