Property Values
- Namespace
- DocWright.Reporting.Processing
- Assembly
- DocWright.Reporting.dll
Values
Gets the current values, typed to DataType: one for a single-valued parameter (which may be null), any number for a multi-valued one, none when there is no valid value.
public IReadOnlyList<object?> Values { get; }