[]
The ReportScriptException is thrown when an error occurs in the report scripting code or any of the report's calculated DataField expressions.
public class ReportScriptException : ReportException, ISerializable
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. |