Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.