PageCollection.TotalCount プロパティ

定義

レポートの総ページ数を取得するか設定します。

public:
 property int TotalCount { int get(); void set(int value); };
public int TotalCount { get; set; }
member this.TotalCount : int with get, set
Public Property TotalCount As Integer

プロパティ値

報告書の総ページ数を示す integer

適用対象