ObjectMemberParametersPage Properties
Provides a view for the Specify Member Parameters page of the Data Source Wizard.| Name | Description |
|---|---|
| CanFinish | Indicates whether the Finish button is enabled on a wizard page. Inherited from ParametersPageBase. |
| CanGoForward | Indicates whether 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. |
| UseCustomFooter | Inherited from WizardPageBase. |
See Also