Reports for WPF | ComponentOne
C1.C1Report Namespace / HtmlTableFilter Class / BreakPages Method
Name of the file to break up into pages.

In This Topic
    BreakPages Method (HtmlTableFilter)
    In This Topic
    Breaks up an HTML output file containing multiple pages into multiple files.
    Syntax
    'Declaration
     
    Protected Function BreakPages( _
       ByVal fileName As String _
    ) As Boolean
    protected bool BreakPages( 
       string fileName
    )

    Parameters

    fileName
    Name of the file to break up into pages.

    Return Value

    True if the file was broken up successfully.
    See Also