ReportInterface(String) Constructor

Top 

Description

Creates a new ReportInterface associated with the output file specified by fileName.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Constructor Signature

ReportInterface(

String fileName)

 

 

Arguments

fileName


Description:

The name of the file to which the report will be generated.

 

 

 

Syntax

ReportInterface myReportInterface1(myString1);

 

 

See also

ReportInterface Object

ReportInterface Guide