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

XtraReportWizardRunner<TModel, TClient> Class

OBSOLETE

This class is no longer used in the current Report Wizard implementation.

Obsolete. This class is no longer used in the current Report Wizard implementation.

Namespace: DevExpress.XtraReports.Wizards3

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

NuGet Package: DevExpress.Win.Reporting

Declaration

[Obsolete("This class is no longer used in the current Report Wizard implementation.")]
public class XtraReportWizardRunner<TModel, TClient> :
    DataSourceWizardRunnerBase<TModel>
    where TModel : XtraReportModel, new()

Type Parameters

Name
TModel
TClient

Implements

Inheritance

Object
DevExpress.DataAccess.UI.Wizard.DataSourceWizardRunnerBase<TModel>
XtraReportWizardRunner<TModel, TClient>
See Also