Skip to main content

IWizardReportProvider.OriginalReport Property

Provides access to the report that is being edited using the Report Wizard.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

XtraReport OriginalReport { get; }

Property Value

Type Description
XtraReport

A XtraReport object.

See Also