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

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

Uses of StiAfterPrintEvent in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiAfterPrintEvent
 StiAfterPrintEvent StiComponent.getAfterPrintEvent()
          Occurs after the component printing.
 

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

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

Methods in com.stimulsoft.report.components.bands that return StiAfterPrintEvent
 StiAfterPrintEvent StiTableOfContents.getAfterPrintEvent()
           
 

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

Uses of StiAfterPrintEvent in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return StiAfterPrintEvent
 StiAfterPrintEvent StiReportControl.getAfterPrintEvent()
           
 StiAfterPrintEvent StiForm.getAfterPrintEvent()
           
 

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