Back to Devexpress

ScriptErrorCollection Class

xtrareports-devexpress-dot-xtrareports-dot-scripting-a49a854a.md

latest1.3 KB
Original Source

ScriptErrorCollection Class

Namespace : DevExpress.XtraReports.Scripting

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class ScriptErrorCollection :
    Collection<ScriptError>
vb
Public Class ScriptErrorCollection
    Inherits Collection(Of ScriptError)

The following members return ScriptErrorCollection objects:

Inheritance

Object Collection<ScriptError> ScriptErrorCollection

See Also

ScriptErrorCollection Members

DevExpress.XtraReports.Scripting Namespace