Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report Viewer

Status
Not open for further replies.

JLizOB

Programmer
Joined
Dec 5, 2007
Messages
45
Location
CA
I was wondering if it was possible to put two charts on one .rdlc file. When I try to do this I get an error on the build that says:
The constructor to deserialize an object of type 'Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException'

Do I need to create multiple .rdlc files to display on the same page in order to display multiple reports using different dataTables?
 
Nevermind I fugred it out Thanks!
 
IT was because I was dropping the datafields into the series fields area rather than the data fields area.
 
Is there a way, when the export link is clicked in the report viewer, to force it to go to landscape?
 
YOu have to set the width and Height to 11 by 8.5 in the REPORT properties.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top