[]
        
(Showing Draft Content)

TablixSettings

Type Alias: TablixSettings

type TablixSettings = object;

Properties

autoFillCorner?

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: } } }); **

Default

true

canUseWizard?

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: } } }); **

Default

true

crossAggregates?

optional crossAggregates: boolean;

Specifies whether Tablix Wizard should hide cross-aggregates functionality

Example: GrapeCity.ActiveReports.Designer.create('#ar-web-designer', { rdlx: { reportItemsFeatures: { tablix: } } }); **

Default

true

hideFrozenRowsColumns?

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: } } }); **

Default

false