'宣言 Public Event ReportError As C1.Report.ReportErrorEventHandler
'使用法 Dim instance As C1FlexReport Dim handler As C1.Report.ReportErrorEventHandler AddHandler instance.ReportError, handler
public event C1.Report.ReportErrorEventHandler ReportError
'宣言 Public Event ReportError As C1.Report.ReportErrorEventHandler
'使用法 Dim instance As C1FlexReport Dim handler As C1.Report.ReportErrorEventHandler AddHandler instance.ReportError, handler
public event C1.Report.ReportErrorEventHandler ReportError