Interfaz IParameter
Defines the parameter properties.
Espacio de nombres: Microsoft.ReportingServices.Interfaces
Ensamblados: Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
Sintaxis
'Declaración
Public Interface IParameter
'Uso
Dim instance As IParameter
public interface IParameter
public interface class IParameter
type IParameter = interface end
public interface IParameter
El tipo IParameter expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
IsMultiValue | Gets the value that specifies whether the parameter is a multivalue parameter. | |
Name | Gets the value that specifies the name of the parameter. | |
Values | Gets the value that specifies an array of parameter values. |
Arriba