Load RDL 2005 in asp.net page (visual studio 2010)
I load RDL (Reporting Services 2005) file in asp.net with this code ReportViewer1.Reset(); ReportViewer1.Visible = true; ReportViewer1.ProcessingMode = ProcessingMode.Local; ReportViewer1.LocalReport.EnableExternalImages = true; ReportViewer1.LocalReport.EnableHyperlinks = true; ReportViewer1.LocalReport.DataSources.Add(new ReportDataSource("[Data Source Name]")); ReportViewer1.LocalReport.ReportPath = @"[RDL PATH]"; ReportParameterInfoCollection rpmInfo = ReportViewer1.LocalReport.GetParameters(); ReportViewer1.LocalReport.Refresh(); but when i run this code , fire Error: error has occurred during report processing Thanks in Advanced
November 30th, 2010 2:20am

What is the path? is it pointing to Reporting Services 2005? Also since you are in VS 2010, I assume you are using Report Viewer 10.0.0.0. Asuming that you are pointing to SSRS 2005 and you are using 10.0 version of the control, the error is expected. You cannot do what you are trying to achieve. Report Viewer 10 will not connect to Reporting Services 2005.
Free Windows Admin Tool Kit Click here and download it now
November 30th, 2010 10:10am

yes is use visual studio 2010 and reporting service 2005, Can i use visual studio 2008 with reporting services 2005? thank you
December 1st, 2010 1:28am

Yes you can use VS 2008 and RS 2005.
Free Windows Admin Tool Kit Click here and download it now
December 1st, 2010 3:46pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics