MultiValue Propiedad
Indicates this is a multivalue parameter (a parameter that can take a set of values).
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property MultiValue As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Boolean
A Boolean value.