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

ConfigureEFConnectionStringPageEx<TModel> Class

Provides a presenter to the Specify a Connection String page of the Report Wizard.

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public class ConfigureEFConnectionStringPageEx<TModel> :
    ConfigureEFConnectionStringPage<TModel>
    where TModel : XtraReportModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IConfigureEFConnectionStringPageView interface.

Implements

IWizardPage<TModel>
See Also