다음을 통해 공유


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 네임스페이스