Tabulation getShowResultAsPdf

From Catglobe Wiki
Jump to: navigation, search



Tabulation_getShowResultAsPdf

Return the setting of exporting the tabulation result to PDF file. Default value is FALSE (Export dialog will not be shown).

Syntax

Tabulation_getShowResultAsPdf()

Arguments

None

Return value

bool

Example

bool b = Tabulation_getShowResultAsPdf();

if (b) print("Export dialog will be shown and you can export report to PDF.");

else print("Export dialog will not be shown and you cannot export report to PDF.");

//Result: Export dialog will not be shown and you cannot export report to PDF.

Availability

Version 5.6