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