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

In This Topic
    ReportDataException Class
    In This Topic
    This exception is thrown when an error occurs while connecting to the report's data source.
    Object Model
    ReportDataException Class
    Syntax
    'Declaration
     
    Public Class ReportDataException 
       Inherits ReportException
    public class ReportDataException : ReportException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          System.ApplicationException
             GrapeCity.ActiveReports.ReportException
                GrapeCity.ActiveReports.ReportDataException

    See Also