Compartir a través de


IParameter.IsMultiValue Propiedad

Gets the value that specifies whether the parameter is a multivalue parameter.

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
ReadOnly Property IsMultiValue As Boolean 
    Get
'Uso
Dim instance As IParameter 
Dim value As Boolean 

value = instance.IsMultiValue
bool IsMultiValue { get; }
property bool IsMultiValue {
    bool get ();
}
abstract IsMultiValue : bool
function get IsMultiValue () : boolean

Valor de la propiedad

Tipo: System.Boolean
A value that specifies whether the parameter is a multivalue parameter.

Comentarios

This property returns true if the parameter is a multivalue parameter; otherwise, the property returns false.

Vea también

Referencia

IParameter Interfaz

Espacio de nombres Microsoft.ReportingServices.Interfaces