Difference between revisions of "Tabulation setShowResultAsPdf"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:Diagram/report generating CGScript functions]]
 

 

  

Revision as of 05:16, 29 March 2011



Tabulation_setShowResultAsPdf

This function will

Syntax

Tabulation_setShowResultAsPdf(export)

Arguments

  • export: Is a bool expression. If it is true and Tabulation_saveAsReport is used, when executing the scrip, Export to PDF dialog will be shown.

6315.jpg

Return type

empty

Examples

createCrossDiagram({"Single"}, {"Multi"});

Tabulation_saveAsReport("Tabulation - 06012008", 15896647, {});

Tabulation_setShowResultAsPdf(true);

Availability

Version 5.6