Skip to main content
A newer version of this page is available.
All docs
V19.1

SelectDataSourcePage<TModel> Class

OBSOLETE

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

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

Namespace: DevExpress.Data.XtraReports.Wizard.Presenters

Assembly: DevExpress.Data.v19.1.dll

Declaration

[Obsolete("This class is no longer used in the current Report Wizard implementation.")]
public class SelectDataSourcePage<TModel> :
    ReportWizardServiceClientPage<ISelectDataSourcePageView, TModel>
    where TModel : ReportModel

Type Parameters

Name
TModel
See Also