Condividi tramite


Proprietà IParameter.IsMultiValue

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

Spazio dei nomi  Microsoft.ReportingServices.Interfaces
Assembly:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Sintassi

'Dichiarazione
ReadOnly Property IsMultiValue As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

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

Vedere anche

Riferimento

IParameter Interfaccia

Spazio dei nomi Microsoft.ReportingServices.Interfaces