IParameterService Members
In This Article
#Properties
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. |
#Methods
Name | Description |
---|---|
Add |
If implemented, adds a parameter to a parameter storage. |
Create |
If implemented, creates a new parameter of the specified type. |
See Also