Save Report to File VI
- Updated2025-07-30
- 3 minute(s) read
Saves an HTML report to the file specified in report file path.
This VI also saves Microsoft Word and Excel reports.

Inputs/Outputs
report in
—
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
—
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? (F)
—
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 ("")
—
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 (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
report out
—
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
—
error out contains error information. This output provides standard error out functionality. |
report in
—
report file path
—
prompt to replace? (F)
—
password ("")
—
error in (no error)
—
report out
—
error out
—