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

Packages that use StiColumnEndRenderEvent
com.stimulsoft.report.components   
com.stimulsoft.report.dialogs   
 

Uses of StiColumnEndRenderEvent in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiColumnEndRenderEvent
 StiColumnEndRenderEvent StiPage.getColumnEndRenderEvent()
          Occurs when end render column.
 

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

Uses of StiColumnEndRenderEvent in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return StiColumnEndRenderEvent
 StiColumnEndRenderEvent StiForm.getColumnEndRenderEvent()
           
 

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