ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / TextFilter Class / Paged Property

In This Topic
    Paged Property (TextFilter)
    In This Topic
    Gets or sets a value indicating 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 System.Boolean
    public System.bool Paged {get; set;}
    See Also