Enum CellDuplicates
Specifies how to display the duplicate values.
Namespace: FastReport.Table
Assembly: FastReport.Base.dll
Syntax
public enum CellDuplicates
Fields
Name | Description |
---|---|
Clear | The TableCell with duplicate value will be shown but with no text. |
Merge | Several TableCell objects with the same value will be merged into one object. |
MergeNonEmpty | Several TableCell objects with the same non-empty value will be merged into one object. |
Show | The TableCell can show duplicate values. |