The Field (Object) sets a computable field.
This example shows how to display fields with text messages (text labels):
try
{
ActiveDocument.Sections["Report"].PageHeader.Fields["Field"].Formula = "'This is a text label'"
ActiveDocument.Sections["Report"].Recalculate()
}
catch(e)
{
Console.Writeln(e.toString())
}Layer(Value As BqLayer value), Spring (Name As String), UnSpring ()
Read-write: Formula as String, HorizontalAlignment as BqHorizontalAlignment (Number), Text as String, TextWrap as Boolean, VerticalAlignment as BqVerticalAlignment (Number)