Represents rendering context for the dimension key (label) cell.
Inheritance Hierarchy
NReco.PivotData.OutputPivotTableHtmlWriterKeyCellContext
Namespace: NReco.PivotData.Output
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The PivotTableHtmlWriterKeyCellContext type exposes the following members.
Properties
Name | Description | |
---|---|---|
DimensionAxisIndex |
Index of the dimension in the axis (rows or columns).
| |
DimensionKey |
Dimension key.
|
Methods
Name | Description | |
---|---|---|
AddCssClass | ||
AddCssStyle | ||
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
AllowHtml |
Allows rendering of HTML tags in the FormattedKey.
| |
CssClass |
CSS class value (may be null).
| |
CssStyle |
CSS inline style value (may be null).
| |
Dimension |
Dimension name.
| |
FormattedKey |
Formatted content for the table cell.
| |
IsSubtotal |
True if this is a subtotal key cell.
|
See Also