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