ActiveReports Developer 7
ReportException Class
Members  See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports Namespace : ReportException Class

Glossary Item Box

This exception or one of its descendent classes is thrown when an error occurs while running the report.

Object Model

ReportException Class

Syntax

Visual Basic (Declaration) 
Public Class ReportException 
   Inherits System.ApplicationException
C# 
public class ReportException : System.ApplicationException 

Inheritance Hierarchy

System.Object
   System.Exception
         GrapeCity.ActiveReports.ReportException
            GrapeCity.ActiveReports.Expressions.ExpressionObjectModel.ReportParameterException
            GrapeCity.ActiveReports.InvalidReportDefinitionException
            GrapeCity.ActiveReports.PageReportModel.MasterReportNotFoundException
            GrapeCity.ActiveReports.ReportDataException
            GrapeCity.ActiveReports.ReportScriptException

See Also