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

Glossary Item Box

The exception that is thrown when a nonfatal PdfExport specific application error occurs.

Object Model

PdfExportException Class

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
         GrapeCity.ActiveReports.Export.Pdf.Section.PdfExportException

See Also