Intersoft ClientUI Documentation
GetRenderingResource Method



The delegate function to call to get a stream to render into.
Device specific information that can be passed to the rendering extension at run time by client applications.
Returns arbitrary information from the rendering extension without accessing the report.
Syntax
Public Sub GetRenderingResource( _
   ByVal createAndRegisterStreamCallback As CreateAndRegisterStream, _
   ByVal deviceInfo As NameValueCollection _
) 
Dim instance As XamlRenderer
Dim createAndRegisterStreamCallback As CreateAndRegisterStream
Dim deviceInfo As NameValueCollection
 
instance.GetRenderingResource(createAndRegisterStreamCallback, deviceInfo)

Parameters

createAndRegisterStreamCallback
The delegate function to call to get a stream to render into.
deviceInfo
Device specific information that can be passed to the rendering extension at run time by client applications.
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