[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ReportViewer.OpenReport

OpenReport Method

OpenReport(string, Parameter[])

Opens a report.

Declaration
public Task OpenReport(string reportID, Parameter[] parameters = null)
Parameters
Type Name Description
string reportID

The id of the report.

Parameter[] parameters

An array of parameter values for the report (optional).

Returns
Type Description
Task

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