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

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > HtmlFilter クラス : IsPaged メソッド
Determines whether this filter generates single or multi-page reports.
シンタックス
'宣言
 
Public Overrides Function IsPaged() As System.Boolean
public override 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.

参照

HtmlFilter クラス
HtmlFilter メンバ