Available in: Logi Info | Source code name: IncludeSharedElement |
A Shared Element can be referenced from other Definitions so that elements can be defined once but used many times. This is especially useful things such as standardized headers and footers. To share elements, place them under a Shared Element. Then go to a definition where the shared elements should appear and add an Include Shared Element.
Typically, set the DefinitionFile to the name of a definition which has the SharedElement element to be included in the report.
If the IncludeSharedElement is itself under a SharedElement, and the element to be included is getting passed with a PassedSharedElement, set DefinitionFile to a special value "PassedSharedElement".
The Condition attribute can optionally prevent inclusion of the shared element. Token variables may be included in the Condition, except for @Data tokens.
IncludeSharedElements are processed before LocalData, DefaultRequestParams and SessionParams. Do not use token values set by these elements.
Element Group:Extensions and Shared Elements |