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

ChooseObjectTypePageEx<TModel> Class

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

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public class ChooseObjectTypePageEx<TModel> :
    ChooseObjectTypePage<TModel>
    where TModel : XtraReportModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IChooseObjectTypePageView interface.

Implements

IWizardPage<TModel>
See Also