ComponentOne Reports for WPF
C1.C1Report Namespace / TextFilter Class / NewPage Method

In This Topic
    NewPage Method (TextFilter)
    In This Topic
    Called after each page break on paged reports (see the TextFilter.IsPaged property).
    Syntax
    'Declaration
     
    Public Overrides Sub NewPage() 
    public override void NewPage()
    See Also