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

ReportServiceController.ShowDesigner(XtraReport, String) Method

Invokes the Report Designer (WinForms or ASP.NET).

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

public void ShowDesigner(
    XtraReport report,
    string reportHandle
)

Parameters

Name Type Description
report XtraReport

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

reportHandle String

A String specifying a report handle.

See Also