Partager via


Propriété IParameter.IsMultiValue

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

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Syntaxe

'Déclaration
ReadOnly Property IsMultiValue As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Notes

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

Voir aussi

Référence

IParameter Interface

Espace de noms Microsoft.ReportingServices.Interfaces