Compartilhar via


Propriedade do RDL Map.MaximumSpatialElementCount

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property MaximumSpatialElementCount As Integer 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Int32
An integer value.

Consulte também

Referência

Map Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering