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.
|
![]() | DataSetStarSchemaWriter.MappingResult | |
![]() | 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.
|
![]() | PivotTableHtmlWriter.KeyCellContext |
Represents rendering context for the dimension key (label) cell.
|
![]() | PivotTableHtmlWriter.RenderContext | |
![]() | PivotTableHtmlWriter.ValueCellContext |
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 | |
---|---|---|
![]() | PivotTableExcelWriter.BorderContext |
Enumerations
Enumeration | Description | |
---|---|---|
![]() | PivotTableHtmlWriter.RenderDimensionLabelType | |
![]() | PivotTableTotalsPosition | |
![]() | RepeatDimensionKeyType |