Groups | Blog | Home
all groups > sql server reporting services > december 2005 >

sql server reporting services : specifying a rendering format on a URL


Bernardina
12/1/2005 10:11:02 AM
Is there a way to render a format that is not a part of the standard
parameter prefixes? Example: my code renders a report in Excel format;
however, when the prompt appears to the user (to either open or save the
file), they want the report name + parameter to show in prompt.

More detailed example -- AReport.rdl. Once they have accessed the report via
Report Manager, they choose an item from the field (parameter), click the Run
Report button. Once the prompt comes up, they want to see: AReport -
(parameter).xls. Is there an "output" format in my code that I can use? My
code looks similar to this:

parmstring &= "&rs:Command=Render&rs:Format=EXCEL&rc:OmitFormulas=true"
Me.OpenDialog(Me.ReportServiceURL("AReport", parmstring), 600, 800, True,
False, Nothing)
Daniel Reib [MSFT]
12/6/2005 12:30:05 PM
Sorry there is no way to alter the name displayed when saving the report.

--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

AddThis Social Bookmark Button