Propriété MapCenterPointRules
Gets a set of rules to be applied to the map polygon center point in the parent layer.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property MapCenterPointRules As MapPointRules
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapPointRules
A MapPointRules object.
Voir aussi