[]
Represents the features for tablix items.
public class Tablix
The Tablix class provides properties to configure the features for tablix items, such as hiding cross-aggregates functionality, auto-filling corner cells, and visibility of frozen rows and columns.
| Name | Description |
|---|---|
| Tablix() |
| Name | Description |
|---|---|
| AutoFillCorner | Gets or sets a value indicating whether the Tablix Corner Cell needs to be auto-filled when a field is dropped to the Tablix Row Group Cell. |
| CanUseWizard | Gets or sets a value indicating whether the Tablix Wizard is available for creating/editing Tablix. |
| CrossAggregates | Gets or sets a value indicating whether the Tablix Wizard should hide cross-aggregates functionality. |
| HideFrozenRowsColumns | Gets or sets a value indicating whether to hide FrozenRows/FrozenColumns properties from the PropertyGrid and TablixWizard. |