Group lines
Hi!
I need to create a report that groups more than one line.
For example, I have this records:
A - B – (Bitmap) – 1 – 2 – 3
A – B – (Bitmap) – 4 – 5 – 6
A – B – (Bitmap) – 7 – 8 – 9
D - E – (Bitmap) – 1 – 2 – 3
D - E – (Bitmap) – 4 – 5 – 6
I need to create a report thal looks like this:
------------------------------------------
| 1 | 2 | 3 |
---------------
| A | B | (Bitmap) | 4 | 5 | 6 |
---------------
|7 | 8 | 9 |
------------------------------------------
| 1 | 2 | 3 |
| D | E | (Bitmap) ---------------
| 4 | 5 | 6 |
------------------------------------------
This is possible?
Best Regards
Amélia
Comments
you can use the "Hİde duplicates"
Thank you for the answer.
The problem is that one of the columns is a bitmap (tfrxPictureView), and this object don't have this property.
There is another soluction for this object?
Best Regards
Amélia
Sorry this parameter is valid only for texts
Maybe you can use the matrix report
https://www.fast-report.com/documentation/UserManFrNET-en/index.html?matrixprintimagesexample.htm