Owning Palette: Report Layout VIs
Requires: Base Development System
Sets the text of the report footer.
Use tokens with this VI to generate information in the footers. For example, you can insert a time stamp in the footers of the report.
You cannot use tokens with Microsoft Word and Excel reports.
Add to the block diagram | Find on the palette |
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. | |||||||||||||||
left footer text is the information you want to appear in the left side of the footer. | |||||||||||||||
center footer text is the information you want to appear in the center portion of the footer. | |||||||||||||||
right footer text is the information you want to appear in the right side of the footer. | |||||||||||||||
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | |||||||||||||||
HTML footer size is the HTML heading tag to use for the footer. Use this parameter only 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. | |||||||||||||||
error out contains error information. This output provides standard error out functionality. |