ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common 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