ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Rdf Assembly / GrapeCity.ActiveReports.Export.Rdf Namespace / RdfRenderingExtension Class / Render Method / Render(IReport,StreamProvider,NameValueCollection) Method
rendered report.
stream of output file.
export settings

In This Topic
    Render(IReport,StreamProvider,NameValueCollection) Method
    In This Topic
    Implement the render method of IRenderingExtension interface
    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
    rendered report.
    streams
    stream of output file.
    settings
    export settings
    See Also