ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export.Streaming Namespace / DocumentStreamingRenderer Class / Render Method
The report to render.
The streaming renderer settings.
The cancellation token to cancel the operation.
The progress reporter.

In This Topic
    Render Method (DocumentStreamingRenderer)
    In This Topic
    Renders the document.
    Syntax
    'Declaration
     
    Public Sub Render( _
       ByVal report As IReport, _
       ByVal settings As StreamingRendererSettings, _
       ByVal cancel As CancellationToken, _
       ByVal progress As IProgress(Of ProgressInfo) _
    ) 

    Parameters

    report
    The report to render.
    settings
    The streaming renderer settings.
    cancel
    The cancellation token to cancel the operation.
    progress
    The progress reporter.
    See Also