ReportConfiguration Class
The class used for configuring the UFT Developer report.

C# Syntax

public class ReportConfiguration : HP.LFT.Common.Configuration.BaseConfiguration, IReportConfiguration  
Inheritance Hierarchy

System.Object
   HP.LFT.Common.Configuration.BaseConfiguration
      HP.LFT.Report.ReportConfiguration

Public Constructors
 NameDescription
Public ConstructorReportConfiguration ConstructorOverloaded.   
Top
Protected Fields
 NameDescription
Protected Field_valueSuplier(Inherited from HP.LFT.Common.Configuration.BaseConfiguration)
Top
Public Properties
 NameDescription
Public PropertyDescriptionthe UFT Developer report description.  
Public PropertyIsOverrideExistingIndicates whether the existing report files will be overridden. If false, each report filename gets an ordinal suffix.  
Public PropertyReportEnabledSpecifies if the report should be enabled or not.  
Public PropertyReportFolderThe name of the folder where the UFT Developer report is generated.  
Public PropertyReportLevelThe level of events to be reported. Possible values: ReportLevel.  
Public PropertySnapshotsLevelThe snapshot capture level used to generate the UFT Developer report.  
Public PropertyTargetDirectoryThe root directory where report folders are generated. Default = project Output path.  
Public PropertyTitlethe UFT Developer report title.  
Top
Protected Properties
 NameDescription
Protected PropertyConfiguration(Inherited from HP.LFT.Common.Configuration.BaseConfiguration)
Top
Protected Methods
 NameDescription
Protected MethodGetAppSetting(Inherited from HP.LFT.Common.Configuration.BaseConfiguration)
Protected MethodGetBoolAppSetting(Inherited from HP.LFT.Common.Configuration.BaseConfiguration)
Protected MethodGetIntAppSetting(Inherited from HP.LFT.Common.Configuration.BaseConfiguration)
Top