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

In This Topic
    MultiFile Property
    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 System.Boolean
    public System.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