I need to rename a report in SSRS.I can do it manually in visual studio by renaming it in solution explorer,but due to some requirment i need avoid manual method.How can we programatically rename a report in SSRS 2008?.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I can only guess at what you are after. I assume you are not talking about the Report Viewer control and and you want to change the name of the report file that is streamed to the client? You can use the Content-Disposition HTTP header, as in:
|
|||
|
|