Appends a 2D array to a report as a table with the given column width. Wire data to the text data input to determine the polymorphic instance to use or manually select the instance.


icon

Inputs/Outputs

  • ccclst.png MS Office parameters

    MS Office parameters (Report Generation Toolkit) specifies the point in a Microsoft Word or Excel report where you want an insertion to occur. The VI ignores this input for HTML reports.

  • cnclst.png position (excel)

    position contains the row and column coordinates of the point in an Excel worksheet from which the insertion occurs.

  • ci32.png row

    rows specifies the row index.

  • ci32.png column

    columns specifies the column index.

  • cstr.png name (excel)

    name contains the name of the cell in a Microsoft Excel worksheet from which the insertion occurs.

  • cstr.png bookmark (word)

    bookmark contains the name of the bookmark in a Word document from which the insertion occurs.

  • cu16.png measurement system for column width (Default)

    measurement system for column width determines whether the value you enter in column width is in inches or centimeters.

  • cdbl.png column width (1)

    column width defines the width of each column in the report table.

  • 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 column headers

    column headers determines how each column is labeled in the table.

  • c1dstr.png row headers

    row headers determines how each row is labeled in the table.

  • c2dstr.png text data

    text data is the information you want to be printed in tabular form.

  • cerrcodeclst.png error in (no error)

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

  • cbool.png separate page? (NO)

    separate page? specifies whether to place the table on a new page of the report. The default is FALSE.

  • cbool.png show grid lines (YES)

    show grid lines specifies whether to display the grid lines of the table. The default is TRUE.

  • iNI__reportlvclass.png report out

    report out is a reference to the report whose appearance, data, and printing you want to control.

  • inclst.png range (wd) - start (xl)

    range (wd) - start (xl) (Report Generation Toolkit) indicates the place where the VI inserts the table.

  • ii32.png start (wd) - row (xl)

    start (wd) - row (xl) is the point where the table begins.

  • ii32.png end (wd) - col (xl)

    end (wd) - col (xl) is the point where the table ends.

  • inclst.png end (xl)

    end (xl) (Report Generation Toolkit) indicates the last cell in the Excel worksheet where the VI inserts the table.

  • ii32.png row (xl)

    row (xl) is the row number where the table ends.

  • ii32.png col (xl)

    col (xl) is the column number where the table ends.

  • ierrcodeclst.png error out

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

  • Examples

    Refer to the following example files included with LabVIEW.

    • labview\examples\reports\TextReportExample.llb\Text Report Example.vi