Sets the text of the report header.

Header text for Microsoft Excel reports appears only when you print the report.

Use tokens with this VI to generate information in the headers. For example, you can insert a time stamp in the headers of the report.

You cannot use tokens with Microsoft Word and Excel reports.


icon

Inputs/Outputs

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

  • cstr.png left header text

    left header text is the information you want to appear in the left side of the header.

  • cstr.png center header text

    center header text is the information you want to appear in the center portion of the header.

  • cstr.png right header text

    right header text is the information you want to appear in the right side of the header.

  • cerrcodeclst.png error in (no error)

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

  • cenum.png HTML header size

    HTML header size is the HTML heading tag to use for the header. Use this parameter only for HTML reports.

    0<H1>
    1<H2>
    2<H3> (default)
    3<H4>
    4<H5>
    5<H6>
    6<H7>
  • cenum.png header placement

    header placement specifies the location of the header.

    Note If you insert a header in a Microsoft Word report, the header is added to all pages regardless of the placement specified.
    0
    Top of Document
    (default)
    1
    Append to Body
    (the header is added to the top of each page)
  • 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.