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

ObjectConstructorParametersPage Properties

Provides a view for the Specify Constructor 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 parameters associated with the currently selected stored procedure. Inherited from ParametersPageBase.
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.
See Also