Skip to main content
All docs
V18.2

ASPxClientReportDesigner.OpenReport(String) Method

Opens the specified report on the Web Report Designer’s client side.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public void OpenReport(
    string url
)

Parameters

Name Type Description
url String

A string that specifies the URL of a report to be opened.

See Also