The PivotTableJsonWriter type exposes the following members.
Properties
Name | Description | |
---|---|---|
FormatDimensionLabel |
Gets or sets custom formatting handler for dimension labels (JSON: 'Columns' and 'Rows' arrays).
| |
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 (JSON: 'MeasureLabels' array).
| |
FormatValue |
Gets or sets custom formatting handler for table cell values (measure,measure index)->(value)
| |
IncludeTotals |
Get or sets flag which indicates whether writer should include pivot table values into JSON (true by default).
| |
IncludeValues |
Get or sets flag which indicates whether writer should include pivot table values into JSON (true by default).
| |
SubtotalColumns |
Include subtotal columns into resulting pivot table (false by default).
| |
SubtotalRows |
Include subtotal rows into resulting pivot table (false by default).
|
See Also