ReportParameter.Values (Propiedad)

Obtiene una colección de objetos string que contienen uno o varios valores para el parámetro.

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
Public ReadOnly Property Values As StringCollection
public StringCollection Values { get; }
public:
property StringCollection^ Values {
    StringCollection^ get ();
}
member Values : StringCollection with get
function get Values () : StringCollection

Valor de propiedad

Tipo: StringCollection
Un objeto StringCollection.

Vea también

Referencia

ReportParameter Clase

Microsoft.Reporting.WebForms (Espacio de nombres)