Proprietà MultiValue
Gets a Boolean value indicating whether this is a multivalue report parameter.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
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 indicating whether this is a multivalue report parameter.
Vedere anche