DateNow Field (Object)

Member of:

Fields collection

Description:

Sets the current date MM/DD/YY format.

This object represents the date when the Date Now field is added to a report.

Example:

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

Methods:

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

Properties:

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

Objects/Coll.:

UserValues, LineFormat object, FillFormat, Font