ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export.Streaming Namespace / DocumentStreamingRenderer Class / Render Method

In This Topic
    Render Method (DocumentStreamingRenderer)
    In This Topic
    Renders 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
    settings
    cancel
    progress
    See Also