I have an ASP.Net project with a report viewer (v11) pulling remote SSRS reports from a 2008 R2 Reporting Server.
The issue is when the reports are rendered in the Report Viewer control, there are large gaps/spaces between the report's charts and tables.
The reports render perfectly with no gaps or spaces when run from the report server or from visual studio (SSRS).
Has anybody experienced an issue similar to this? Any suggestions would be greatly appreciated.
EDIT: Similar issues across common browsers (IE8 - 11, Google Chrome)
ConsumeContainerWhitespace = true
? – David Tansey