Partager via


How to use Report Designer editor in VS2008 to edit .RDL files in non-report server project

If you try to open.RDL file in VS2008 in, let's say, C# project, it will open it in XML editor. To Enable Report Designer, you have to set following registry key:

 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Editors\{46F6D2A1-5E86-4080-A799-01F3D0E23796}\Extensions]
"rdl"=dword:00000028

 Then you can do"Open With", select "Report Designer" and make it default

 

 

EnableRDL.reg