overflowTrailer (deprecated) Specifies the subform to place at the bottom of the content area or page when it overflows. The vertical space required for the overflow trailer must be reserved. As of XFA version 2.8, this property is now deprecated. See trailer. Syntax Reference_Syntax.overflowTrailer =”string“ Values Type Values String A valid string representing the name or fully qualified reference syntax expression of a subform. Applies to Model Object Form Model break (deprecated) Version XFA 2.1 Examples JavaScript Subform1.break.overflowTrailer = “Subform2″; FormCalc Subform1.break.overflowTrailer = “Subform2″