Propriété MultiValue
Gets a Boolean value indicating whether this is a multivalue report parameter.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property MultiValue As Boolean
Get
'Utilisation
Dim instance As ReportParameter
Dim value As Boolean
value = instance.MultiValue
public bool MultiValue { get; }
public:
property bool MultiValue {
bool get ();
}
member MultiValue : bool
function get MultiValue () : boolean
Valeur de propriété
Type : System. . :: . .Boolean
A Boolean value indicating whether this is a multivalue report parameter.
Voir aussi