Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the maximum number of spatial elements allowed in the map.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MaximumSpatialElementCount As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
The maximum number of spatial elements allowed in the map.