Uses of Class
com.stimulsoft.report.events.StiEndRenderEvent

Packages that use StiEndRenderEvent
com.stimulsoft.report   
com.stimulsoft.report.components   
com.stimulsoft.report.components.bands   
com.stimulsoft.report.dialogs   
 

Uses of StiEndRenderEvent in com.stimulsoft.report
 

Methods in com.stimulsoft.report that return StiEndRenderEvent
 StiEndRenderEvent StiReport.getEndRenderEvent()
          Occurs when the report rendering is finished.
 

Methods in com.stimulsoft.report with parameters of type StiEndRenderEvent
 void StiReport.setEndRenderEvent(StiEndRenderEvent value)
           
 

Uses of StiEndRenderEvent in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiEndRenderEvent
 StiEndRenderEvent StiPage.getEndRenderEvent()
          Occurs when when a page ends to render.
 

Methods in com.stimulsoft.report.components with parameters of type StiEndRenderEvent
 void StiPage.setEndRenderEvent(StiEndRenderEvent value)
           
 

Uses of StiEndRenderEvent in com.stimulsoft.report.components.bands
 

Methods in com.stimulsoft.report.components.bands that return StiEndRenderEvent
 StiEndRenderEvent StiGroupHeaderBand.getEndRenderEvent()
          Occurs when ends rendering band.
 StiEndRenderEvent StiEmptyBand.getEndRenderEvent()
          Occurs when band rendering is finished.
 StiEndRenderEvent StiDataBand.getEndRenderEvent()
          Occurs when band rendering is finished.
 

Methods in com.stimulsoft.report.components.bands with parameters of type StiEndRenderEvent
 void StiGroupHeaderBand.setEndRenderEvent(StiEndRenderEvent value)
           
 void StiEmptyBand.setEndRenderEvent(StiEndRenderEvent value)
           
 void StiDataBand.setEndRenderEvent(StiEndRenderEvent value)
           
 

Uses of StiEndRenderEvent in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return StiEndRenderEvent
 StiEndRenderEvent StiForm.getEndRenderEvent()
           
 

Methods in com.stimulsoft.report.dialogs with parameters of type StiEndRenderEvent
 void StiForm.setEndRenderEvent(StiEndRenderEvent value)