OnGetReport on report server
Hi,
All my reports are stored in blobs in a database, so I cannot use the file based approach. I have implemented a method for ReportServer.OnGetReport,
but although the report is loaded OK, I still get a 404 on the web side.
The OnGetReport gives a Report with it. Do I need to create a new report of can I use the report that is passed ?
Also, how can I signal the system that the report has been loaded because it looks like it ignores the outcome of successfully loading a report..
Thanks,
Johann
All my reports are stored in blobs in a database, so I cannot use the file based approach. I have implemented a method for ReportServer.OnGetReport,
but although the report is loaded OK, I still get a 404 on the web side.
The OnGetReport gives a Report with it. Do I need to create a new report of can I use the report that is passed ?
Also, how can I signal the system that the report has been loaded because it looks like it ignores the outcome of successfully loading a report..
Thanks,
Johann