Свойство MapCenterPointRules

Gets or sets a set of rules to be applied to the map polygon center point in the parent layer.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property MapCenterPointRules As MapPointRules
    Get
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.ReportingServices.RdlObjectModel. . :: . .MapPointRules
A MapPointRules object.