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

addReportToPage() Method


The addReportToPage() method adds results to an HTML page.

Signature

void addReportToPage(String pageID, String reportID, ReportRef report, String reportViewName, ReportParams reportParams, ReportHTMLOptions options, 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 reportID

A character string that identifies the report containing the results to add to the page. It should be used to reference this report in subsequent SOAP calls; for example, corresponding user interface elements generated by the Siebel Analytics Web server would reference the same ID.

ReportRef report

The report definition, supplied in the ReportRef structure.

For more information, read ReportRef Structure.

String reportViewName

The view to display. If this parameter is null, the report's default view is used. The view name should match the one used to identify the view in the report XML definition.

ReportParams reportParams

Optional. The filters or variables to apply to the report before execution, supplied in the ReportParams common structure.

For more information, read Description of Siebel Analytics Web SOAP API Methods.

ReportHTMLOptions options

Optional. The display options to apply to the report after execution, supplied in the ReportHTMLOptions structure. For more information, read ReportHTMLOptions Structure.

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.

Siebel Analytics Web Services Guide