PivotTableWriterBase Class

NReco.PivotData Class Library Documentation
Base class for Pivot Table writers with common rendering options.
Inheritance Hierarchy

SystemObject
  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

public abstract class PivotTableWriterBase

The PivotTableWriterBase type exposes the following members.

Constructors

  NameDescription
Public methodPivotTableWriterBase
Initializes a new instance of the PivotTableWriterBase class
Top
Properties

  NameDescription
Public propertyGrandTotal
Include grand totals value into resulting pivot table (true by default).
Public propertyTotalsColumn
Include totals column into resulting pivot table (true by default).
Public propertyTotalsColumnHeaderText
Gets or sets title text for totals column header (Totals by default).
Public propertyTotalsColumnPosition
Determins totals column position (first column or last column).
Public propertyTotalsRow
Include totals row into resulting pivot table (true by default).
Public propertyTotalsRowHeaderText
Gets or sets title text for totals row header (Totals by default).
Public propertyTotalsRowPosition
Determins totals row position (first row or last row).
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodGetAggregatorsCount
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference