ScriptError(String, Int32, Int32, String, String) Constructor
Initializes a new instance of the ScriptError class with specified settings.
Namespace: DevExpress.XtraReports.Scripting
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
public ScriptError(
string fileName,
int line,
int column,
string errorNumber,
string errorText
)
Parameters
Name | Type |
---|---|
fileName | String |
line | Int32 |
column | Int32 |
errorNumber | String |
errorText | String |
See Also