<< Click to Display Table of Contents >>
OZExportCommand
This event occurs after saving report.
Parameters
code |
Success or failure(0: Failure, 1: Success) |
path |
File path |
filename |
File name |
pagecount |
Number of pages of the saved file |
filepaths |
File path and name of the saved file |
Reference
To use the OZExportCommand event, the value of viewer.exportcommand must be set to true. If you have multiple saved file, the filepaths Parameter "|" as a delimiter is returned. If you have multiple saved files, the filepaths Parameter "|" as a delimiter is returned. For the HTML5 viewer, the "path", "filename", and "filepaths" are always returned as an empty value.