Freigeben über


MapPolygonLayer.MapCenterPointRules-Eigenschaft

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 (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property MapCenterPointRules As MapPointRules 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

MapPolygonLayer Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace