Visual Studio 2005 express and reporting
I have visual basic 2005 express edition installed(because I can't afford to pay for things). I think I used to be able to create reports with it by clicking on add item and selecting report... this option no longer exists. If I drop a reportviewer control into a form and click the little arrow and click design new report, it doesn't do anything. I have tried in C# as well and was unable to do it there. I am able to do it in the web developer however. I have tried uninstalling the program and installing it again, but this didn't do anything.
Can someone with C# or VB express edition installed check if they are able to add a report to their project?
Re: Visual Studio 2005 express and reporting
Alright, I looked at http://msdn.microsoft.com/vstudio/pr...e/default.aspx and it appears to match with what I said. The only reporting listed for express is the webdeveloper. I must have gotten mixed up with doing programming at home and at work.... At work, I have pro which of course does have reporting designing when creating a winapp. I'll just have to do a little workaround whenever i want to create a report: I'll design it in the webdeveloper and load it into my app project...