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

Packages that use StiGetHyperlinkEvent
com.stimulsoft.report.chart.view.series   
com.stimulsoft.report.components   
com.stimulsoft.report.components.bands   
com.stimulsoft.report.dialogs   
 

Uses of StiGetHyperlinkEvent in com.stimulsoft.report.chart.view.series
 

Methods in com.stimulsoft.report.chart.view.series that return StiGetHyperlinkEvent
 StiGetHyperlinkEvent StiSeries.getGetHyperlinkEvent()
          Occurs when getting the Hyperlink for the series.
 

Methods in com.stimulsoft.report.chart.view.series with parameters of type StiGetHyperlinkEvent
 void StiSeries.setGetHyperlinkEvent(StiGetHyperlinkEvent value)
           
 

Uses of StiGetHyperlinkEvent in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiGetHyperlinkEvent
 StiGetHyperlinkEvent StiComponent.getgetHyperlinkEvent()
          Occurs when getting Hyperlink for the component.
 

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

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

Methods in com.stimulsoft.report.components.bands that return StiGetHyperlinkEvent
 StiGetHyperlinkEvent StiTableOfContents.getgetHyperlinkEvent()
           
 

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

Uses of StiGetHyperlinkEvent in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return StiGetHyperlinkEvent
 StiGetHyperlinkEvent StiReportControl.getgetHyperlinkEvent()
           
 StiGetHyperlinkEvent StiForm.getgetHyperlinkEvent()
           
 

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