 |
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 and standard reports.
You can specify a bookmark in Word or a named range or cell coordinates in Excel. If you set the report type to Word but do not specify a bookmark, the insertion occurs at the end of the document.
 |
position contains the row and column coordinates of the point in an Excel worksheet from which the insertion occurs.
Row and column values in Excel are zero-based, so the row and column coordinates of (0,0) correspond to cell A1.
 |
row represents the row index.
|
 |
column represents the column index.
|
|
 |
name contains the name of the cell in a Microsoft Excel worksheet from which the insertion occurs.
|
 |
bookmark contains the name of the bookmark in a Word document from which the insertion occurs.
|
|
 |
measurement system for column width determines whether the value you enter in column width is in inches or centimeters.
The VI ignores this parameter for HTML reports.
| 0 | US—Sets the column width in inches. | | 1 | Metric—Sets the column width in centimeters. | | 2 | Default (default)—Sets the column width in the measurement system set up on the computer. |
|
 |
column width defines the width of each column in the report table.
The value you enter must be in inches or centimeters, depending on the settings you enter in measurement system for column width. The default is 1. For HTML reports, the VI multiplies the value by 100 to set the column width in pixels.
 | Note If you set column width to a large value and send several columns of data to the VI, the VI automatically resizes the column width to fit the width of the report on a single page. |
|
 |
report in is a reference to the report whose appearance, data, and printing you want to control. Use the New Report VI to generate this LabVIEW class object.
|
 |
column headers determines how each column is labeled in the table.
|
 |
row headers determines how each row is labeled in the table.
|
 |
text data is the information you want to be printed in tabular form.
If you are using a table control, pass the table's value to this parameter.
|
 |
error in describes error conditions that occur before this VI or function runs.
The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code.
Use exception control to treat what is normally an error as no error or to treat a warning as an error.
Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
 |
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
|
 |
code is the error or warning code. The default is 0.
If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
|
 |
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
|
|
 |
separate page? specifies whether to place the table on a new page of the report. The default is FALSE.
|
 |
show grid lines specifies whether to display the grid lines of the table. The default is FALSE.
|
 |
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.
|
 |
range (wd) - start (xl) (Report Generation Toolkit) indicates the place where the VI inserts the table.
 |
start (wd) - row (xl) is the point where the table begins.
|
 |
end (wd) - col (xl) is the point where the table ends.
|
|
 |
end (xl) (Report Generation Toolkit) indicates the last cell in the Excel worksheet where the VI inserts the table.
 |
row (xl) is the row number where the table ends.
|
 |
col (xl) is the column number where the table ends.
|
|
 |
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
Right-click the error out front panel indicator and select Explain Error from the shortcut menu for more information about the error.
 |
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
|
 |
code is the error or warning code.
If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
|
 |
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.
|
|
 |
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 and standard reports.
You can specify a bookmark in Word or a named range or cell coordinates in Excel. If you set the report type to Word but do not specify a bookmark, the insertion occurs at the end of the document.
 |
position contains the row and column coordinates of the point in an Excel worksheet from which the insertion occurs.
Row and column values in Excel are zero-based, so the row and column coordinates of (0,0) correspond to cell A1.
 |
row represents the row index.
|
 |
column represents the column index.
|
|
 |
name contains the name of the cell in a Microsoft Excel worksheet from which the insertion occurs.
|
 |
bookmark contains the name of the bookmark in a Word document from which the insertion occurs.
|
|
 |
measurement system for column width determines whether the value you enter in column width is in inches or centimeters.
The VI ignores this parameter for HTML reports.
| 0 | US—Sets the column width in inches. | | 1 | Metric—Sets the column width in centimeters. | | 2 | Default (default)—Sets the column width in the measurement system set up on the computer. |
|
 |
column width defines the width of each column in the report table.
The value you enter must be in inches or centimeters, depending on the settings you enter in measurement system for column width. The default is 1. For HTML reports, the VI multiplies the value by 100 to set the column width in pixels.
 | Note If you set column width to a large value and send several columns of data to the VI, the VI automatically resizes the column width to fit the width of the report on a single page. |
|
 |
report in is a reference to the report whose appearance, data, and printing you want to control. Use the New Report VI to generate this LabVIEW class object.
|
 |
column headers determines how each column is labeled in the table.
|
 |
row headers determines how each row is labeled in the table.
|
 |
numerical data is the numerical information included in the table.
The information must be a 2D array.
|
 |
error in describes error conditions that occur before this VI or function runs.
The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code.
Use exception control to treat what is normally an error as no error or to treat a warning as an error.
Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
 |
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
|
 |
code is the error or warning code. The default is 0.
If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
|
 |
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
|
|
 |
format string specifies the number formatting to use when converting the numbers to characters. The default is %.3f.
Use the format string syntax.
|
 |
separate page? specifies whether to place the table on a new page of the report. The default is FALSE.
|
 |
show grid lines specifies whether to display the grid lines of the table. The default is FALSE.
|
 |
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.
|
 |
range (wd) - start (xl) (Report Generation Toolkit) indicates the place where the VI inserts the table.
 |
start (wd) - row (xl) is the point where the table begins.
|
 |
end (wd) - col (xl) is the point where the table ends.
|
|
 |
end (xl) (Report Generation Toolkit) indicates the last cell in the Excel worksheet where the VI inserts the table.
 |
row (xl) is the row number where the table ends.
|
 |
col (xl) is the column number where the table ends.
|
|
 |
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
Right-click the error out front panel indicator and select Explain Error from the shortcut menu for more information about the error.
 |
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
|
 |
code is the error or warning code.
If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
|
 |
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.
|
|