IParameterService Properties
When implemented by a class, provides a service functionality to manage report parameters created in the Report Wizard.| Name | Description |
|---|---|
| AddParameterString | If implemented, specifies the caption of the New Report Parameter command available in the Visual Studio Report Designer. |
| CanCreateParameters | If implemented, specifies whether or not the report parameters can be created. |
| CreateParameterString | If implemented, specifies the title of the Report Parameter dialog invoked from the Visual Studio Report Designer. |
| Parameters | If implemented, provides access to a collection of the available report parameters. |
See Also