Hi,
I have around 20 report in my testserver.In this 5 reports needs to export only in PDF format.
The Other 15 reports are needs to export in PDF,Excel,CSV and TIFF formats.
I am using Reporting Services2005 for developing reports and also using VS2005.
Any suggesstions appreciated.
Thanks,
Prabu
Those formats are all supported. Unfortunately you can't control for a particular report which export formats are supported. They are configured at the server level and apply to each report in the catalog.|||
You may be able to write some Javascript or report code to remove items from the list after the page is rendered.
|||Yes, but this won't prevent people from getting the reports via the SOAP API or putting the format directly on the URL.|||
Being able to render a report with the ability to restrict the export formats for a particular report through URL Parameterization and the WebService API would be a nice addition.
I want to be able to run the report in the report manager, see it display as HTML but only allow it to be exported as Pdf without having to code/provide my own interface on top of the report manager.
Of course, if the report formatted in the Web Browser and on the paper exactly the same that would also be nice. (If I have this wrong please let me know). The above addition would still be nice though.
|||"Of course, if the report formatted in the Web Browser and on the paper exactly the same that would also be nice."
Meant to say this... Of course, if the report formatted in the Web Browser (HTML) and on the paper (Pdf) exactly the same that would also be nice.
No comments:
Post a Comment