remove blank or empty page

  • I have two tables the first table every time gets data, a 2nd table has data is optional and it will display on a 2nd page; My problem is if 2nd table not has data and exporting into PDF it getting a blank page

  • Hello srikanth6457!

    You could set the visibility of the 2nd Table to an expression. Ex: IIF(CountRows(“DataSet”) = 0, true, false). This should set the ‘Hidden’ property of the table to true if there is not data which hides the table - and false if there is data, which will in turn show the table.

    I hope that this helps, and I also hope that I did not mix up the properties!

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply