Get Report Settings VI

Owning Palette: Advanced Report Generation VIs

Requires: Base Development System

Retrieves information about the current font and text settings of a given report.

 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.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
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.
text options indicates how the text appears in the report.
Italic indicates whether text appears in italics in the report.
StrikeThrough indicates whether text appears with a strikethrough effect in the report.
Underline indicates whether text appears underlined in the report.
Bold indicates whether text appears bold in the report.
font settings indicates what font settings currently are used in a report.
charset is the character set to use for report text. The default is -1.
name is the font name.
weight is the thickness of the font.
size is the font size.
error out contains error information. This output provides standard error out functionality.
text color indicates the color of the text in the report.