Struct ReportAdditionalInfo
Represents the information used to describe a custom step.
Inherited Members
Namespace: HP.LFT.Report
Assembly: HP.LFT.Report.dll
Syntax
public struct ReportAdditionalInfo
Properties
Data
Custom additional data of the step.
Declaration
public IDictionary<string, object> Data { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |
Description
The description of the step.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Exception
The exception of the step if necessary.
Declaration
public Exception Exception { get; set; }
Property Value
| Type | Description |
|---|---|
| Exception |
Image
The image of the step. Set this property only if "ImagePath" property was not set.
Declaration
public Image Image { get; set; }
Property Value
| Type | Description |
|---|---|
| Image |
ImagePath
The path to the image of the step. Set this property only if "Image" property was not set.
Declaration
public string ImagePath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
The status of the step.
Declaration
public Status Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Status |