
| Visual Basic (Declaration) | |
|---|---|
| Public Class ReportScriptException Inherits ReportException | |
| C# | |
|---|---|
| public class ReportScriptException : ReportException | |
You should catch this exception and inspect the InnerException property to diagnose the location and type of the error that caused the exception.
            
            
            
            
            System.Object
   System.Exception
         GrapeCity.ActiveReports.ReportException
            GrapeCity.ActiveReports.ReportScriptException
Reference
ReportScriptException MembersGrapeCity.ActiveReports Namespace
GrapeCity.ActiveReports.v7~GrapeCity.ActiveReports.ActiveReport~Script
 
     
     
     
     
    