Gets and sets the first line of text in the print footer.
Read-write property
Visual Basic |
---|
Public Property PrintTextFooter1 As String |
A string value which represents the first line of text in the print footer.
The default value is an empty string "".
This property allows you to customize the first line of text in the print footer. The print footer appears on every page printed. If this value is empty, it is ignored. To create a blank line, enter one or more blank spaces in the string. There are a number of variables (i.e. date, time, page numbering, etc.) that can be inserted in this string which are substituted at print-time. For more information about available variables, please see Customize Printed Headers and Footers with System Values topic.
Note: This property can not be set in the Object/Embed tag, list file, or during the OnInitialize event.