Skip to main content

ReportServiceController.ShowDesigner(XtraReport, String) Method

Invokes the Report Designer.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v25.2.dll

NuGet Package: DevExpress.ExpressApp.ReportsV2

Declaration

public void ShowDesigner(
    XtraReport report,
    string reportHandle
)

Parameters

Name Type Description
report XtraReport

An XtraReport object that is the report to be modified in the Report Designer.

reportHandle String

A String specifying a report handle.

See Also