ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class / Render Method
The rendering extension to render the currently loaded report.
The stream provider to store the render output.
The rendering extension settings.

In This Topic
    Render Method (Viewer)
    In This Topic
    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 GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider, _
       ByVal settings As NameValueCollection _
    ) 
    public void Render( 
       IRenderingExtension extension,
       GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider streamProvider,
       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