ActiveReports 12
Values Property (ReportParameter)

GrapeCity.ActiveReports.Viewer.Win.v12 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > ReportParameter Class : Values Property
Gets the collection of zero or more values for the report parameter.
Syntax
'Declaration
 
Public ReadOnly Property Values As IEnumerable(Of Object)
public IEnumerable<object> Values {get;}
See Also

Reference

ReportParameter Class
ReportParameter Members