IParameterService Properties
When implemented by a class, provides a service functionality to manage report parameters created in the Report Wizard.
Name | Description |
---|---|
Add |
If implemented, specifies the caption of the New Report Parameter command available in the Visual Studio Report Designer. |
Can |
If implemented, specifies whether or not the report parameters can be created. |
Create |
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