ActiveReports 19 .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
    Gets or sets the parameter values dictionary, where key is the parameter name and value is array of the parameter values.
    Syntax
    'Declaration
     
    Public Property Values As Dictionary(Of String,Object())
    public Dictionary<string,object[]> Values {get; set;}

    Property Value

    A dictionary where the key is a System.String value representing the parameter name and the value is an array of System.Object representing the parameter values.
    See Also