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