Proprietà Map.MaximumTotalPointCount

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property MaximumTotalPointCount As Integer 
    Get 
    Set
'Utilizzo
Dim instance As Map 
Dim value As Integer 

value = instance.MaximumTotalPointCount

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

Valore proprietà

Tipo: System.Int32
The maximum total number of map points in all spatial elements allowed in a map.

Vedere anche

Riferimento

Map Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel