Struct ValidationError
Represents the validation data.
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
public struct ValidationError
Fields
Level
The error level.
Declaration
public readonly ValidationError.ErrorLevel Level
Field Value
| Type | Description |
|---|---|
| ValidationError.ErrorLevel |
Message
The message.
Declaration
public readonly string Message
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The error name.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Object
The report object.
Declaration
public readonly ReportComponentBase Object
Field Value
| Type | Description |
|---|---|
| ReportComponentBase |