Method | Description |
initialize( IReportContext reportContext ) | Called twice, once before the generation phase begins and once before the render phase begins. |
beforeFactory( IReportDesign report, IReportContext reportContext ) | Called before the generation phase begins. |
afterFactory( IReportContext reportContext ) | Called after the generation phase ends. |
beforeRender( IReportContext reportContext ) | Called before the presentation phase begins. |
afterRender( IReportContext reportContext ) | Called after the presentation phase ends. |