Partilhar via


Propriedade ReportParameterInfo.Values

Gets the values for the parameter.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
Public ReadOnly Property Values As IList(Of String)
public IList<string> Values { get; }
public:
property IList<String^>^ Values {
    IList<String^>^ get ();
}
member Values : IList<string> with get
function get Values () : IList<String>

Valor de propriedade

Tipo: IList<String>
A read-only list of String values.

Consulte também

Referência

ReportParameterInfo Classe

Namespace Microsoft.Reporting.WinForms