The PerpetuumSoft.Reporting.DOM.Olap namespace contains classes which are used to build pivot tables in a report.
Classes
| Class | Description | |
|---|---|---|
| CalculateFieldsEventArgs | Provides data for the Pivot table calculate event. | |
| CellCreatingEventArgs | Provides data for the pivot table CellCreating event. | |
| CellCreatingEventArgs..::.ItemInfo | Represents information about pivot table item. | |
| PivotFilterEventArgs | Represents data for the PivotFilter event. | |
| PivotTable | Provides report element for building a pivot table. | |
| PivotTableStyles | Represents styles for pivot table. |
Delegates
| Delegate | Description | |
|---|---|---|
| CalculateFieldsEventHandler | Represents the method that calculates values of the pivot table fields. | |
| CellCreatingEventHandler | Represents the method that is called before cell creating. | |
| PivotFilterEventHandler | Represents the method that calculates a condition for pivot table filtering. |
Enumerations
| Enumeration | Description | |
|---|---|---|
| CellCreatingEventArgs..::.CellType | Represents pivot table cell type. | |
| PivotTable..::.AutoRowHeightMode | Represents modes of row heights alignment. |