Свойство MaximumSpatialElementCount

Gets or sets the maximum number of spatial elements allowed in the map.

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

Синтаксис

'Декларация
Public Property MaximumSpatialElementCount As Integer
    Get
    Set
'Применение
Dim instance As Map
Dim value As Integer

value = instance.MaximumSpatialElementCount

instance.MaximumSpatialElementCount = value
public int MaximumSpatialElementCount { get; set; }
public:
property int MaximumSpatialElementCount {
    int get ();
    void set (int value);
}
member MaximumSpatialElementCount : int with get, set
function get MaximumSpatialElementCount () : int
function set MaximumSpatialElementCount (value : int)

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

Тип: System. . :: . .Int32
An integer value.