'宣言 Protected Overridable Function OnReportError( _ ByVal pageNo As System.Integer, _ ByVal exception As System.Exception, _ ByVal fatal As System.Boolean _ ) As System.Boolean
'使用法 Dim instance As FlexReport Dim pageNo As System.Integer Dim exception As System.Exception Dim fatal As System.Boolean Dim value As System.Boolean value = instance.OnReportError(pageNo, exception, fatal)
パラメータ
- pageNo
- The number of page (one-based) where error occurs.
- exception
- The occured exception.
- fatal
- Indicates whether the component should throw the exception that was detected or whether it should ignore the error and continue rendering the report.
戻り値の型
Returns false if report rendering should be stopped false otherwise.