Compartilhar via


Propriedade do RDL MapPolygonLayer.MapCenterPointRules

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property MapCenterPointRules As MapPointRules 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

MapPolygonLayer Classe

Namespace Microsoft.ReportingServices.RdlObjectModel