ReportServiceController.ShowDesigner(XtraReport, String) Method
In This Article
Invokes the Report Designer (WinForms or ASP.NET Web Forms).
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
#Declaration
public void ShowDesigner(
XtraReport report,
string reportHandle
)
#Parameters
Name | Type | Description |
---|---|---|
report | Xtra |
An Xtra |
report |
String | A String specifying a report handle. |
See Also