1
Save / download the report definition (as an RDL file). 1. Rename the RDL file to RDLC. 2. Add the RDLC file to your Visual Studio 2010 project. 3. Open the definition in XML (Text) Editor. 4. Change the <Report...> element to: <Report xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition"> 5. Delete all <Report><DataSets><DataSet...> elements 6. Delete the <Report><rd:ReportServerUrl> element 7. Remove the <Report><ReportSections><ReportSection> start and end elements, leaving the <Body>, <Width> and <Page> elements. 8. Open the report in the Designer. 9. Set up the DataSources and DataSets again (assumes you will be using the same stored procedures / SQL as the web report, so all the field names will match). 10. Steps to Convert Report Design 3.0 *.RDL to VS 2010 *.RDLC Converting RDL 3 files to Visual Studio 2010 RDLC files 23 September 2012 05:31 PM Unfiled Notes Page 1

Converting RDL 3 Files to Visual Studio 2010 RDLC Files

  • Upload
    heldaly

  • View
    210

  • Download
    3

Embed Size (px)

Citation preview

Page 1: Converting RDL 3 Files to Visual Studio 2010 RDLC Files

Save / download the report definition (as an RDL file).1.

Rename the RDL file to RDLC.2.

Add the RDLC file to your Visual Studio 2010 project.3.

Open the definition in XML (Text) Editor.4.

Change the <Report...> element to:<Report xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition">

5.

Delete all <Report><DataSets><DataSet...> elements6.

Delete the <Report><rd:ReportServerUrl> element7.

Remove the <Report><ReportSections><ReportSection> start and end elements, leaving the <Body>, <Width> and <Page> elements.8.

Open the report in the Designer.9.

Set up the DataSources and DataSets again (assumes you will be using the same stored procedures / SQL as the web report, so all the field names will match).

10.

Steps to Convert Report Design 3.0 *.RDL to VS 2010 *.RDLC

Converting RDL 3 files to Visual Studio 2010 RDLC files23 September 201205:31 PM

Unfiled Notes Page 1