[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.ReportParameter.Values

Values Property

Values

Gets the collection of zero or more values for the report parameter.

Declaration
public IEnumerable<object> Values { get; }
Implements