The presentation element is a member of the following categories:
Namespace -- http://xmlns.oracle.com/bibeans
Group -- BI uiXML elements
Type of element -- Rendering component
Use the presentation element to render an instance of a thin presentation bean that is typically defined by a presentationDef element in this UIX page.
biPresentation -- (Required) A data-bound attribute that binds to a presentation that is contained in the same UIX page. Specify the select key for the presentation that you want to render.
Note: The remaining attributes are not used.
The following example shows an XML fragment that renders a presentation element in the UI tree section of a page using the following assumptions:
Identifier of the presentationDef element: "pres1"
Identifier of the page that contains the presentationDef element: "page3"
Identifier of the biThinSession element in which the presentationDef is defined: "bisession1"
<!-- Renders the presentation --> <bibeans:presentation data:biPresentation="page3_pres1@bibeans:bisession1" />