ReportGetFilename

Example 1:

To get the filename of the default report (0):

var strLogFile = ReportGetFilename();

Example 2:

To get the filename of the report 3:

var strLogFile = ReportGetFilename( 3 );

Close