|
|
|
|
|
- Printing the page header and footer of the nested report:
- Tip
- Change of orientation
iNestedHeaderFooter (Function) In french: iHautBasPageImbriqué Prints (or not) the page headers and footers of nested report. This function can be used: - in the opening code of the main report: it will apply to all the nested reports that will be printed from the main report.
- before printing the nested report: it will only apply to the next nested report.
iNestedHeaderFooter(True)
iPrintReport(ETAT_Imb2)
Syntax
iNestedHeaderFooter(<Header and footer of nested Report>)
<Header and footer of nested Report>: Boolean - False (default value) if the main report must be printed while sharing its page header and footer with the nested report. The page header and footer of the nested report will not be printed.
- True if the page header and the page footer of the nested report must be printed.
Remarks Printing the page header and footer of the nested report: | | Case 1: nested report printed on a single page: | Case 2: The nested report is printed on several pages |
When using iNestedHeaderFooter with the True parameter, we recommend that you use iPageEnd before iPrintReport. This allows you to print two reports, one after another, in the same preview window. If a nested state does not have the same orientation as the main state, this function has no effect: the top and bottom blocks will not be not shared. Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|