Displays an HTML report in the default Web browser. Wire data to the report in input to determine the polymorphic instance to use or manually select the instance.

If you wire a URL or path that contains a space character to this VI, the VI encodes the space as %20 before displaying the URL or HTML file in the Web browser.


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.

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

  • ipath.png temporary HTML file created

    temporary HTML file created is the path in which the VI saved the temporary HTML file containing the report before displaying the HTML file in the Web browser.

    After the VI runs, you can delete the temporary HTML file to free disk space.

  • ierrcodeclst.png error out

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

  • Examples

    Refer to the following example files included with LabVIEW.

    • labview\examples\Report Generation\HTML Reports\HTML Report.vi