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

ReportDesignerDetailItem.OpenReport(XtraReport, 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(
    XtraReport report,
    string reportTitle
)

Parameters

Name Type Description
report XtraReport

An XtraReport object that defines the report layout.

reportTitle String

A string which is the report title.

See Also