Sdílet prostřednictvím


Map.MaximumTotalPointCount Property

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property MaximumTotalPointCount As Integer 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

Map Class

Microsoft.ReportingServices.RdlObjectModel Namespace