ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / ReportScriptException Class
Members

In This Topic
    ReportScriptException Class
    In This Topic
    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
    MESCIUS.ActiveReports~GrapeCity.ActiveReports.ActiveReport~Script