Skip to main content
A newer version of this page is available.
All docs
V21.1

DxReportDesigner.OpenReport(String) Method

Opens the specified report on the client side.

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v21.1.JSBasedControls.dll

NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls

Declaration

public Task OpenReport(
    string reportName
)

Parameters

Name Type Description
reportName String

A string that specifies the report’s URL.

Returns

Type Description
Task

A Task that is completed when the report is opened.

See Also