ReportParameterInfo.Values Property

 

Gets the values for the parameter.

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

Syntax

public IList<string> Values { get; }
public:
property IList<String^>^ Values {
    IList<String^>^ get();
}
member Values : IList<string> with get
Public ReadOnly Property Values As IList(Of String)

Property Value

Type: System.Collections.Generic.IList<String>

A read-only list of String values.

See Also

ReportParameterInfo Class
Microsoft.Reporting.WinForms Namespace

Return to top