Property Parameters
- Namespace
- DocWright.Reporting.Expressions
- Assembly
- DocWright.Reporting.dll
Parameters
Gets the report's parameter values by name, for Parameters!Name.Value. Names are
case-sensitive, as they are in the reference: Parameters!region does not read a
parameter named Region.
public IDictionary<string, ReportParameterValue> Parameters { get; }