Siebel Analytics Web Services Guide > Description of Structures in the Siebel Analytics Web SOAP API >

ReportHTMLOptions Structure


The ReportHTMLOptions structure defines options for displaying results on an HTML page. This structure is used in the HtmlViewService service. For information about the HtmlViewService service, read HtmlViewService Service. Table 13 lists the field in this structure.

Table 13. ReportHTMLOptions Structure Field
Field
Description

boolean enableDelayLoading

A boolean value, 1 (true) or 0 (false).

When set to true, the Siebel Analytics Web server is not required to provide results immediately, and may display a message indicating that it is waiting for results.

NOTE:  The value is always assumed to be true, even when set to false.

Using enableDelayLoading can be useful when results may take some time to obtain but you want to provide immediate feedback.

Siebel Analytics Web Services Guide