[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.ReportScriptException

ReportScriptException Class

The ReportScriptException is thrown when an error occurs in the report scripting code or any of the report's calculated DataField expressions.

Inheritance
ReportScriptException
Implements
Namespace: GrapeCity.ActiveReports
Assembly: MESCIUS.ActiveReports.dll
Syntax
public class ReportScriptException : ReportException, ISerializable

Constructors

Name Description
ReportScriptException()

Initializes a new instance of the ReportScriptException class.

ReportScriptException(SerializationInfo, StreamingContext)

Initializes a new instance of the ReportScriptException class with serialized data.

ReportScriptException(string)

Initializes a new instance of the ReportScriptException class with a specified error message.

ReportScriptException(string, Exception)

Initializes a new instance of the ReportScriptException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Extension Methods