IParameterService Members
When implemented by a class, provides a service functionality to manage report parameters created in the Report Wizard.Properties
| 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. |
Methods
| Name | Description |
|---|---|
| AddParameter(IParameter) | If implemented, adds a parameter to a parameter storage. |
| CreateParameter(Type) | If implemented, creates a new parameter of the specified type. |
See Also