ComponentOne Reports for WPF
C1.C1Report Namespace / HtmlFilter Class / IsPaged Method

In This Topic
    IsPaged Method (HtmlFilter)
    In This Topic
    Determines whether this filter generates single or multi-page reports.
    Syntax
    'Declaration
     
    Public Overrides Function IsPaged() As Boolean
    public override bool IsPaged()

    Return Value

    True if report is paged.
    Remarks

    When generating paged reports, the component calls the filter's HtmlFilter.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.

    See Also