ComponentOne Reports for WPF
C1.C1Report Namespace / TextFilterClassic Class / Paged Property

In This Topic
    Paged Property (TextFilterClassic)
    In This Topic
    Specifies whether the filter should produce a continuous report or a report with page break characters and page header and footer sections.
    Syntax
    'Declaration
     
    Public Property Paged As Boolean
    public bool Paged {get; set;}
    See Also