Enum Duplicates
Specifies how to display the duplicate values.
Namespace: FastReport
Assembly: FastReport.dll
Syntax
public enum Duplicates
Fields
| Name | Description |
|---|---|
| Clear | The TextObject with duplicate value will be shown but with no text. |
| Hide | The TextObject with duplicate value will be hidden. |
| Merge | Several TextObject objects with the same value will be merged into one TextObject object. |
| Show | The TextObject can show duplicate values. |