Skip to main content
All docs
V24.1

ScriptErrorCollection(IList<ScriptError>) Constructor

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

Namespace: DevExpress.XtraReports.Scripting

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public ScriptErrorCollection(
    IList<ScriptError> errors
)

Parameters

Name Type
errors IList<ScriptError>
See Also