共用方式為


Map.MaximumTotalPointCount 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

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

屬性值

型別:System.Int32
An integer value.

請參閱

參考

Map 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間