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

In This Topic
    TableBased Property
    In This Topic
    Gets or sets a value indicating whether to create table-based HTML (see C1.C1Report.FileFormatEnum.HTMLTableBased).

    If this property is true, Paged and DrillDown are ignored.

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