[]
Gets the report parameter values.
public Dictionary<string, List<ReportParameterInfo<Variant>>> Parameters { get; }
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. |