Compartilhar via


Propriedade do RDL MapPolygonLayer.MapCenterPointRules

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 (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

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

Valor da propriedade

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

Consulte também

Referência

MapPolygonLayer Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering