Save Report to File VI

Owning Palette: Report Generation VIs

Requires: Base Development System

Saves an HTML report to the file specified in report file path.

This VI also saves Microsoft Word and Excel reports.

 Add to the block diagram  Find on the palette
report in is a reference to the report whose appearance, data, and printing you want to control. Use the Create Report VI to generate this LabVIEW class object.
report file path specifies the path where you want to save the report and the name of the report. If the path is empty or invalid, the VI returns an error.
prompt to replace? determines whether the VI displays a dialog box if you specify an existing filename in report file path. The default is FALSE, which overwrites existing files without prompting. This input applies only for HTML reports.
password (Report Generation Toolkit) creates a read-only report with password protection. You must enter the password to modify the report. The VI ignores this input for HTML reports.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
report out is a reference to the report whose appearance, data, and printing you want to control. You can wire this output to other Report Generation VIs.
error out contains error information. This output provides standard error out functionality.