ReportDesigner.ShowWindow(FrameworkElement) Method
Shows the End-User Report Designer window using the specified owner.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
owner | FrameworkElement | An object that specifies the owner of the window. |
Remarks
To close the End-User Report Designer window, use the ReportDesigner.Exit method.
See Also