Skip to main content

ChooseEFConnectionStringPageEx<TModel> Class

Provides a presenter to the Select the Data Context page of the Report Wizard.

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public class ChooseEFConnectionStringPageEx<TModel> :
    ChooseEFConnectionStringPage<TModel>
    where TModel : XtraReportModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IChooseEFConnectionStringPageView interface.

Inheritance

Object
WizardPageBase<IChooseEFConnectionStringPageView, TModel>
ChooseEFConnectionStringPage<TModel>
ChooseEFConnectionStringPageEx<TModel>
See Also