ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Aspnetcore.Viewer.Services Namespace / RenderSettings Class / Parameters Property

In This Topic
    Parameters Property (RenderSettings)
    In This Topic
    Gets or sets the dictionary of report parameters.
    Syntax
    'Declaration
     
    Public Property Parameters As Dictionary(Of String,Object())
    public Dictionary<string,object[]> Parameters {get; set;}

    Property Value

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