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

IDesignForm.Show() Method

Shows the End-User Designer form.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.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