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.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
[DefaultValue(true)]
[SRCategory(ReportStringId.CatBehavior)]
public bool TableLayout { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true, to use a table layout; otherwise, false. |
See Also