Class ReportContextInfo
Represents the information used to describe a reporting context.
public class ReportContextInfo
- Inheritance
-
ReportContextInfo
- Inherited Members
Constructors
ReportContextInfo()
The constructor of ReportContextInfo.
public ReportContextInfo()
Properties
ContextMode
The mode of the reporting context.
public ReportContextMode ContextMode { get; set; }
Property Value
Data
Custom additional data of the reporting context.
public IDictionary<string, object> Data { get; set; }
Property Value
Description
The description of the reporting context.
public string Description { get; set; }
Property Value
Methods
VerificationMode()
Sets the mode of the reporting context to Verification.
public static ReportContextInfo VerificationMode()
Returns
- ReportContextInfo
An ReportContextInfo object which can be used as a builder to set other fields.