Refreshing an SSRS 2008 report from a custom code of SSRS 2008
Hi, Will it be possible to create a function inside an SSRS 2008 custom code that will refresh the report? On this report I have a text box, I am planning to set the Action property of the text box to use the a function from a custom code that will refresh the values of the parameters of the report. Thanks, Joefer
September 14th, 2011 3:42am

Joefer, If you are planning to use Textbox Action property. Call the same report in the Action of Textbox, it will do the same thing (refreshes your report) Right-click Textbox, properties. Go to Action tab, Select Go to Report, choose the same report. Pass the same parameters used in the report. If you want your report to get refreshed after some interval, you can use AutoRefresh property (in sec) of Report. Regards, Manoj *Happy to help http://experiencingmsbi.blogspot.com/
Free Windows Admin Tool Kit Click here and download it now
September 14th, 2011 5:21am

Hi Manoj, Thank you so much. I tried this and it worked. My challenge is I have a report with some parameters with multiple values. I have a custom code(SSRS Custom Code), that will get the values from a webservice. Is it possible to manipulate what values to be selected then refresh the report using the solution you provided? Thanks, Joefer
September 14th, 2011 5:46am

Joefer, I didn't understand what values do you want to manipulate while refreshing any report. Note: You can use the custom code to populate the parameters. Once, user changes the parameter values from the dropdown and inorder to retain those changes while refreshing the report you have to pass all the parameters with their values. So, if you are thinking about the custom code(to populate the parameters) will work once report is refreshed, then it will do. Please let me know if you need furthur details. Regards, Manoj *Happy to help http://experiencingmsbi.blogspot.com/
Free Windows Admin Tool Kit Click here and download it now
September 14th, 2011 5:58am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics