ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Xml Assembly / GrapeCity.ActiveReports.Export.Text.Page Namespace / TxtRenderingExtension Class / Render Method / Render(IReport,StreamProvider,NameValueCollection) Method

In This Topic
    Render(IReport,StreamProvider,NameValueCollection) Method
    In This Topic
    Renders the specified report.
    Syntax
    'Declaration
     
    Public Overloads Sub Render( _
       ByVal report As IReport, _
       ByVal streams As StreamProvider, _
       ByVal settings As NameValueCollection _
    ) 
    public void Render( 
       IReport report,
       StreamProvider streams,
       NameValueCollection settings
    )

    Parameters

    report
    streams
    settings
    See Also