ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / IReportParameter Interface / AvailableValues Property

In This Topic
    AvailableValues Property
    In This Topic
    List of available values for multivalue parameter
    Syntax
    'Declaration
     
    ReadOnly Property AvailableValues As IList(Of IReportParameterValue)
    IList<IReportParameterValue> AvailableValues {get;}
    See Also