Skip to main content

IDesignForm.Show() Method

Shows the End-User Designer form.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

void Show()

Remarks

When implemented by a class (XRDesignForm or XRDesignRibbonForm), calling the Show method shows the corresponding End-User Report Designer form.

See Also