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

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

Uses of StiRenderingEvent in com.stimulsoft.report
 

Methods in com.stimulsoft.report that return StiRenderingEvent
 StiRenderingEvent StiReport.getRenderingEvent()
          Occurs when a page is rendered.
 

Methods in com.stimulsoft.report with parameters of type StiRenderingEvent
 void StiReport.setRenderingEvent(StiRenderingEvent value)
           
 

Uses of StiRenderingEvent in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiRenderingEvent
 StiRenderingEvent StiPage.getRenderingEvent()
          Occurs when a page rendering.
 

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

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

Methods in com.stimulsoft.report.components.bands that return StiRenderingEvent
 StiRenderingEvent StiGroupHeaderBand.getRenderingEvent()
          Occurs when occurs rendering of one line data.
 StiRenderingEvent StiEmptyBand.getRenderingEvent()
          Occurs when a data row rendering.
 StiRenderingEvent StiDataBand.getRenderingEvent()
          Occurs when a data row rendering.
 

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

Uses of StiRenderingEvent in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return StiRenderingEvent
 StiRenderingEvent StiForm.getRenderingEvent()
           
 

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