Enumerates the sizing modes of a RenderTable.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public enum TableSizingModeEnum |
| Visual Basic |
|---|
Public Enumeration TableSizingModeEnum |
Members
| Member name | Description | |
|---|---|---|
| Default | At table level, default is Auto for rows, and Fixed for columns; at row/column level, default inherits from the table. | |
| Fixed | Size (height for rows, width for columns) should be explicitly specified (if omitted, it is determined by the available space and row/column count). | |
| Auto | Size (height for rows, width for columns) is calculated automatically based on the content. |