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

ReportDesigner.ShowWindow(FrameworkElement) Method

Shows the End-User Report Designer window using the specified owner.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v20.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public void ShowWindow(
    FrameworkElement owner
)

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