ReportInterface.HeaderType Property

Top 

Description

Determines the format of the headers. To show or hide the headers completely, set this value to "None."

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Attributes

Type:

integer

Access:

read/write

Default Value:

1 ( Labels and units )

Valid Values:

Value

Label

0

None

1

Labels and units

2

Labels

 

Syntax

myVariable1 = myReportInterface1.HeaderType;

 

myReportInterface1.HeaderType = myVariable1;

 

See also

ReportInterface Object

ReportInterface Guide