Skip to main content

ChooseDataSourceTypePageEx<TModel> Class

Supplies a presenter for the Select the Data Source Type page of the Report Wizard.

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public class ChooseDataSourceTypePageEx<TModel> :
    ChooseDataSourceTypePage<TModel>
    where TModel : XtraReportModel

Type Parameters

Name Description
TModel

The data source model type.

Remarks

Note

This wizard page is no longer used in the default Wizard implementation. The following page is used instead: ChooseExistingConnectionPageViewEx.

Inheritance

Object
WizardPageBase<IChooseDataSourceTypePageView, TModel>
ChooseDataSourceTypePage<TModel>
ChooseDataSourceTypePageEx<TModel>
See Also