Method GetField
- Namespace
- DocWright.Reporting.Expressions
- Assembly
- DocWright.Reporting.dll
GetField(string)
Looks up a field of the current row.
public virtual ReportFieldValue? GetField(string name)
Parameters
namestringThe field's name, exactly as declared (names are case-sensitive).
Returns
- ReportFieldValue
The field, or null when the dataset declares no such field.