'宣言 Public Event ReportError As ReportErrorEventHandler
'使用法 Dim instance As C1FlexReport Dim handler As ReportErrorEventHandler AddHandler instance.ReportError, handler
public event ReportErrorEventHandler ReportError
'宣言 Public Event ReportError As ReportErrorEventHandler
'使用法 Dim instance As C1FlexReport Dim handler As ReportErrorEventHandler AddHandler instance.ReportError, handler
public event ReportErrorEventHandler ReportError
レポートのレンダリング時に最もよく検出されるエラーは次のとおりです。
1) 無効な接続文字列か無効な SQL クエリーです。これは通常、システムが指定のデータベースを開くことができなかったか(サーバーがオフラインである、またはデータベースファイルが指定の場所にない)、 DataSourceで使用される SQL 構文にエラーがあることを示します。
2)スクリプトの実行エラーまたは式の評価エラー。これは通常、使用される VBScript 式に構文エラーが あることを示します。このような場合は、例外メッセージを確認してください。通常は、エラーの発生原因に関する 適切な説明が記述されています。