Whether the footer of a nested report is displayed at the end of the report or at the bottom of the page. Trail_Footer applies only to reports in a composite DataWindow. Setting Trail_Footer to No forces controls following the report onto a new page.
Report controls
Describe and Modify argument:
"reportname.Trail_Footer { = value }"
Parameter |
Description |
---|---|
reportname |
The name of the report control for which you want to get or set Trail_Footer. |
value |
Whether the report’s footer trails the last line of the report or appears at the bottom of the page. Values are:
|
[Visual Basic] setting = dw1.Describe("rpt_1.Trail_Footer")
dw1.Modify("rpt_1.Trail_Footer = Yes")