ComponentOne Reports for WPF
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, C1ReportHtmlExporter.Paged and C1ReportHtmlExporter.DrillDown are ignored.

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