Sets or returns the value of the On Print box in the Properties window of a report section. Read/write String.
expression.OnPrint
expression Required. An expression that returns one of the objects in the Applies To list.
The Print event occurs after data in a report section is formatted for printing, but before the section is printed.
The OnPrint value will be one of the following, depending on the selection chosen in the Choose Builder window (accessed by clicking the Build button next to the On Print box in the report section's Properties window):
If the On Print box is blank, the property value is an empty string.
The following example prints the value of the OnPrint property in the Immediate window for the "GroupHeader0" section in the "Purchase Order" report.
Debug.Print Reports("Purchase Order").Section("GroupHeader0").OnPrint