Share via


ReportParameter.Values Property

Gets a collection of String objects containing one or more values for the parameter.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
Public ReadOnly Property Values As StringCollection
'Usage
Dim instance As ReportParameter
Dim value As StringCollection

value = instance.Values
public StringCollection Values { get; }
public:
property StringCollection^ Values {
    StringCollection^ get ();
}
/** @property */
public StringCollection get_Values ()
public function get Values () : StringCollection

Property Value

A StringCollection object.

See Also

Reference

ReportParameter Class
ReportParameter Members
Microsoft.Reporting.WinForms Namespace