ActiveReports Developer 7
Render Method
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class : Render Method

extension
The rendering extension to render the currently loaded report.
streamProvider
The stream provider to store the render output.
settings
The rendering extension settings.

Glossary Item Box

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

Visual Basic (Declaration) 
Public Sub Render( _
   ByVal extension As IRenderingExtension, _
   ByVal streamProvider As StreamProvider, _
   ByVal settings As System.Collections.Specialized.NameValueCollection _
) 
C# 
public void Render( 
   IRenderingExtension extension,
   StreamProvider streamProvider,
   System.Collections.Specialized.NameValueCollection settings
)

Parameters

extension
The rendering extension to render the currently loaded report.
streamProvider
The stream provider to store the render output.
settings
The rendering extension settings.

See Also