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

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

Uses of StiColumnBeginRenderEvent in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiColumnBeginRenderEvent
 StiColumnBeginRenderEvent StiPage.getColumnBeginRenderEvent()
          Occurs when start render column.
 

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

Uses of StiColumnBeginRenderEvent in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return StiColumnBeginRenderEvent
 StiColumnBeginRenderEvent StiForm.getColumnBeginRenderEvent()
           
 

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