ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / ReportParameter Class / Values Property

In This Topic
    Values Property (ReportParameter)
    In This Topic
    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