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.

Geting the report url
gonlazaro
If my question is not clear enough, please let me know.
Thanks.
Thomas S. Andersen
Craft a URL like this:
http://localhost/reportserver /ReportProject1/Report&rs:Command=Render&rs:Format=EXCEL
Documented at http://msdn2.microsoft.com/en-us/library/ms153586.aspx.
Thanks, Donovan