Property Parameters
- Namespace
- DocWright.Reporting.Processing
- Assembly
- DocWright.Reporting.dll
Parameters
Gets the parameter values the host supplies, by name (names are case-sensitive).
public IDictionary<string, ReportParameterValue> Parameters { get; }
Property Value
Remarks
A value of the parameter's own type is taken as it is — int for Integer, double for Float (any number converts), bool, DateTime or DateTimeOffset, and string. Text for a parameter of another type is read the way the reference reads a value supplied as text, in Culture. A multi-value parameter supplied with no values is treated as not supplied, which is what the reference does (measured).