次の方法で共有


Map.MaximumTotalPointCount プロパティ

マップで許可するすべての空間要素内のマップ ポイントの最大合計数を取得します。

名前空間:  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
integer 値です。

関連項目

参照

Map クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間