IReportConfiguration Interface
A configuration that can be used for overriding the default UFT Developer report behavior or extending its capabilities.

C# Syntax

public interface IReportConfiguration 
Public Properties
 NameDescription
PropertyDescriptionthe UFT Developer report description. The description appears directly below the title in the UFT Developer report. By default, the description is empty.  
PropertyIsOverrideExistingIndicates whether the existing report files will be overridden. If false, each report filename gets an ordinal suffix.  
PropertyReportEnabledSpecifies if the report should be enabled or not.  
PropertyReportFolderThe name of the folder where the UFT Developer report is generated. Default = RunResults.  
PropertyReportLevelThe level of events to be reported. Possible values: ReportLevel.  
PropertySnapshotsLevelThe snapshot capture level used to generate the UFT Developer report. Possible values: CaptureLevel  
PropertyTargetDirectoryThe root directory where report folders are generated. Default = project output path.  
PropertyTitlethe UFT Developer report title. Default = Run Results.  
Top