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 a set of rules to be applied to the map polygon center point in the parent layer.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapCenterPointRules As MapPointRules
Get
'Usage
Dim instance As MapPolygonLayer
Dim value As MapPointRules
value = instance.MapCenterPointRules
public MapPointRules MapCenterPointRules { get; }
public:
property MapPointRules^ MapCenterPointRules {
MapPointRules^ get ();
}
member MapCenterPointRules : MapPointRules
function get MapCenterPointRules () : MapPointRules
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.MapPointRules
A MapPointRules object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace