The PivotTableCsvWriter type exposes the following members.
Properties
Name | Description | |
---|---|---|
CsvDelimiter | ||
FormatDimensionLabel |
Gets or sets custom formatting handler for dimension labels.
| |
FormatKey |
Gets or sets custom formatting handler for table row/column labels (key,dimension)->(label).
| |
FormatMeasureHeader |
Gets or sets custom formatting handler for measure headers (applicable only if several measures are used)
| |
FormatValue |
Gets or sets custom formatting handler for table cell values (measure,measure index)->(value)
| |
GrandTotal |
Include grand totals value into resulting pivot table (true by default).
(Inherited from PivotTableWriterBase.) | |
RenderRowHeaderColumn | ||
TotalsColumn |
Include totals column into resulting pivot table (true by default).
(Inherited from PivotTableWriterBase.) | |
TotalsColumnHeaderText |
Gets or sets title text for totals column header (Totals by default).
(Inherited from PivotTableWriterBase.) | |
TotalsColumnPosition |
Determins totals column position (first column or last column).
(Inherited from PivotTableWriterBase.) | |
TotalsRow |
Include totals row into resulting pivot table (true by default).
(Inherited from PivotTableWriterBase.) | |
TotalsRowHeaderText |
Gets or sets title text for totals row header (Totals by default).
(Inherited from PivotTableWriterBase.) | |
TotalsRowPosition |
Determins totals row position (first row or last row).
(Inherited from PivotTableWriterBase.) |
See Also