Skip to main content
All docs
V25.1
  • ScriptErrorCollection(IList<ScriptError>) Constructor

    Initializes a new instance of the ScriptErrorCollection class with specified settings.

    Namespace: DevExpress.XtraReports.Scripting

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public ScriptErrorCollection(
        IList<ScriptError> errors
    )

    Parameters

    Name Type
    errors IList<ScriptError>
    See Also