ComponentOne FlexReport for UWP
ReportError Event

C1.UWP.FlexReport Assembly > C1.Xaml.FlexReport Namespace > C1FlexReport Class : ReportError Event
Occurs when an error occurs while rendering a report.
Syntax
'Declaration
 
Public Event ReportError As ReportErrorEventHandler
public event ReportErrorEventHandler ReportError
Remarks

The most common types of errors found when rendering reports are:

1) Invalid connection string or SQL query. This usually indicates that the system could not open the specified database (a server may be off line, or a database file may be in a different location than what was specified) or that the SQL syntax used for the DataSource contains errors.

2) Error executing scripts or evaluating expressions. This usually indicates that the VBScript expression used contains a syntax error. In these cases, make sure you look at the exception message. It usually contains a good explanation of what caused the error.

See Also

Reference

C1FlexReport Class
C1FlexReport Members