...
The GlobalDisplaySection class may be used in the globalDisplaySections attribute of the report event to define pieces of text that can be reused in the same type of display section (e.g., title, footnote, etc.) in multiple output displays.
Excerpt Include |
---|
| ARSP:ER Diagram: GlobalDisplaySection |
---|
| ARSP:ER Diagram: GlobalDisplaySection |
---|
|
When needed, a single instance of the GlobalDisplaySection class is created for each type of display section and the type of display section is indicated in the sectionType attribute. One or more pieces of reusable text for the type of display section may then be defined in the subSections attribute. Each piece of reusable text is represented as an instance of the DisplaySubSection class, in which an identifier value is assigned in the id attribute and the associated text is specified in the text attribute.
Example |
---|
Include Page |
---|
| ARSP:globalDisplaySections: Definition |
---|
| ARSP:globalDisplaySections: Definition |
---|
|
|
Once defined, a reusable text value may be referenced by specifying its identifier value in the subSectionId attribute of an instance of the OrderedSubSectionRef class in the orderedSubSections attribute of an output display. For more information about output displays, refer to the OutputDisplay section.
Example |
---|
Include Page |
---|
| ARSP:globalDisplaySections: Use |
---|
| ARSP:globalDisplaySections: Use |
---|
|
|
...