Table of Contents

Constructor ReportFieldValue

Namespace
DocWright.Reporting.Expressions
Assembly
DocWright.Reporting.dll

ReportFieldValue(object?)

Initializes a present field.

public ReportFieldValue(object? value)

Parameters

value object

The value, or null for a database null.

ReportFieldValue(object?, bool, IReadOnlyDictionary<string, object?>?)

Initializes a field with every detail.

public ReportFieldValue(object? value, bool isMissing, IReadOnlyDictionary<string, object?>? properties)

Parameters

value object

The value, or null.

isMissing bool

True when the dataset declares the field but the data does not contain it.

properties IReadOnlyDictionary<string, object>

Extended properties by name (FormattedValue, BackgroundColor…), or null.