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

ChooseXPObjectSourceConnectionTypePageEx<TModel> Class

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public class ChooseXPObjectSourceConnectionTypePageEx<TModel> :
    ChooseXPObjectSourceConnectionTypePage<TModel>
    where TModel : XtraReportModel

Type Parameters

Name
TModel

Implements

IWizardPage<TModel>

Inheritance

Object
WizardPageBase<DevExpress.DataAccess.Wizard.Views.IChooseXPObjectSourceConnectionTypePageView, TModel>
DevExpress.DataAccess.Wizard.Presenters.ChooseXPObjectSourceConnectionTypePage<TModel>
ChooseXPObjectSourceConnectionTypePageEx<TModel>
See Also