Partager via


IsMultiValue propriété

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

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.SharePoint.UI.WebParts (dans Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (dans 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 la 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.