Skip to main content

ReportModel Class

Stores intermediate report settings during a Report Wizard session.

Namespace: DevExpress.Data.XtraReports.Wizard

Assembly: DevExpress.Data.v14.2.dll

Declaration

public class ReportModel :
    IWizardModel,
    ICloneable
Public Class ReportModel
    Implements IWizardModel,
               ICloneable

Remarks

After completing a Report Wizard session, the temporary ReportModel settings are applied to a newly created report. To obtain these settings, handle the ReportWizardLauncherService<TModel>.Completed event.

Manual instantiation of the ReportModel class is required only when implementing a custom Report Wizard.

Inheritance

Object
ReportModel
See Also