Map.MaximumSpatialElementCount Property
Gets the maximum number of spatial elements allowed in the map.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MaximumSpatialElementCount As Integer
Get
'Usage
Dim instance As Map
Dim value As Integer
value = instance.MaximumSpatialElementCount
public int MaximumSpatialElementCount { get; }
public:
property int MaximumSpatialElementCount {
int get ();
}
member MaximumSpatialElementCount : int
function get MaximumSpatialElementCount () : int
Property Value
Type: System.Int32
An integer value.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace