[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Aspnetcore.Viewer.Services.RenderSettings.Parameters

Parameters Property

Parameters

Gets or sets the dictionary of report parameters.

Declaration
public Dictionary<string, object[]> Parameters { get; set; }
Property Value
Type Description
Dictionary<string, object[]>

A dictionary where the key is a string representing the parameter name and the value is an array of object representing the parameter values.