all groups > sql server reporting services > may 2006 >
You're in the

sql server reporting services

group:

Issue with Render Stream method in Reporting Services 2005



Issue with Render Stream method in Reporting Services 2005 Arthas
5/31/2006 6:21:00 AM
sql server reporting services: Hi,

In reporting services 2000 we had provision to pass report parameters
to Render Stream method. Now i am not able to do this in Render Stream
method of report execution api in RS 2005. I need to get the stream in
the form of html based on the parameters passed (e.g;in RS 2000 i used
to do like this...image = rs.RenderStream(reportPath, "HTML4.0",
streamID,historyID, devInfo, values, out optionalString, out
optionalString);). Can any one please tell me how to do this in
Reporting services 2005?
RE: Issue with Render Stream method in Reporting Services 2005 Tai
6/4/2006 7:20:01 PM
Hello,

I have the same issue too, but I got the StreamNotFoundException. Here is my
steps:
1. call render() method. (a ref to streamID is returned)
2. call renderstream() method with above streamID.
Got the exception StreamNotFoundException.

I have no idea why the exception occurs.
The exception is pretty much the same as
http://support.microsoft.com/?kbid=913363
Anyone got an idea?

Thanks
Tai

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