ReportInterface.SetCustomHeaderLabels(StringArray) Method

Top 

Description

Sets the CustomHeaderLabels to use when reporting to this ReportInterface.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

ReportInterface.SetCustomHeaderLabels(

StringArray customHeaderLabels)

 

 

Arguments

customHeaderLabels


Description:

The custom header labels to be used when reporting to this ReportInterface.

 

 

 

Syntax

myReportInterface1.SetCustomHeaderLabels(myStringArray1);

 

 

See also

ReportInterface Object

ReportInterface Guide