Propriété MultiValue
Gets a value that indicates whether this is a multivalue parameter (a parameter that can take a set of values).
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
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.
Voir aussi