ReportInterface.CustomHeaderLabels Property

Top 

Description

StringArray containing custom column headers. If the number of items in the StringArray doesn't match the number of columns being reported, an error will be thrown. To change the format of the headers, use the HeaderType property.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Attributes

Type:

Array of string

Access:

read

 

Syntax

myString1 = myReportInterface1.CustomHeaderLabels[0];

 

See also

ReportInterface Object

ReportInterface Guide