ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Aspnetcore.Viewer Namespace / ReportHandlers.ParameterValuesQuery Class / Values Property

In This Topic
    Values Property (ReportHandlers.ParameterValuesQuery)
    In This Topic
    Specified parameter values
    Syntax
    'Declaration
     
    Public Property Values As Dictionary(Of String,Object())
    public Dictionary<string,object[]> Values {get; set;}
    See Also