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
public StringCollection Values { get; }
public:
property StringCollection^ Values {
StringCollection^ get();
}
member Values : StringCollection with get
Public ReadOnly Property Values As StringCollection
Property Value
Type: System.Collections.Specialized.StringCollection
A StringCollection object.
See Also
ReportParameter Class
Microsoft.Reporting.WinForms Namespace
Return to top