Forces a report block to print. The WLanguage code associated with the printed block is run.
Note: This function allows you to print any report block. However, this function is mainly used to print an iteration block.
15版本和更高版本
15新版本
// Print the END_OF_DOCUMENT block
打印块(END_OF_DOCUMENT)
// Print an iteration block
打印块(ITERATION1)
语法
<Block Name>: Character string (with or without quotes)
Logical name of block to print.
注意
- 打印块 cannot be used in the following processes:
- "Opening" of the report.
- "Pre-print" of a page header block.
- "Pre-print" of a page footer block.
19版本和更高版本In most cases, we recommend that you use planes in the report as they are easier to use and to implement (rather than block substitution). See
The planes for more details.
19新版本In most cases, we recommend that you use planes in the report as they are easier to use and to implement (rather than block substitution). See
The planes for more details.
In most cases, we recommend that you use planes in the report as they are easier to use and to implement (rather than block substitution). See The planes for more details.