Difference between revisions of "Tabulation setShowResultAsPdf"
Line 3: | Line 3: | ||
==== Tabulation_setShowResultAsPdf ==== | ==== Tabulation_setShowResultAsPdf ==== | ||
− | + | Show export PDF dialog or not.<br> | |
'''Syntax''' | '''Syntax''' |
Revision as of 09:09, 28 December 2011
Tabulation_setShowResultAsPdf
Show export PDF dialog or not.
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.
Return type
empty
Examples
createCrossDiagram({"Single"}, {"Multi"});
Tabulation_saveAsReport("Tabulation - 06012008", 15896647, {{70479, "FullControl"}}, true);
Tabulation_setShowResultAsPdf(true);
Availability
Version 5.6