Hi,
I need to display 2 subreports side by side on a report.
The first one contain a table object with a variable columns number base on the data it need to show. That part is working ok.
The second subreport is fixed in width and must be place right of the first with a 1 cm space between them.
The problem I'm having, is that we need to center horizontally that subreports block.
I can't find a way to get the subreport1 width after it is rendered so I have the processed width not the design time one.
How can I do this? With code? And if so, any example of code?
Thank you.