all groups > sql server reporting services > january 2005 >
You're in the

sql server reporting services

group:

Parameters in url to make GIF question.


Parameters in url to make GIF question. trint
1/14/2005 1:16:00 PM
sql server reporting services:
What parameter can I send from my app that will render the report and
then instantly convert it into a .GIF file?
thanks,
Trint
Re: Parameters in url to make GIF question. Adrian M.
1/14/2005 4:34:05 PM
Trint,

There isn't a parameter you can pass to get an exported parameter as a gif
file.

Take a look at the url below to view supported export formats:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rswork/htm/rwp_workingreports_v1_3nxt.asp

The below link shows the available URL access params:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/RSPROG/htm/rsp_prog_urlaccess_374y.asp

Adrian M.

[quoted text, click to view]

Re: Parameters in url to make GIF question. Vaibhav
1/14/2005 4:53:03 PM
I know TIFF but can you export to GIF also. ?

for TIFF you supply

rsFormat=IMAGE along with other report parameters.

[quoted text, click to view]

Re: Parameters in url to make GIF question. trint
1/19/2005 8:02:44 AM
OK,
I figured out how to render .gif...here it is:
"The Image rendering extension renders a report to a bitmap or
metafile. By default, the Image rendering extension produces a TIFF
file of the report, which can be viewed in multiple pages. When the
client receives the image, it can be displayed in an image viewer and
printed.

The Image rendering extension can generate files in any of the formats
supported by GDI+: BMP, EMF, GIF, JPEG, PNG, and TIFF. For TIFF format,
the file name of the primary stream is ReportName.tif. For all other
formats, which render as a single page per file, the file name is
ReportName_Page.ext where ext is the file extension for the chosen
format.
"
Trint




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