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

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

    Return Value

    True if report is paged.
    Remarks

    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.

    See Also