ActiveReports Developer 7
Values Property
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > ReportParameter Class : Values Property

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Values As System.Collections.Generic.IEnumerable(Of Object)
C# 
public System.Collections.Generic.IEnumerable<object> Values {get;}

See Also