Partilhar via


Propriedade do RDL Map.MaximumTotalPointCount

Gets the maximum total number of map points in all spatial elements allowed in a map.

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

Sintaxe

'Declaração
Public ReadOnly Property MaximumTotalPointCount As Integer 
    Get
'Uso
Dim instance As Map 
Dim value As Integer 

value = instance.MaximumTotalPointCount
public int MaximumTotalPointCount { get; }
public:
property int MaximumTotalPointCount {
    int get ();
}
member MaximumTotalPointCount : int
function get MaximumTotalPointCount () : int

Valor da propriedade

Tipo: System.Int32
An integer value.

Consulte também

Referência

Map Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering