Hi All,
I have a requirement of showing individual report and a Supervisor report.
In the individual report, I will run the SSRS report for a particular worker. In the supervisor report, I am supposed to show the report for each worker working under the supervisor.
I have created the individual report and it works fine(even when exported to PDF).
Now in order to create the supervisor report, I will get the supervisor ID which I broke into various individual ID's of workers working under the supervisor in DataSet and created a subreport which points to the Individual report. I embedded this subreport in a Tablix and gave a group by on the ID so that for each ID, the report runs one time.
The issue that I am facing is that when I export the Supervisor report in PDF, after each page, I get an extra blank page.
The Supervisor report only contains the Tablix which has only one column containing the sbureport which points to the Individual report and a Header and footer and nothing else.
Still I am getting this extra page on PDF export. Please help on the same.