all groups > sql server reporting services > september 2004 >
You're in the

sql server reporting services

group:

Streaming HTML reports and images


Streaming HTML reports and images Christian Donner
9/15/2004 5:04:04 PM
sql server reporting services:
I want to stream HTML reports through another application server that
handles authentication, effectively hiding the reporting server from the end
user. I am running into a problem with embedded images. When the client
receives the HTML stream, the browser resolves the image tags and requests
the images from the reporting server. Since there is no established session
for the client, these requests fail.
Is there a way to "transfer" the session to the client, say by appending a
session parameter to the image URLs?
Alternatively, can the StreamRoot parameter be of help if there are
RS-generated images such as charts?

Thanks,
Christian

Re: Streaming HTML reports and images Teo Lachev
9/15/2004 9:36:56 PM
Christian,

There are several approaches available depending on your reporting
requirements and type of reporting (intranet or Internet, WinForm or
web-based). I good "universal" approach is to use StreamRoot to dereference
the image path to a custom server-side page so it takes care of deleting the
image once it is rendered.

For more information see the following thread:

http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=uzmGLaeAEHA.3316%40TK2MSFTNGP11.phx.gbl&rnum=1&prev=/groups%3Fq%3Daspx%2Bimage%2Bgroup:*.reportingsvcs%2Bauthor:teo%26hl%3Den%26lr%3D%26ie%3DUTF-8%26scoring%3Dd%26selm%3DuzmGLaeAEHA.3316%2540TK2MSFTNGP11.phx.gbl%26rnum%3D1

--
Hope this helps.

-----------------------------------------------------
Teo Lachev, MCSD, MCT
Author: "Microsoft Reporting Services in Action"
Publisher website: http://www.manning.com/lachev
Buy it from Amazon.com: http://shrinkster.com/eq
Home page and blog: http://www.prologika.com/
-----------------------------------------------------

[quoted text, click to view]

AddThis Social Bookmark Button