Intersoft ClientUI Documentation
Render Method (XamlRenderer)



The contents of the report.
A string dictionary containing the parameters for the report server.
Device specific information that can be passed to the rendering extension at run time by client applications.
Information about the client, such as a web browser.
Information about the rendering result.
The delegate function that receives the rendered stream.
Renders the report according to the values in the parameters.
Syntax
Public Function Render( _
   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 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.Render(report, reportServerParameters, deviceInfo, clientCapabilities, renderProperties, createAndRegisterStream)

Parameters

report
The contents of the report.
reportServerParameters
A string dictionary containing the parameters for the report server.
deviceInfo
Device specific information that can be passed to the rendering extension at run time by client applications.
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

A Boolean value. A return value of true indicates that any properties added to the report object model are saved into the intermediate format.
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