共用方式為


Map.MaximumTotalPointCount 屬性

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

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property MaximumTotalPointCount As Integer 
    Get 
    Set
'用途
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)

屬性值

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

請參閱

參考

Map 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間