Uses of Class
com.stimulsoft.report.expressions.StiHyperlinkExpression

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

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

Methods in com.stimulsoft.report.chart.view.series that return StiHyperlinkExpression
 StiHyperlinkExpression StiSeriesInteraction.getHyperlink()
          Gets or sets an expression to fill a series hyperlink.
 StiHyperlinkExpression StiSeries.getHyperlink()
          Gets or sets the expression to fill a series hyperlink.
 

Methods in com.stimulsoft.report.chart.view.series with parameters of type StiHyperlinkExpression
 void StiSeriesInteraction.setHyperlink(StiHyperlinkExpression value)
           
 void StiSeries.setHyperlink(StiHyperlinkExpression value)
           
 

Uses of StiHyperlinkExpression in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiHyperlinkExpression
 StiHyperlinkExpression StiInteraction.getHyperlink()
          Gets or sets an expression to fill a component hyperlink.
 StiHyperlinkExpression StiComponent.getHyperlink()
          gets or sets an expression to fill a component hyperlink.
 

Methods in com.stimulsoft.report.components with parameters of type StiHyperlinkExpression
 void StiInteraction.setHyperlink(StiHyperlinkExpression value)
           
 void StiComponent.setHyperlink(StiHyperlinkExpression value)
           
 

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

Methods in com.stimulsoft.report.components.bands that return StiHyperlinkExpression
 StiHyperlinkExpression StiOverlayBand.getHyperlink()
           
 StiHyperlinkExpression StiChildBand.getHyperlink()
           
 

Methods in com.stimulsoft.report.components.bands with parameters of type StiHyperlinkExpression
 void StiOverlayBand.setHyperlink(StiHyperlinkExpression value)
           
 void StiChildBand.setHyperlink(StiHyperlinkExpression value)
           
 

Uses of StiHyperlinkExpression in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return StiHyperlinkExpression
 StiHyperlinkExpression StiReportControl.getHyperlink()
           
 StiHyperlinkExpression StiForm.getHyperlink()
           
 

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