ReportName Field (Object)

Member of:

Fields collection

Description:

Returns or sets the report name field.

Note:

Be sure to include the Recalculate (Method) when using this object.

Example:

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()

Methods:

Layer(Value as BqLayer), Spring(Name as Name), UnSpring()

Properties:

Read-write: Formula as String, HorizontalAlignment as BqHorizontalAlignment (Number), Text as String, TextWrap as Boolean, Vertical Alignment as BqVerticalAlignment (Number)

Read-only: Name as String, Type as BqShapeType (Number)

Objects/Coll.:

UserValues, FillFormat, Font