PivotTableHtmlWriterValueCellContext Class

NReco.PivotData Class Library Documentation
Represents rendering context for the value cell.
Inheritance Hierarchy

SystemObject
  NReco.PivotData.OutputPivotTableHtmlWriterValueCellContext

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

public sealed class ValueCellContext

The PivotTableHtmlWriterValueCellContext type exposes the following members.

Methods

  NameDescription
Public methodAddCssClass
Public methodAddCssStyle
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Public fieldAggregator
Aggregator that represents cell value.
Public fieldAggregatorIndex
Aggregator index (used if table has several measures).
Public fieldAllowHtml
Allows rendering of HTML tags in the FormattedValue.
Public fieldColumnKey
Column key for this value cell (null if value for totals row).
Public fieldCssClass
CSS class value (may be null).
Public fieldCssStyle
CSS inline style value (may be null).
Public fieldFormattedValue
Formatted content for the table cell.
Public fieldRowKey
Row key for this value cell (null if value for totals column).
Top
See Also

Reference