ComponentOne Reports for WPF
C1.C1Report Namespace / HtmlFilter Class / MultiFile Property

In This Topic
    MultiFile Property (HtmlFilter)
    In This Topic
    Specifies whether the built-in HTML filter should break paged reports into multiple HTML files (one per page).
    Syntax
    'Declaration
     
    Public Property MultiFile As Boolean
    public bool MultiFile {get; set;}
    Remarks
    Set this property to false to create a single HTML file containing all pages, with <BR> elements at the page breaks.
    See Also