当前位置: 首页 > 网络学院 > 客户端脚本教程 > APPML > break
The <break> element is used to define breaks in the report. This element is used together with the <section> element.
<break> 元素用于在报告中定义换行符。该元素用于和<section>元素一起使用。
The <break> and <section> elements are used to create reports divided into sections, e.g. Sales per year, Sales per category, Customers by country, Sales per customer, etc.
<break>元素和<section>元素混合使用可以将报告拆分成片断。举个例子来说,每年的销售、每类的销售、每个国家的客户、每个客户的销售量,等等。
Note: The HTML report must be ordered by the field it should break on.
注意:HTML 报告必须按照字段(这些字段必须被隔开)来排列。
The <break> element may have the following child elements:
<break>元素可以包含下面这些子元素:
Element 元素 | Description 描述 |
---|---|
field | Specifies the field the report should break on 指定需要断开的字段报告 |
section | Specifies the name of the section the report should jump to after the break 指定需要跳过换行符的报告片断名称 |
<?xml version="1.0" ?> <appml> <break> <header> </htmlreport> |
View the output produced by the AppML HTML List Service
查看由AppML HTML 报告服务输出的结果