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

MultiQueryConfigureParametersPage Properties

Provides a view for the Configure Query Parameters page of the Data Source Wizard in WPF applications.
Name Description
CanFinish Indicates whether or not the Finish button is enabled on a wizard page. Inherited from ParametersPageBase.
CanGoForward Indicates whether or not the Next button is enabled on a wizard page. Inherited from ParametersPageBase.
Description Specifies the description of the current wizard page.
IsInDesignMode static Gets whether design-time mode is active. Inherited from ViewModelBase.
Parameters Provides access to the collection of query parameters available on a wizard page.
ParameterService Provides access to a service for managing report parameters created in the Report Wizard. Inherited from ParametersPageBase.
ParameterServiceParameters Provides access to the collection of parameters associated with a current report. Inherited from ParametersPageBase.
QueriesToAdd Specifies the collection of queries to which parameters can be added.
QueriesToPreview Specifies a collection of queries available to preview.
SelectedParameter Specifies the currently selected parameter.
See Also