FlexReport for WinForms
OnReportError メソッド (FlexReport)


C1.Report アセンブリ > C1.Report 名前空間 > FlexReport クラス : OnReportError メソッド
The number of page (one-based) where error occurs.
The occured exception.
Indicates whether the component should throw the exception that was detected or whether it should ignore the error and continue rendering the report.
Raises the ReportError event.
シンタックス
'宣言
 
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)
protected virtual System.bool OnReportError( 
   System.int pageNo,
   System.Exception exception,
   System.bool 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.
参照

参照

FlexReport クラス
FlexReport メンバ