Skip to main content
A newer version of this page is available. .

ReportViewer.TableLayout Property

Determines whether to use the table or non-table layout in the displayed HTML document.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v19.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[SRCategory(ReportStringId.CatBehavior)]
[DefaultValue(true)]
public bool TableLayout { get; set; }

Property Value

Type Default Description
Boolean true

true, to use a table layout; otherwise, false.

See Also