Siebel Analytics Web Services Guide > Description of Siebel Analytics Web SOAP API Methods > HtmlViewService Service >

getHTMLForReport() Method


The getHTMLForReport() method gets an HTML excerpt to display the results for a particular report. Before issuing this call, use the addReportToPage method to add the results to an HTML page.

Signature

String getHTMLForReport(String pageID, String pageReportID, String sessionID);

Arguments
Description

String pageID

A character string page ID returned by the startPage() method. For information about the startPage () method, read startPage() Method.

String pageReportID

A character string ID returned by the addReportToPage() method.

For information about the addReportToPage method, read addReportToPage() Method.

String sessionID

A character string that identifies the session ID. The session ID is usually returned by the logon call. If the SOAP client engine can handle HTTP cookies, you can omit the session ID or set it to null.

Returns

Returns a string containing the HTML excerpt that displays the specified report.

Siebel Analytics Web Services Guide