ActiveReports 8
XlsExportException Class
Members  See Also 
GrapeCity.ActiveReports.Export.Excel.v8 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

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