Sets the output file name for the report.
You must call this method before calling the ExecuteReport method to set the name and location of the report output file. You specify output path information in the htmlPathName parameter to put the report in a specific location.
$CQReportMgr->SetHTMLFileName("\\Output.html");
You must specify a directory for the HTML file or add a backslash ("\") before the file name. For Perl, use two backslashes ("\\"). Exemple :