Skip to main content
A newer version of this page is available. .

ReportDesignerDetailItem.OpenReport(String) Method

Opens the specified report in the designer.

Namespace: DevExpress.ExpressApp.ReportsV2.Web

Assembly: DevExpress.ExpressApp.ReportsV2.Web.v18.2.dll

Declaration

public void OpenReport(
    string handle
)

Parameters

Name Type Description
handle String

A string which is the report handle.

See Also