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

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.v18.2.dll

Declaration

XtraReport OriginalReport { get; }

Property Value

Type Description
XtraReport

A XtraReport object.

See Also