ReportParameter.MultiValue Propiedad

Definición

Obtiene o establece un valor que indica si se trata de un parámetro de varios valores (un parámetro que puede aceptar un conjunto de valores).

public:
 property bool MultiValue { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
public bool MultiValue { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
member this.MultiValue : bool with get, set
Public Property MultiValue As Boolean

Valor de propiedad

true si se trata de un parámetro de varios valores; en caso contrario, false.

Atributos

Se aplica a