ActiveReports 12
ReportScriptException Class
Members 

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports Namespace : ReportScriptException Class
The ReportScriptException is thrown when an error occurs in the report scripting code or any of the report's calculated DataField expressions.
Object Model
ReportScriptException Class
Syntax
'Declaration
 
Public Class ReportScriptException 
   Inherits ReportException
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
         GrapeCity.ActiveReports.ReportException
            GrapeCity.ActiveReports.ReportScriptException

See Also

Reference

ReportScriptException Members
GrapeCity.ActiveReports Namespace
GrapeCity.ActiveReports.v12~GrapeCity.ActiveReports.ActiveReport~Script