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

ConfigureQueryPageEx<TModel> Properties

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 Description
DBSchema Gets the schema of the connected SQL data source. Inherited from ConfigureQueryPage<TModel>.
FinishEnabled Specifies whether or not the Finish button is enabled on a wizard page.
Model Provides access to the wizard model, which accumulates settings specified by an end-user during wizard execution. Inherited from WizardPageBase<TView, TModel>.
MoveNextEnabled Specifies whether or not the Next button is enabled on a wizard page.
PageContent Provides access to the content of a wizard page. Inherited from WizardPageBase<TView, TModel>.
See Also