IDesignForm.ShowDialog() Method
Shows the End-User Designer form, modally.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
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