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

IDesignForm.ShowDialog() Method

Shows the End-User Designer form, modally.

Namespace: DevExpress.XtraReports.UserDesigner

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

NuGet Package: DevExpress.Win.Reporting

Declaration

DialogResult ShowDialog()

Returns

Type Description
DialogResult

A DialogResult enumeration value.

Remarks

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

See Also