Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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