[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.Data.ReportSnapshot.Parameters

Parameters Property

Parameters

Gets the report parameter values.

Declaration
public Dictionary<string, List<ReportParameterInfo<Variant>>> Parameters { get; }
Property Value
Type Description
Dictionary<string, List<ReportParameterInfo<Variant>>>

A dictionary where the key is a string representing the parameter name, and the value is a list of ReportParameterInfo<T> objects representing the parameter values.