Returns or sets the report name field.
This example shows how to concatenate the name of the report and the current date:
ActiveDocument.Sections["Sales Report"].ReportHeader.Fields["ReportName Field"].Formula = "ReportName() + ' ' + new Date()" ActiveDocument.Sections["Sales Report"].Recalculate()
Layer(Value as BqLayer), Spring(Name as Name), UnSpring()
Read-write: Formula as String, HorizontalAlignment as BqHorizontalAlignment (Number), Text as String, TextWrap as Boolean, Vertical Alignment as BqVerticalAlignment (Number)