Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents a multivalued parameter to a Command object.
Namespace: Microsoft.ReportingServices.DataProcessing
Assemblies: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntax
'Declaration
Public Interface IDataMultiValueParameter _
Inherits IDataParameter
'Usage
Dim instance As IDataMultiValueParameter
public interface IDataMultiValueParameter : IDataParameter
public interface class IDataMultiValueParameter : IDataParameter
type IDataMultiValueParameter =
interface
interface IDataParameter
end
public interface IDataMultiValueParameter extends IDataParameter
The IDataMultiValueParameter type exposes the following members.
Properties
| 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. |
Top
Remarks
The IDataMultiValueParameter interface, along with the IDataParameter interface, enables you to implement a Parameter class that accepts multiple values.
.gif)