Hi Guys,
I need to create a report that has a picture on its right side, this picture has to cover the hole page. The details of the picture must be on its left size. The problem is that the details of the picture comes from 5 different tables, and for that reason I needed to create subreports. And because the picture has to cover the whole page I can not use multiple details sections to display the subreports and solve the overwrite problem.
So, what I'm trying to do is to rearrange the subreports location at run time. I'm using the event ReportRefresh to get the size and location of the each subreports to rearrange them. The problem is that this event gives me the designed location and size of subreport!! I want to get the size of the subreport after data was populated! Does anyone knows how to do this?
I tried to draw my report design below :)
_______________
| ___|
| subreport1| p |
| | i |
| subreport2| c |
| ... | t |
| | u |
| subreportN| r |
| |_e_|
|_______________|
Thanks!