asp.net mvc - Converting RDL report to RDLC for use in MVC -


I have an existing RDL report that I want to convert to an RDLC report for use in any MVC application.

Change the name of the .rdl file to .rdlc according to the method of changing it, include it in the project and then use a ReportViewer control to select datasource.

Being MVC I do not have a report comment control on my page, I was using to help in submitting reports in the Response stream.

I've given rdl the name rdlc and have included it in my project but when I try to open it, get the following error:

The definition of the report is not valid is. Description: There is an invalid target namespace in the report definition '' which can not be upgraded.

Any ideas how can I convert rdl to rdlc without having to type it again?

You can not change the SQL Server 2008 Reporting Services report. RDL in RDL - Microsoft only knows this .....

See Bill von for some expert insights In short: Right now, there is no working story to convert RDLC into Reporting Services 2008 in RDL to Microsoft.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -