Enum Layout
Specifies the label layouts in a report items.
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public enum Layout
Fields
Name | Description |
---|---|
AutoTable | The labels are automatically arranged to fit. |
Column | The labels are arranged in a column. |
Row | The labels are arranged in a row. |
TallTable | The labels are arranged in a tall table. |
WideTable | The labels are arranged in a wide table. |