Intersoft ClientUI Documentation
RenderStream Method



The stream for rerendering.
The report content.
A set of report parameters.
The device information settings.
Information about the client, such as a web browser.
Information about the rendering result.
The delegate function that receives the rendered stream.
Rerenders a particular stream from the report.
Syntax
Public Function RenderStream( _
   ByVal streamName As String, _
   ByVal report As Report, _
   ByVal reportServerParameters As NameValueCollection, _
   ByVal deviceInfo As NameValueCollection, _
   ByVal clientCapabilities As NameValueCollection, _
   ByRef renderProperties As Hashtable, _
   ByVal createAndRegisterStream As CreateAndRegisterStream _
) As Boolean
Dim instance As XamlRenderer
Dim streamName As String
Dim report As Report
Dim reportServerParameters As NameValueCollection
Dim deviceInfo As NameValueCollection
Dim clientCapabilities As NameValueCollection
Dim renderProperties As Hashtable
Dim createAndRegisterStream As CreateAndRegisterStream
Dim value As Boolean
 
value = instance.RenderStream(streamName, report, reportServerParameters, deviceInfo, clientCapabilities, renderProperties, createAndRegisterStream)

Parameters

streamName
The stream for rerendering.
report
The report content.
reportServerParameters
A set of report parameters.
deviceInfo
The device information settings.
clientCapabilities
Information about the client, such as a web browser.
renderProperties
Information about the rendering result.
createAndRegisterStream
The delegate function that receives the rendered stream.

Return Value

true if any property that is added to the report object model is saved into the report intermediate format (RIF); otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XamlRenderer Class
XamlRenderer Members

Send Feedback