AutoComplete for ASP.NET Web Forms
IsPaged メソッド (ExportFilter)

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > ExportFilter クラス : IsPaged メソッド
Determines whether this filter generates single or multi-page reports.
シンタックス
'宣言
 
Public Overridable Function IsPaged() As System.Boolean
public virtual System.bool IsPaged()

戻り値の型

True if report is paged.
解説

When generating paged reports, the component calls the filter's NewPage method on page breaks and updates the value of the C1Report.Page property.

When generating non-paged (continuous) reports, only one long page is generated.

参照

ExportFilter クラス
ExportFilter メンバ