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

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

    Namespace: DevExpress.XtraReports.Scripting

    Assembly: DevExpress.XtraReports.v26.1.dll

    Declaration

    public ScriptErrorCollection(
        IList<ScriptError> errors
    )

    Parameters

    Name Type
    errors IList<ScriptError>
    See Also