Positioning Tables and Charts
I would like to arrange some charts and tables on a report.
So far I have been able to achieve this as follows:
But ideally I want the items on the page to be laid out like this:
One of the issues I have is that I don't know the width of the table (which has an unknown number of columns) at runtime so I can't tell if there is enough space to fit another chart or table next to it.
Does anyone have any ideas how the space next to the table could be utilised?
The tables and charts are added to the report dynamically and it is not known how many or in what order they will be.
So far I have been able to achieve this as follows:
But ideally I want the items on the page to be laid out like this:
One of the issues I have is that I don't know the width of the table (which has an unknown number of columns) at runtime so I can't tell if there is enough space to fit another chart or table next to it.
Does anyone have any ideas how the space next to the table could be utilised?
The tables and charts are added to the report dynamically and it is not known how many or in what order they will be.