Constructor ReportFieldValue
- Namespace
- DocWright.Reporting.Expressions
- Assembly
- DocWright.Reporting.dll
ReportFieldValue(object?)
Initializes a present field.
public ReportFieldValue(object? value)
Parameters
valueobjectThe 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
valueobjectThe value, or null.
isMissingboolTrue when the dataset declares the field but the data does not contain it.
propertiesIReadOnlyDictionary<string, object>Extended properties by name (
FormattedValue,BackgroundColor…), or null.