What i am trying to achieve on a report being exported as PDF, is to have a chart on the first page, then starting on page 2 have a table that shows the detail records that get summed up for the chart.
Right now i have that working, but if the data is empty the PDF will still have 2 pages, one with an empty chart, one with an empty table. To do that I have a single detail section that is around 9 inch height, with the table in the very bottom inch.
Is there a better way to cause a page break between two different elements? And is there any way to have it not generate a page 2 if i set the visibility of the table to false when I detect that the datasource is empty?
Would it be better to put the chat inside a Report Header section and make sure that would take up the full first page?
Right now i have that working, but if the data is empty the PDF will still have 2 pages, one with an empty chart, one with an empty table. To do that I have a single detail section that is around 9 inch height, with the table in the very bottom inch.
Is there a better way to cause a page break between two different elements? And is there any way to have it not generate a page 2 if i set the visibility of the table to false when I detect that the datasource is empty?
Would it be better to put the chat inside a Report Header section and make sure that would take up the full first page?