ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Wpf Assembly / GrapeCity.Viewer.Common Namespace / IParameter Interface / Values Property

In This Topic
    Values Property (IParameter)
    In This Topic
    Gets the collection of zero or more values for the report parameter.
    Syntax
    'Declaration
     
    ReadOnly Property Values As IEnumerable(Of Object)
    IEnumerable<object> Values {get;}
    See Also