ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / OpenReport Method
The id of the report
The array of the parameters values

In This Topic
    OpenReport Method
    In This Topic
    Open 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
    The array of the parameters values
    See Also