The printerFriendlyView 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 printerFriendlyView element to render an instance of a Printer Friendly View dialog that was defined by a printerFriendlyViewDef element in the current page.
biPrinterFriendlyView -- (Required) A data-bound attribute that binds to a Printer Friendly View dialog. Specify the select key for the Printer Friendly View dialog that you want to render.
Note: The remaining attributes are not used.
The following example shows an XML fragment that renders a Printer Friendly View in the UI tree section of a page using the following assumptions:
Identifier of the printerFriendlyViewDef element: "printFriendly1"
Identifier of the page that contains the printerFriendlyViewDef element: "page3"
Identifier of the biThinSession element in which the printerFriendlyViewDef is defined: "bisession1"
<!-- Renders the printerFriendlyView element --> <bibeans:printerFriendlyView data:biPrinterFriendlyView="page3_printFriendly1@bibeans:bisession1" />