AutoComplete for ASP.NET Web Forms
GetPageCount メソッド

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス : GetPageCount メソッド
Gets the total number of pages in the generated report. Use this method rather than Count on the PageImages collection as accessing that property creates images for all pages at once and thus can exhaust system resources.
シンタックス
'宣言
 
Public Function GetPageCount() As System.Integer
public System.int GetPageCount()

戻り値の型

The total page count.
解説
You must call the Render method to create or refresh the pages.
参照

C1Report クラス
C1Report メンバ
GetPageImage メソッド
GetPageImages メソッド