ConfigureEFStoredProceduresPage Properties
Provides a view for the Bind to a Stored Procedure page of the Data Source Wizard in WPF applications.| 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. |
| Procedures | Gets the stored procedures with the specified parameters from the list of procedures to be used. |
| SelectedItem | Specifies the currently selected stored procedure. |
| UseCustomFooter |
See Also