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.
Rational ClearQuest outputs the report data in HTML format. You can view this data using an HTML browser.
VBScript
reportMgr.ExecuteReport
Perl
$reportMgr->ExecuteReport();