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

ConfigureSqlParametersPageEx<TModel> Constructors

This page is no longer used in the current Report Wizard implementation. Use the MultiQueryConfigureParametersPageEx<TModel> class instead (corresponding to the Configure Query Parameters wizard page).
Name Parameters Description
ConfigureSqlParametersPageEx(IConfigureParametersPageView, IWizardRunnerContext, IParameterService, IDBSchemaProviderEx, IResultSchemaProvider, ICustomQueryValidator, SqlWizardOptions, ReportWizardSettings) view, context, parameterService, dbSchemaProvider, resultSchemaProvider, customQueryValidator, options, reportWizardSettings Initializes a new instance of the ConfigureSqlParametersPageEx<TModel> class with the specified settings.
ConfigureSqlParametersPageEx(IConfigureParametersPageView, IWizardRunnerContext, IParameterService, IDBSchemaProviderEx, IResultSchemaProvider, ICustomQueryValidator, SqlWizardOptions) view, context, parameterService, dbSchemaProvider, resultSchemaProvider, customQueryValidator, options Initializes a new instance of the ConfigureSqlParametersPageEx<TModel> class with the specified settings.
ConfigureSqlParametersPageEx(IConfigureParametersPageView, IWizardRunnerContext, IParameterService, IDBSchemaProviderEx, ICustomQueryValidator, SqlWizardOptions) view, context, parameterService, dbSchemaProvider, customQueryValidator, options Initializes a new instance of the ConfigureSqlParametersPageEx<TModel> class with the specified settings.
See Also