ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / Print Method

In This Topic
    Print Method (ReportViewer)
    In This Topic
    Prints the currently displayed report, if any.
    Syntax
    'Declaration
     
    Public Function Print() As Task
    public Task Print()

    Return Value

    A task that represents the asynchronous operation of printing the report.
    See Also