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