Struct ValidationError
Assembly: FastReport.Base.dll
Syntax
public struct ValidationError
Constructors
ValidationError(String, ValidationError.ErrorLevel, String, ReportComponentBase)
Declaration
public ValidationError(string name, ValidationError.ErrorLevel level, string message, ReportComponentBase obj)
Parameters
Fields
Level
Declaration
public ValidationError.ErrorLevel Level
Field Value
Message
Declaration
Field Value
Type |
Description |
System.String |
|
Name
Declaration
Field Value
Type |
Description |
System.String |
|
Object
Declaration
public ReportComponentBase Object
Field Value