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

In This Topic
    Paged Property (C1ReportHtmlExporter)
    In This Topic
    Gets or sets a value indicating whether to create paged HTML (see C1.C1Report.FileFormatEnum.HTMLPaged).

    If both this and DrillDown are true, this property takes precedence.

    Syntax
    'Declaration
     
    Public Property Paged As Boolean
    public bool Paged {get; set;}
    See Also