ReportCloseAll

 

void @ReportCloseAll(string module_name);

 

Close all open reporter module files.

 

Parameters

int type : The type of module to close (0=all windows)

 

Return Value

None.

 

Example1

@ReportCloseAll(0);

 

Description : Close all reporter modules.

 

Version Information

Supported Version: 10.3.6.17 or higher

 

Related Helps

@ReportPrint()

@ReportPrintMulti()

@ReportSave()

@ReportPrintPDF()

@ReportSetTime()

@ReportSetTimeMinListFrom()

@ReportSetTimeMinListTo()

@ReportSetTimeMultiFrom()

@ReportSetTimeMultiTo()

@ReportSetVar()

@ReportView()

@ReportCloseName()

@ReportCloseAll()

@ReportIsAlive()