ComponentOne Reports for WPF
C1.C1Report Namespace / ReportEventArgs Class / Exception Field

In This Topic
    Exception Field (ReportEventArgs)
    In This Topic
    ReportEventArgs.Exception that caused the error.
    Syntax
    'Declaration
     
    Public ReadOnly Exception As Exception
    public readonly Exception Exception
    Remarks
    This property is only used with the C1Report.ReportError event.
    See Also