Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.