ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Excel Assembly / GrapeCity.ActiveReports.Export.Excel.Page Namespace / ExcelRenderingExtension Class / Render Method / Render(IReport,StreamProvider,NameValueCollection,CancellationToken) Method
The report.
The stream provider.
The settings.
The System.Threading.CancellationToken object that allows to interrupt rendering.

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

    Parameters

    report
    The report.
    streamProvider
    The stream provider.
    settings
    The settings.
    cancel
    The System.Threading.CancellationToken object that allows to interrupt rendering.
    See Also