GetReportConfiguration Method
Returns a HP.LFT.Report.Configuration.ReportConfiguration instance with the values from the 'App.config' of the assembly returned by GetConfigurationAssembly.
Remarks
By default, returns the ReportConfiguration representing the Report section of app.config from the current assembly.

When overriding, you can provide a HP.LFT.Report.ReportConfiguration instance with the assembly of another test, for example a central settings assembly that all tests use.

C# Syntax

protected virtual ReportConfiguration GetReportConfiguration()

Return Value