PivotTableCsvWriter Class

NReco.PivotData Class Library Documentation
Renders pivot table report into CSV format.
Inheritance Hierarchy

SystemObject
  NReco.PivotData.OutputPivotTableWriterBase
    NReco.PivotData.OutputPivotTableCsvWriter

Namespace:  NReco.PivotData.Output
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

public class PivotTableCsvWriter : PivotTableWriterBase

The PivotTableCsvWriter type exposes the following members.

Constructors

  NameDescription
Public methodPivotTableCsvWriter
Initializes a new instance of the PivotTableCsvWriter class
Top
Properties

  NameDescription
Public propertyCsvDelimiter
Public propertyFormatDimensionLabel
Gets or sets custom formatting handler for dimension labels.
Public propertyFormatKey
Gets or sets custom formatting handler for table row/column labels (key,dimension)->(label).
Public propertyFormatMeasureHeader
Gets or sets custom formatting handler for measure headers (applicable only if several measures are used)
Public propertyFormatValue
Gets or sets custom formatting handler for table cell values (measure,measure index)->(value)
Public propertyGrandTotal
Include grand totals value into resulting pivot table (true by default).
(Inherited from PivotTableWriterBase.)
Public propertyRenderRowHeaderColumn
Public propertyTotalsColumn
Include totals column into resulting pivot table (true by default).
(Inherited from PivotTableWriterBase.)
Public propertyTotalsColumnHeaderText
Gets or sets title text for totals column header (Totals by default).
(Inherited from PivotTableWriterBase.)
Public propertyTotalsColumnPosition
Determins totals column position (first column or last column).
(Inherited from PivotTableWriterBase.)
Public propertyTotalsRow
Include totals row into resulting pivot table (true by default).
(Inherited from PivotTableWriterBase.)
Public propertyTotalsRowHeaderText
Gets or sets title text for totals row header (Totals by default).
(Inherited from PivotTableWriterBase.)
Public propertyTotalsRowPosition
Determins totals row position (first row or last row).
(Inherited from PivotTableWriterBase.)
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodGetAggregatorsCount (Inherited from PivotTableWriterBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodWrite
Renders pivot table into Excel worksheet using data from specified PivotTable instance.
Top
See Also

Reference