Base class for Pivot Table writers with common rendering options.
Inheritance Hierarchy
NReco.PivotData.OutputPivotTableWriterBase
NReco.PivotData.OutputPivotTableCsvWriter
NReco.PivotData.OutputPivotTableDataTableWriter
NReco.PivotData.OutputPivotTableExcelWriter
NReco.PivotData.OutputPivotTableHtmlWriter
Namespace: NReco.PivotData.Output
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The PivotTableWriterBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PivotTableWriterBase | Initializes a new instance of the PivotTableWriterBase class |
Properties
Name | Description | |
---|---|---|
GrandTotal |
Include grand totals value into resulting pivot table (true by default).
| |
TotalsColumn |
Include totals column into resulting pivot table (true by default).
| |
TotalsColumnHeaderText |
Gets or sets title text for totals column header (Totals by default).
| |
TotalsColumnPosition |
Determins totals column position (first column or last column).
| |
TotalsRow |
Include totals row into resulting pivot table (true by default).
| |
TotalsRowHeaderText |
Gets or sets title text for totals row header (Totals by default).
| |
TotalsRowPosition |
Determins totals row position (first row or last row).
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAggregatorsCount | ||
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also