Tabulation getShowResultAsPdf

From Catglobe Wiki
Revision as of 09:46, 28 December 2011 by Cg van (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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