Adds a list of elements to the report.


icon

Inputs/Outputs

  • cenum.png unordered item type (default)

    unordered item type determines the symbol used to denote a list item in an unordered list. You can specify a symbol only if the report is HTML-based. The default for HTML-based reports is a bullet.

    0
    (default)
    1
    disc
    2
    square
    3
    circle
  • cenum.png ordered item type (default)

    ordered item type determines how the ordered list appears, numerical or alphabetical. The default is arabic numerals.

    0
    (default)
    1
    arabic numerals
    2
    lower alpha
    3
    upper alpha
  • 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.

  • c1dstr.png list elements

    list elements are the items you want to include in the list.

  • cenum.png list type (ordered)

    list type specifies whether the list appears ordered or unordered in the report.

    0ordered (default)—Presents the list as numerical or alphabetical.
    1unordered—If the report is HTML-based and you select unordered, you can choose an item indicator.
  • cerrcodeclst.png error in (no error)

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

  • ci32.png ordered start (1)

    ordered start determines the number or letter the list starts with. Enter the number or the letter that corresponds to the number with which you want to start. For example, A equals 1, B equals 2, or a equals 1, b equals 2. The default is 1.

  • cstr.png bookmark (Word)

    bookmark (Report Generation Toolkit) contains the name of the bookmark in a Microsoft Word document from which the insertion occurs. 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.

  • ii32.png start out (Word)

    start out (Report Generation Toolkit) represents the index of the character at the beginning of the text inserted in the Microsoft Word document. The VI ignores this input for HTML reports.

  • ii32.png end out (Word)

    end out (Report Generation Toolkit) represents the index of the character at the end of the text inserted in the Microsoft Word document. The VI ignores this input for HTML reports.

  • ierrcodeclst.png error out

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