ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Wpf Assembly / GrapeCity.ActiveReports.Viewer.Wpf Namespace / Viewer Class / Render(IRenderingExtension,StreamProvider,NameValueCollection) Method
Rendering extension used to render a report.

The stream provider to store the render output.

The rendering extension settings.

 

In This Topic
    Render(IRenderingExtension,StreamProvider,NameValueCollection) Method
    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 StreamProvider, _
       ByVal settings As NameValueCollection _
    ) 

    Parameters

    extension
    Rendering extension used to render a report.
    streamProvider

    The stream provider to store the render output.

    settings

    The rendering extension settings.

     
    See Also