ActiveReports3 Request technical support
ReportScriptException Class
See Also  Members  


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

Syntax

Visual Basic (Declaration) 
Public Class ReportScriptException 
   Inherits ReportException
Visual Basic (Usage)Copy Code
Dim instance As ReportScriptException
C# 
public class ReportScriptException : ReportException 

Remarks

You should catch this exception and inspect the InnerException property to diagnose the location and type of the error that caused the exception.

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         DataDynamics.ActiveReports.ReportException
            DataDynamics.ActiveReports.ReportScriptException

See Also