[]
type TableSettings = object;
optional autoFillFooter: boolean;
Specifies whether Table Footer needs to be auto-filled when a field is dropped to Table Details.
For example, if ProductName field is dropped to Details, =Count([ProductName]) value is set to Footer
Example:
designerSettings.rdlx.reportItemsFeatures.table.autoFillFooter = true;
false
optional autoFillHeader: boolean;
Specifies whether Table Header needs to be auto-filled when a field is dropped to Table Details.
For example, if ProductName field is dropped to Details, Product Name value is set to Header
Example:
designerSettings.rdlx.reportItemsFeatures.table.autoFillHeader = false;
true
optional canMergeCellsVertically: boolean;
Specifies whether vertical merge of cells is enabled within Table Header, Details and Footer
Example:
designerSettings.rdlx.reportItemsFeatures.table.canMergeCellsVertically = false;
true
optional hideFrozenRowsColumns: boolean;
Specifies whether Hide FrozenRows/FrozenColumns properties from PropertyGrid
Example:
designerOptions.rdlx.reportItemsFeatures.table.hideFrozenRowsColumns = true;
false
optional preventOrphanedHeader: object;
Specifies whether show PreventOrphanedHeader property in PropertyGrid for table and table group
Example:
designerOptions.rdlx.reportItemsFeatures.table.preventOrphanedHeader.enabled = true;
enabled: boolean;
false