Hi. I am working on one of our older projects based on
VS2003/ASP.NET/C#, and as such I need to create a few reports within this web-site.
Whenever I try a 'demo' project with an aspx file, I can add in a report and the ReportDocument object picks it up and gives all the strongly types optione etc.
However, in my existing project, I add my report in but the ReportDocument cannot see it - it just gives untyped ReportDocument as the option. I have tried changing the namespace in the C# default generated code to match the projects default namespace but that had no effect!
Please can someone advise on:
i) why it cannot see the report (added a number of ways and even one created within V2300, but still cannot see it)
ii) Any way to get the ReportDocument bound to my crystal report in the project?
Any help or advice would be greatly appreciated, and I will buy the first few beers
Edited by Shauny-pie - 01 Oct 2007 at 2:17am