I have a Web Application in VB.NET that displays a list of reports and once a user clicks on a report it displays the report's saved data.
I have a separate application that runs on the server periodically that opens the report and exports it to a crystal report file (To refresh the saved data on the report)
The only problem is that the saved data remains the same.
What I am trying to do is basically schedule reports. My question is:
How can I programatically refresh a report and save the report's data, so the next time a user views it, it shows the data from when it last ran?
I have a separate application that runs on the server periodically that opens the report and exports it to a crystal report file (To refresh the saved data on the report)
The only problem is that the saved data remains the same.
What I am trying to do is basically schedule reports. My question is:
How can I programatically refresh a report and save the report's data, so the next time a user views it, it shows the data from when it last ran?