Represents the information used to describe a reporting context.
public class ReportContextInfo
System.Object
HP.LFT.Report.ReportContextInfo
Name | Description | |
---|---|---|
ReportContextInfo Constructor | Create a new instance of the ReportContextInfo class. C# Syntax
|
Name | Description | |
---|---|---|
Description | The description of the reporting context. C# Syntax public string Description {get; set;} | |
Data | Custom additional data of the reporting context. C# Syntax public IDictionary<string,object> Data() {get; set;} | |
ContextMode | The mode of the reporting context. C# Syntax public ReportContextMode ContextMode {get; set;} |
Name | Description | |
---|---|---|
VerificationMode | This method sets the mode of the reporting context to Verification. C# Syntax public ReportContextInfo VerificationMode() Returns An HP.LFT.Report.ReportContextInfo object with the context mode set to Verification. |