Problem in Off-line report generation

Hi,

I have rendered some time-consuming reports programmatically in HTML 4.0 format (Off-line report generation). The reports are rendered and the .html file is stored in a specific folder (shared).

The problem is, the whole report is generated into 1 single HTML page (huge in size) with <HR> tag as peagebreaks. It takes long time to load in the browser. Also, I cannt display this .html page along with ReportViewer toolbar options like export, print etc.

1. Is there any option to handle the page-break problem in HTML render

2. Is there any option to display the report (html format) with report viewer toolbar options

I can use ReportViewer directly to generate and display the reports, but the reports take long time to generate. So, had to generate them off-line (redering and storing in a shared folder).

Thanks in advance.



Answer this question

Problem in Off-line report generation

  • RonnieS

    Have you considered using snapshot reports This will allow you to use the report viewer while having the report all ready to view.

    In SQL 2005, there is also the Report Viewer components with which you can build your own Viewer. You can find details at: http://www.gotreportviewer.com/



  • Problem in Off-line report generation