ExecuteReport

Description

Executes the current report and generates the resulting HTML file.

This method executes the current report and puts the resulting data into the current destination file. You specify the report to execute when you create the ReportMgr object. To set the destination file, you must call the SetHTMLFileName method prior to calling this method.

HCL Compass outputs the report data in HTML format. You can view this data using an HTML browser.

Note: This method is for Windows™ only.

Syntax

VBScript


reportMgr.ExecuteReport 

Perl


$reportMgr->ExecuteReport(); 
Identifier
Description
reportMgr
The ReportMgr object associated with the current session.
Return value
None.