ReportHTMLOptions Structure

Use the ReportHTMLOptions structure to define options for displaying results on an HTML page.

The ReportHTMLOptions structure is used in the HtmlViewService Service.

ReportHTMLOptions Structure Field

Field Description

boolean enableDelayLoading

Internal use only. This field is always set to 1, which means that Oracle Analytics web services is never required to provide results immediately, and displays a message indicating that it is waiting for results.

String linkMode

Specifies whether to display drills or links in the current browser window or a new browser window.

ReportHTMLLinksMode Enumeration

The ReportHTMLLinksMode enumeration specifies a list of valid values for the ReportHTMLLinksMode field.

The ReportHTMLLinksMode enumeration is used in the ReportHTMLOptions Structure.

ReportHTMLLinksMode Enumeration Values

Values Description

String InPlace

Specifies that drills or links should replace only the content of the current analysis without changing the rest of the page.

String NewPage

Specifies that drills or links should be displayed in a new browser window.

String SamePage

Specifies that drills or links should replace the current browser window.