IDataMultiValueParameter Interface
Updated: February 25, 2016
Represents a multivalued parameter to a Command object.
Assemblies: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
| Name | Description | |
|---|---|---|
![]() | ParameterName | Gets or sets the name of the IDataParameter.(Inherited from IDataParameter.) |
![]() | Value | Gets or sets the value of the parameter.(Inherited from IDataParameter.) |
![]() | Values | Gets or sets the values of the parameters. |
The IDataMultiValueParameter interface, along with the IDataParameter interface, enables you to implement a Parameter class that accepts multiple values.
Show:
