TotalCount プロパティ

レポート内のページの合計数を取得または設定します。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Property TotalCount As Integer
    Get
    Set
'使用
Dim instance As PageCollection
Dim value As Integer

value = instance.TotalCount

instance.TotalCount = value
public int TotalCount { get; set; }
public:
property int TotalCount {
    int get ();
    void set (int value);
}
member TotalCount : int with get, set
function get TotalCount () : int
function set TotalCount (value : int)

プロパティ値

型: System. . :: . .Int32
レポート内のページの合計数を示す integer です。