Friday, March 23, 2012

Reporting Services 2000

When i save a report as a web archive page breaking for the report is not enabled ?The entire data is displayed in a single page even if paging properties are enabled for the report.

That is expected behaviour.

The paging delivered on the web is a server side operation. The only way to get paging in a offline html format would be for Reporting services to create a separate html file per page, effectively generating a whole website for you. And the only way to get it as a single download would be for it to generate the multiple files on the server and zip them up into an archive.

This is not currently supported.

No comments:

Post a Comment