Dear All,
I am having a problem with reports in a web application with C#. The reportviewers are old style (the application is old, was written with the framework 2.0) and I actually had to hack the reports to make them work.
Now, the reports work fine except for two things :
- all data from the db are read and put in the dataset but then the report shows only the first page and despite the report navigation controls being visible, they claim 0 pages;
- clicking on export does not do anything
Any clue? Thanks a lot!
Giuseppe