ReportParameter.Values Property
Gets a collection of string objects containing one or more values for the parameter.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.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.WebForms Namespace