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

This VI also saves Microsoft Word and Excel reports.


icon

Inputs/Outputs

  • cNI__reportlvclass.png 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.

  • cpath.png 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.

  • cbool.png 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.

  • cstr.png 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.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • iNI__reportlvclass.png 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.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.