IDataMultiValueParameter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a multivalued parameter to a Command object.
public interface class IDataMultiValueParameter : Microsoft::ReportingServices::DataProcessing::IDataParameter
public interface IDataMultiValueParameter : Microsoft.ReportingServices.DataProcessing.IDataParameter
type IDataMultiValueParameter = interface
interface IDataParameter
Public Interface IDataMultiValueParameter
Implements IDataParameter
- Implements
Remarks
The IDataMultiValueParameter interface, along with the IDataParameter interface, enables you to implement a Parameter class that accepts multiple values.
Properties
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. |