ActiveReports Developer 7
Exception Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ValidationEntry Class : Exception Property

Glossary Item Box

Gets an System.Exception object to throw when the severity level is Error.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Exception As System.Exception
C# 
public System.Exception Exception {get;}

See Also