Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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