Dispose Report VI

Owning Palette: Report Generation VIs

Requires: Base Development System

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.

 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.
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? (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 describes error conditions that occur before this node runs. This input provides standard error in functionality.
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 contains error information. This output provides standard error out functionality.