IDataMultiValueParameter Interface

Definition

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.

Applies to