Skip to main content

ConfigureQueryPageEx<TModel> Constructors

This page is no longer used in the current Report Wizard implementation. Use the MultiQueryConfigurePageEx<TModel> class instead (corresponding to the Create a Query or Select a Stored Procedure (Multi-Query Version) wizard page).
Name Parameters Description
ConfigureQueryPageEx(IConfigureQueryPageView, IWizardRunnerContext, SqlWizardOptions, IDBSchemaProviderEx, IResultSchemaProvider, IParameterService, ICustomQueryValidator, ReportWizardSettings) view, context, options, dbSchemaProviderEx, resultSchemaProvider, parameterService, customQueryValidator, reportWizardSettings Initializes a new instance of the ConfigureQueryPageEx<TModel> class with the specified settings.
ConfigureQueryPageEx(IConfigureQueryPageView, IWizardRunnerContext, SqlWizardOptions, IDBSchemaProviderEx, IResultSchemaProvider, IParameterService, ICustomQueryValidator) view, context, options, dbSchemaProviderEx, resultSchemaProvider, parameterService, customQueryValidator Initializes a new instance of the ConfigureQueryPageEx<TModel> class with the specified settings.
ConfigureQueryPageEx(IConfigureQueryPageView, IWizardRunnerContext, SqlWizardOptions, IDBSchemaProviderEx, IParameterService, ICustomQueryValidator) view, context, options, dbSchemaProviderEx, parameterService, customQueryValidator Initializes a new instance of the ConfigureQueryPageEx<TModel> class with the specified settings.
See Also