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

In This Topic
    Request Property
    In This Topic
    Gets or sets the names of the parameters that needs to retrieve the values and valid values for.
    Syntax

    Property Value

    A dictionary where the key is a System.String value representing the parameter name and the value is a ReportHandlers.ParameterValuesQuery.RequestFields object containing the requested fields.
    See Also