PivotTableHtmlWriterKeyCellContext Class

NReco.PivotData Class Library Documentation
Represents rendering context for the dimension key (label) cell.
Inheritance Hierarchy

SystemObject
  NReco.PivotData.OutputPivotTableHtmlWriterKeyCellContext

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

public sealed class KeyCellContext

The PivotTableHtmlWriterKeyCellContext type exposes the following members.

Properties

  NameDescription
Public propertyDimensionAxisIndex
Index of the dimension in the axis (rows or columns).
Public propertyDimensionKey
Dimension key.
Top
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 fieldAllowHtml
Allows rendering of HTML tags in the FormattedKey.
Public fieldCssClass
CSS class value (may be null).
Public fieldCssStyle
CSS inline style value (may be null).
Public fieldDimension
Dimension name.
Public fieldFormattedKey
Formatted content for the table cell.
Public fieldIsSubtotal
True if this is a subtotal key cell.
Top
See Also

Reference