Sets the current date MM/DD/YY format.
This object represents the date when the Date Now field is added to a report.
This example shows how to concatenate the string Created on: and the date on which the DateNow Field was added to the report:
ActiveDocument.Sections["Sales Report"].ReportHeader.Fields["DateNow Field"].Formula = "Created on:" + ' ' + new Date()
Layer(Value as BqLayer), Spring(Name as String), UnSpring()
Read-write: Property Formula as String, Property HorizontalAlignment as BqHorizontalAlignment, Property Text as String, Property TextWrap as Boolean, Property VerticalAlignment as BqVerticalAlignment
Read-only: Property Name as String, Property Type as BqShapeType