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

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

Uses of StiGetDrillDownReportEvent in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiGetDrillDownReportEvent
 StiGetDrillDownReportEvent StiComponent.getgetDrillDownReportEvent()
          Occurs when it is required to get a report for the Drill-Down operation.
 

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

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

Methods in com.stimulsoft.report.components.bands that return StiGetDrillDownReportEvent
 StiGetDrillDownReportEvent StiTableOfContents.getgetDrillDownReportEvent()
           
 

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

Uses of StiGetDrillDownReportEvent in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return StiGetDrillDownReportEvent
 StiGetDrillDownReportEvent StiReportControl.getgetDrillDownReportEvent()
           
 StiGetDrillDownReportEvent StiForm.getgetDrillDownReportEvent()
           
 

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