IClientParameter Properties
If implemented by a class, provides the service contract to a report parameter on the client side.| Name | Description |
|---|---|
| AllowNull | |
| Description | Provides the parameter description. |
| MultiValue | Specifies whether or not a parameter can have multiple values. |
| Name | Specifies the parameter name. |
| Type | Classifies the parameter based on the data type implied in its value. |
| Value | Assigns a fixed value to the parameter. |
| Visible | Specifies whether or not the parameter is visible and its value is requested in a Document Preview. |
See Also