Dispose Report VI
- Updated2025-07-30
- 2 minute(s) read
Closes the report and releases its interface, which saves memory.
After the VI runs, you cannot perform further operations on the report. The Dispose Report VI should be the last VI you use when you create a report.

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.
wait until printing completed? (T)
—
wait until printing completed? (Report Generation Toolkit) specifies whether the VI closes the report if printing is still in progress. The default is TRUE, which specifies to wait to close the report until the report prints. The VI ignores this input for HTML, standard, and Excel reports.
save changes? (F)
—
save changes? (Report Generation Toolkit) specifies whether the VI saves changes to the report. The default is FALSE, which specifies to close the report without saving any changes. The VI ignores this input if the Close Report input is FALSE. 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.
close report? (T)
—
close report? (Report Generation Toolkit) specifies whether the VI closes the report. The default is TRUE, which specifies to close the report file. The VI ignores this input for HTML reports.
error out
—
error out contains error information. This output provides standard error out functionality. |
report in
—
wait until printing completed? (T)
—
error in (no error)
—
error out
—