Save the results of the report as an rptx file or csv file.
void @ReportSave(string report_filename, string output_filename);
Parameters
string report_filename : Reporter Original File Name
string output_filename : Name of the file to save
Return Value
None.
Example
@ReportSetTime(2000, 1, 1, 2, 3);
@ReportSave("test.rptx",
"c:\\test\\test.csv");
@ReportSetTime(2001, 2, 3, 4, 5);
@ReportSave("test.rptx", "c:\\test\\test.rptx");
Description : Save the results of the Test.rptx Reporter file as test.csv and test.rptx files respectively in C:\Test folder.
Version Information
Supported Version: 10.2.9 or higher
Related Helps