How to use or get working: Reporting services report viewer component in VS.NET
- by Mike
I am trying to write a simple web app (C# or VB.NET) to display a set of reports/subreports, but I can't seem to get access to the ReportViewer control.
I am using VS.NET express (2005 and 2010) and I know I need the reportviewer pluglin. but I have installed it but I can't seem to get it to appear in the toolbox.
I have tried to add a reference but VS does not like the DLL :P
Please guide me through a walk through!
Thanks.
M