AJE Components
ReportDataTabling TableLayouts EnumerationAJE Data Report Engine Help
Represents the Layout of the Data Table as either the Default Tabular or as a List.

Namespace: AJE.DataReportEngine
Assembly: AJE.DataReportEngine (in AJE.DataReportEngine.dll) Version: 4.0.8409.29839 (4.0.1.1)
Syntax

public enum TableLayouts
Members

  Member nameValueDescription
Tabular0 The Default for a Data Table is the standard Tabular Layout.
List1 The Data Table is a List Layout.
Remarks

See Also