Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / HtmlExporter Class / PagePerFile Property

In This Topic
    PagePerFile Property (HtmlExporter)
    In This Topic
    Gets or sets a value indicating whether to export each page of the document into a separate file.
    Syntax
    'Declaration
     
    Public Property PagePerFile As Boolean
    public bool PagePerFile {get; set;}
    See Also