PivotTableHtmlWriterSubtotalKeySuffix Property

NReco.PivotData Class Library Documentation
Suffix added to subtotal keys (" Total" by default).

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

public string SubtotalKeySuffix { get; set; }

Property Value

Type: String
Remarks

For advanced customization of subtotal keys you may derive your own writer from PivotTableHtmlWriter and override OnWriteKeyCell(PivotTableHtmlWriterKeyCellContext) method.
See Also

Reference