Vasiliy Volkov
Vasiliy Volkov

Reputation: 755

Report tool with cells merging

Are there any reporting tools for Delphi that allow cells merging vertically (like Excel does)? For example, as far as I know, popular reporting tool FastReport doesn't allow such merging in a simple way.

Upvotes: 0

Views: 1059

Answers (1)

Peter Meier
Peter Meier

Reputation: 41

There's a property called SuppressRepeated on TfrxMemoView that could be used to visually emulate merge cells.

Upvotes: 2

Related Questions