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

In This Topic
    Refresh Method (ReportViewer)
    In This Topic
    Refreshes the report.
    Syntax
    'Declaration
     
    Public Function Refresh() As Task
    public Task Refresh()

    Return Value

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