Posted: 6/18/2012
Hi,
I have 2 tablix in my rdl, and they are implemented using a page break. Since, I cannot have a static Report Header for them, I am using a Custom Code to fetch the Report Title. This works absolutely fine, when report is exported into Excel. However, it displays the Report Header, which is set for the second tablix when exported into PDF or even from the Print Preview option. Any idea for the possible workaround for the same..?
P.S. : I am using SSRS 2008 R2.
Posted: 6/19/2012
It might be helpful if you posted your custom code and a screen shot of the issue you are having.
Posted: 6/20/2012
The issue was resolved. The group wherein I was defining the Report Title using my custom code was the problem. Adding another grouped row, with a constant grouping, and using that row to define the header values, solved the proble. Thanks..!