Skip to main content
All docs
V17.2

XtraReportExtensions.ShowDesignerDialog(XtraReport) Method

Loads the report modally in an End-User Report Designer form.

Namespace: DevExpress.XtraReports.UI

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public static void ShowDesignerDialog(
    this XtraReport report
)

Parameters

Name Type Description
report XtraReport

An XtraReport object.

See Also