Skip to main content

MultiQuerySelectFieldsPage<TModel> Class

Provides a presenter to the Choose Fields to Display in a Report (Obsolete) page of the Report Wizard.

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public class MultiQuerySelectFieldsPage<TModel> :
    WizardPageBase<IMultiQuerySelectFieldsPageView, TModel>
    where TModel : XtraReportModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IMultiQuerySelectFieldsPageView interface.

Inheritance

Object
WizardPageBase<IMultiQuerySelectFieldsPageView, TModel>
MultiQuerySelectFieldsPage<TModel>
See Also