Skip to main content

MultiQueryConfigureParametersPageEx<TModel> Class

Provides a presenter to the Configure Query Parameters page of the Report Wizard.

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public class MultiQueryConfigureParametersPageEx<TModel> :
    MultiQueryConfigureParametersPage<TModel>
    where TModel : XtraReportModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IMultiQueryConfigureParametersPageView interface.

Inheritance

Object
WizardPageBase<IMultiQueryConfigureParametersPageView, TModel>
MultiQueryConfigureParametersPage<TModel>
MultiQueryConfigureParametersPageEx<TModel>
See Also