Writers can convert IPivotTable instance to HTML, CSV, JSON, Excel or DataTable. IPivotData contents can be exported to file or DataSet with star schema.
Classes
| Class | Description | |
|---|---|---|
| CubeFileWriter |
Implements writer component that saves PivotData (both configuration
and aggregated values) into pair of two files (.cfg and .dat)
| |
| DataSetStarSchemaWriter |
Exports PivotData to DataSet with star schema.
| |
| DataSetStarSchemaWriterMappingResult | ||
| PivotTableCsvWriter |
Renders pivot table report into CSV format.
| |
| PivotTableDataTableWriter |
Exports pivot table model to ADO.NET DataTable.
| |
| PivotTableExcelWriter |
Renders pivot table report into Excel format (XLSX).
| |
| PivotTableHtmlWriter |
Renders pivot table report into HTML format.
| |
| PivotTableHtmlWriterKeyCellContext |
Represents rendering context for the dimension key (label) cell.
| |
| PivotTableHtmlWriterRenderContext | ||
| PivotTableHtmlWriterValueCellContext |
Represents rendering context for the value cell.
| |
| PivotTableJsonWriter |
Serializes pivot table data to JSON string.
| |
| PivotTableWriterBase |
Base class for Pivot Table writers with common rendering options.
|
Structures
| Structure | Description | |
|---|---|---|
| PivotTableExcelWriterBorderContext |
Enumerations
| Enumeration | Description | |
|---|---|---|
| PivotTableHtmlWriterRenderDimensionLabelType | ||
| PivotTableTotalsPosition | ||
| RepeatDimensionKeyType |