ActiveReports Developer 7
XlsExportException Class
Members  See Also 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.ActiveReports.Export.Excel.Section Namespace : XlsExportException Class

Glossary Item Box

The exception that is thrown for general exceptions that occur in the ActiveReports.XlsExport assembly.

Object Model

XlsExportException Class

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
         GrapeCity.ActiveReports.Export.Excel.Section.XlsExportException

See Also