ActiveReports 8
ReportDataException Class
Members  See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports Namespace : ReportDataException Class

Glossary Item Box

This exception is thrown when an error occurs while connecting to the report's data source.

Object Model

ReportDataException Class

Syntax

Visual Basic (Declaration) 
Public Class ReportDataException 
   Inherits ReportException
C# 
public class ReportDataException : ReportException 

Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also