Table of Contents

Property Value

Namespace
DocWright.Reporting
Assembly
DocWright.Reporting.dll

Value

Gets or sets this element's text, or null when it has none.

public string? Value { get; set; }

Property Value

string

Remarks

RDL's content model is element-only except at the leaves, so an element has children or text, never both in a way that carries meaning. Setting text on an element that has children does not remove them, because a model that silently discarded content would be the exact failure this type exists to prevent; the writer emits such text before the children, and only its position among them is not modelled.