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

ConfigureSqlParametersPage<TModel> Class

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

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public class ConfigureSqlParametersPage<TModel> :
    WizardPageBase<IConfigureParametersPageView, TModel>
    where TModel : class, ISqlDataSourceModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IConfigureParametersPageView interface.

Note

This page is no longer used in the current Report Wizard implementation. Use the MultiQueryConfigureParametersPage<TModel> class instead (corresponding to the Configure Query Parameters wizard page).

To learn how to switch back to using the older Report Wizard version in your WinForms application, see the following example online: How to switch the Report Wizard back to a single-query version.

See Also