Interface IDynamicTextEventHandler
- All Known Implementing Classes:
DynamicTextEventAdapter
public interface IDynamicTextEventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onCreate
(IDynamicTextInstance text, IReportContext reportContext) Handle the onCreate eventvoid
onPageBreak
(IDynamicTextInstance text, IReportContext reportContext) Handle the onPageBreak eventvoid
onPrepare
(IDynamicText textData, IReportContext reportContext) Handle the onPrepare eventvoid
onRender
(IDynamicTextInstance text, IReportContext reportContext) Handle the onRender event
-
Method Details
-
onPrepare
Handle the onPrepare event- Throws:
ScriptException
-
onCreate
Handle the onCreate event- Throws:
ScriptException
-
onRender
Handle the onRender event- Throws:
ScriptException
-
onPageBreak
Handle the onPageBreak event- Throws:
ScriptException
-