Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Tabulation getShowResultAsPdf

From Catglobe Wiki



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