'宣言 Public Event PrintSection As ReportEventHandler
'使用法 Dim instance As C1FlexReport Dim handler As ReportEventHandler AddHandler instance.PrintSection, handler
public event ReportEventHandler PrintSection
'宣言 Public Event PrintSection As ReportEventHandler
'使用法 Dim instance As C1FlexReport Dim handler As ReportEventHandler AddHandler instance.PrintSection, handler
public event ReportEventHandler PrintSection
このイベントが発生した時点では、フィールドの値とサイズがコントロールによって設定されています。
この値は変更できますが、フィールドのレイアウトには影響しません。たとえば、ここで、フィールドの Textプロパティを変更しても、フィールドは拡大または縮小されません。
このイベントは、 Section.OnPrintスクリプトプロパティと同じ機能です。