|
Subject:
|
How to get report url?
|
|
Posted By:
|
roy_mm
|
Post Date:
|
8/29/2006 5:50:35 AM
|
Hello.
Is there a way in a report to get his url?
I'll explain what i want to do: I want to add an option to export the report to excel format with out useing the menu so i want to add a button (or a table cell) and give him,in the nevigation field, the same url of the rreport with the same parameters but add to him the command "rs:format=excel" and then by pressing the button it will automaticly export my report.
Thanks.
|
|
Reply By:
|
kavyen
|
Reply Date:
|
10/17/2006 2:17:48 PM
|
Have a new page as abc.aspx which has an iframe in it. Load the iframe with the actual report URL where you have rs:command=render etc. On the page have a button, which will redirect the user to the report using rs:format=excel.
Not sure if there is any other way out, but this is pretty straightforward
|