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

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス : GetPageImages メソッド
Enumerates page images (represented by metafiles) of the generated report. Using this method in a "foreach" loop allows to iterate over all pages of a large report without exhausting system resources. This approach is preferable to PageImages property that creates images for all pages and can consume a large amount of resources.
シンタックス
'宣言
 
Public Function GetPageImages() As System.Collections.Generic.IEnumerable(Of Metafile)
public System.Collections.Generic.IEnumerable<Metafile> GetPageImages()

戻り値の型

An IEnumerable that allows to iterate over the page images.
解説
You must call the Render method to create or refresh the pages.
参照

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