IDataMultiValueParameter Interface
Represents a multivalued parameter to a Command object.
Namespace: Microsoft.ReportingServices.DataProcessing
Assembly: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)
Syntax
'Declaration
Public Interface IDataMultiValueParameter
Inherits IDataParameter
public interface IDataMultiValueParameter : IDataParameter
public interface class IDataMultiValueParameter : IDataParameter
public interface IDataMultiValueParameter extends IDataParameter
public interface IDataMultiValueParameter extends IDataParameter
Remarks
The IDataMultiValueParameter interface, along with the IDataParameter interface, enables you to implement a Parameter class that accepts multiple values.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
IDataMultiValueParameter Members
Microsoft.ReportingServices.DataProcessing Namespace