ReportParameterInfo.Values Property

Gets the values for the parameter.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public ReadOnly Property Values As IList(Of String)
'Usage
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 ();
}
/** @property */
public IList<String> get_Values ()
public function get Values () : IList<String>

Property Value

A read-only list of string values.

See Also

Reference

ReportParameterInfo Class
ReportParameterInfo Members
Microsoft.Reporting.WebForms Namespace