Click here to Skip to main content
15,896,201 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Is there a limit to the number of charts I can display in a report using SQL Server Reporting Services 2005 (SSRS 2005) in C# running on VS 2008?

I am unable to display more than 71 charts, for anything greater than that it displays an error message on the report: Error: Subreport could not be shown. The charts are generated as part of a subreport at run time from a template rdlc file (representing one chart). When I replaced the template with a 72 graph rdlc file, this produced a compile error: Error 72 The value of the Top property for the rectangle ‘Rectangl72’ is “408.75cm”, which is out of range. It must be between 0mm and 4064mm.

Any help is appreciated. Thank you.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900