ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / OpenReport Method
The id of the report.
An array of parameter values for the report (optional).

In This Topic
    OpenReport Method
    In This Topic
    Opens a report.
    Syntax
    'Declaration
     
    Public Function OpenReport( _
       ByVal reportID As String, _
       Optional ByVal parameters() As Parameter _
    ) As Task
    public Task OpenReport( 
       string reportID,
       Parameter[] parameters
    )

    Parameters

    reportID
    The id of the report.
    parameters
    An array of parameter values for the report (optional).

    Return Value

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