Append List to Report VI

Owning Palette: Report Generation VIs

Requires: Base Development System

Adds a list of elements to the report.

 Add to the block diagram  Find on the palette
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)
1disc
2square
3circle
ordered item type determines how the ordered list appears, numerical or alphabetical. The default is arabic numerals.

0(default)
1arabic numerals
2lower alpha
3upper alpha
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.
list elements are the items you want to include in the list.
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.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
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.
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.
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.
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.
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.
error out contains error information. This output provides standard error out functionality.