Condividi tramite


Proprietà ReportParameter.MultiValue

Gets a value that indicates whether this is a multivalue parameter (a parameter that can take a set of values).

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property MultiValue As Boolean 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean
A Boolean value.

Vedere anche

Riferimento

ReportParameter Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering