Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.