Search Results for

    Show / Hide Table of Contents

    Struct ValidationError

    Namespace: FastReport.Utils
    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
    Type Name Description
    System.String name
    ValidationError.ErrorLevel level
    System.String message
    ReportComponentBase obj

    Fields

    Level

    Declaration
    public ValidationError.ErrorLevel Level
    Field Value
    Type Description
    ValidationError.ErrorLevel

    Message

    Declaration
    public string Message
    Field Value
    Type Description
    System.String

    Name

    Declaration
    public string Name
    Field Value
    Type Description
    System.String

    Object

    Declaration
    public ReportComponentBase Object
    Field Value
    Type Description
    ReportComponentBase
    Back to top © 1998-2025 Copyright Fast Reports Inc.