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

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

Uses of StiBeforePrintEvent in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiBeforePrintEvent
 StiBeforePrintEvent StiComponent.getBeforePrintEvent()
          Occurs before printing of the component.
 

Methods in com.stimulsoft.report.components with parameters of type StiBeforePrintEvent
 void StiComponent.setBeforePrintEvent(StiBeforePrintEvent value)
           
 

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

Methods in com.stimulsoft.report.components.bands that return StiBeforePrintEvent
 StiBeforePrintEvent StiTableOfContents.getBeforePrintEvent()
           
 

Methods in com.stimulsoft.report.components.bands with parameters of type StiBeforePrintEvent
 void StiTableOfContents.setBeforePrintEvent(StiBeforePrintEvent value)
           
 

Uses of StiBeforePrintEvent in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return StiBeforePrintEvent
 StiBeforePrintEvent StiReportControl.getBeforePrintEvent()
           
 StiBeforePrintEvent StiForm.getBeforePrintEvent()
           
 

Methods in com.stimulsoft.report.dialogs with parameters of type StiBeforePrintEvent
 void StiReportControl.setBeforePrintEvent(StiBeforePrintEvent value)
           
 void StiForm.setBeforePrintEvent(StiBeforePrintEvent value)