ReportParameterInfo.Values Propiedad

Obtiene los valores del 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 IList(Of String)
    Get
'Uso
Dim instance As ReportParameterInfo
Dim value As IList(Of String)

value = instance.Values
public IList<string> Values { get; }
public:
property IList<String^>^ Values {
    IList<String^>^ get ();
}
member Values : IList<string>
function get Values () : IList<String>

Valor de la propiedad

Tipo: System.Collections.Generic.IList<String>
Una lista de solo lectura de valores string.

Vea también

Referencia

ReportParameterInfo Clase

Espacio de nombres Microsoft.Reporting.WebForms