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

ChooseExistingConnectionPageEx<TModel> Class

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v23.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public class ChooseExistingConnectionPageEx<TModel> :
    ChooseExistingConnectionPageBase<IChooseExistingConnectionPageViewEx, TModel>
    where TModel : XtraReportModel

Type Parameters

Name Description
TModel

The data source model type.

Implements

IWizardPage<TModel>

Inheritance

Object
WizardPageBase<IChooseExistingConnectionPageViewEx, TModel>
DevExpress.DataAccess.Wizard.Presenters.ChooseExistingConnectionPageBase<IChooseExistingConnectionPageViewEx, TModel>
ChooseExistingConnectionPageEx<TModel>
See Also