[]
type TablixSettings = object;
optional autoFillCorner: boolean;
Specifies whether Tablix Corner Cell needs to be auto-filled when a field is dropped to Tablix Row Group Cell.
For example, if ProductName field is dropped to Row Group Cell, Product Name value is set to Corner Cell
Example: Example: GrapeCity.ActiveReports.Designer.create('#ar-web-designer', { rdlx: { reportItemsFeatures: { tablix: } } }); **
true
optional canUseWizard: boolean;
Specifies whether Tablix Wizard is available for creating/editing Tablix
Example: Example: GrapeCity.ActiveReports.Designer.create('#ar-web-designer', { rdlx: { reportItemsFeatures: { tablix: } } }); **
true
optional crossAggregates: boolean;
Specifies whether Tablix Wizard should hide cross-aggregates functionality
Example: GrapeCity.ActiveReports.Designer.create('#ar-web-designer', { rdlx: { reportItemsFeatures: { tablix: } } }); **
true
optional hideFrozenRowsColumns: boolean;
Specifies whether Hide FrozenRows/FrozenColumns properties from PropertyGrid and TablixWizard
Example: Example: GrapeCity.ActiveReports.Designer.create('#ar-web-designer', { rdlx: { reportItemsFeatures: { tablix: } } }); **
false