all groups > sql server reporting services > april 2007 >
You're in the

sql server reporting services

group:

how to make export file name dynamic


how to make export file name dynamic Jason Wang
4/30/2007 12:56:00 PM
sql server reporting services:
Is it possible to specify the file name of exported file? We like to have
RE: how to make export file name dynamic Jeff Tu
4/30/2007 3:50:02 PM
I believe you can change the DisplayName property to get what you want. I
have noticed the exported file name is based on the DisplayName attribute of
the report, but I have only done this with ReportViewer control. Lookup this
property under the reporting service documentation.

Good luck,
Jeff

[quoted text, click to view]
Re: how to make export file name dynamic EMartinez
4/30/2007 6:44:33 PM
[quoted text, click to view]


As far as I know, there's not really any control over this. I would
suggest using a follow behind stored procedure that uses:
EXEC xp_cmdshell 'rename OriginalReportName.rdl
NewReportName043007_0930.rdl'
Ofcourse, this would need to be called after the report was saved.
Sorry I could not be of greater assistance.

Regards,

Enrique Martinez
Sr. Software Consultant
Re: how to make export file name dynamic Jason Wang
5/1/2007 12:06:02 PM
Thank you for your replies.

Is it possible to do it in Delivery Extension? If possible, how hard will it
be?

[quoted text, click to view]
AddThis Social Bookmark Button