Hi,
It is not possible via Visual Studio .NET. As mentioned, developers are somewhat forced to use the designer.
NOTE: I didn't use any of the other tools yet but just to mention that Visual Studio .NET is not the only RDL editor
Greetz,
Geert
Geert Verhoeven
Consultant @ Ausy Belgium
Actually I found that you can view the RDL with color coding by going to:
Tools - Options - Text Editor - File Extensions
Add an entry for RDL to use the XML editor. The downside is that all RDL is edited as XML and no designer support is enabled. There has to be a way to use the designer as VS2005 specifies and then also associate the RDL extension to color code the text when one selects "code view".
For now all I can recommend is open the .rdl in some other xml editor and don't have that entry for .rdl to use the XML editor in VS.
What I actually do now is if I have to do a lot with the .rdl source is I add that entry, do the editing, and then remove it, but as you can imagine, that's extremely inconvenient.