ActiveReports Developer 7
Render(IRenderingExtension,StreamProvider,NameValueCollection) Method

Exports the specified loaded report to the specified file (or group of files) by using the specified export extension. Note: for page report only.
Syntax
'Declaration
 
Public Sub Render( _
   ByVal extension As IRenderingExtension, _
   ByVal streamProvider As StreamProvider, _
   ByVal settings As System.Collections.Specialized.NameValueCollection _
) 
public void Render( 
   IRenderingExtension extension,
   StreamProvider streamProvider,
   System.Collections.Specialized.NameValueCollection settings
)

Parameters

extension
streamProvider
settings
See Also

Reference

Viewer Class
Viewer Members