Propriedade ReportParameter.Values
Gets a collection of String objects containing one or more values for the parameter.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
Public ReadOnly Property Values As StringCollection
public StringCollection Values { get; }
public:
property StringCollection^ Values {
StringCollection^ get ();
}
member Values : StringCollection with get
function get Values () : StringCollection
Valor de propriedade
Tipo: StringCollection
A StringCollection object.