Use the ExportOptions JSP tag to define an Export Options dialog, which presents options for exporting a thin table or a thin crosstab to a file.
Note: The ExportOptions tag must be invoked through a DialogLink tag. The page that contains the ExportOptions tag should also contain an ApplyButton tag and a CancelButton tag. In a BLAF JSP application, you can use a BIPageButtonBar tag to provide both buttons with one tag.
id -- (Required) A unique identifier for this dialog tag.
scope -- Determines the accessibility and lifetime of the object; select one of the following values: Page, Request, Session, or Application. Typically, use Session, which is the default value.
presentationId -- Specifies the identifier of the Presentation tag that is to be exported; usually this attribute is not set manually because the DialogLink tag intializes this value. If this identifier is set, then it must be contained in the current page.