Monday, February 13, 2012

Adding Button in Report

I would like to know whether there is any way to add a button in report. I have 3 report parameters. On clicking the button, the current values of the reports are to be obtained and saved in database i.e saving the report configuration. I will use this saved configuration to form the url and view report directly.

Thanks,

Pradeep

No, actually not. YOu could put alink with the parameters in your report, calling another report which then executes stored procedure to store the values.

Jens K. Suessmeyer.

-
http://www.sqlserver2005.de
-|||Or you could set up a subscription with the specified parameters. Also if you want to get at the parameters, RS saves them in its own database as part of its logging.

No comments:

Post a Comment