Creates a new report.

If you do not use the Create Easy Text Report VI, to create a report, you must use this VI.


icon

Inputs/Outputs

  • cenum.png window state (normal)

    window state (Report Generation Toolkit) sets the Microsoft Word or Excel window to display as normal, minimized, or maximized. The VI ignores this input for HTML reports.

    0
    maximized
    1
    minimized
    2
    normal
    (default)
    3
    no change
  • cbool.png display alerts? (F)

    display alerts? (Report Generation Toolkit) determines whether prompts and alerts appear in Microsoft Word or Excel. The default is FALSE, which disables alerts. The VI ignores this input for HTML reports.

  • cenum.png report type

    report type is the type of report you want to create.

    0
    HTML
    —Creates an HTML report and returns a reference to it in report out so you can use other Report Generation VIs to customize, save, or print the report.
    1
    Word
    (Report Generation Toolkit)—Creates a report in Word and returns a reference to it in report out so you can use other Report Generation VIs to customize, save, or print the report.
    2
    Excel
    (Report Generation Toolkit)—Creates a report in Excel and returns a reference to it in report out so you can use other Report Generation VIs to customize, save, or print the report.
  • cpath.png template (empty)

    template (Report Generation Toolkit) specifies a path to a Word document or Excel worksheet that acts as a report template. Enter the path to an existing Word document or Excel worksheet to open and edit an existing report for a template.

    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.

  • cstr.png machine name (empty)

    machine name (Report Generation Toolkit) specifies a computer from which Microsoft Word or Excel runs remotely. The VI ignores this input for HTML reports.

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