Table of Contents

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

name string

The field's name, exactly as declared (names are case-sensitive).

Returns

ReportFieldValue

The field, or null when the dataset declares no such field.