Hi,
I am using SQL Server 2008, Project Server and Report Builder 3.0 and have just inherited an issue.
I have two reports:
D_Subreport: This report contains all logic and detail
D_Report: A report referencing D_Subreport as a Subreport
In one of our SharePoint project sites we run the D_Report, this has a dropdown parameter which allows multi selection. This works as expected - the report displays in the browser with no margins as per the designed report, on export to PDF it has a margin set, I'm not sure where this is set(?), but it looks good to us.
The problem, when running the D_Subreport from another Project site (no multi select as it runs under the context of the project site) the reports displays as expected in the browser, however on export to PDF there areNO margins. It seems as though having a containing parent report creates margins within the PDF, running Subreport directly does not.
How do I get it to display using the same margins as D_Report?
Thanks