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

Packages that use StiExpression
com.stimulsoft.report.barCodes.expressions   
com.stimulsoft.report.chart.view.expressions   
com.stimulsoft.report.chart.view.series   
com.stimulsoft.report.chart.view.series.bubble   
com.stimulsoft.report.chart.view.series.candlestick   
com.stimulsoft.report.chart.view.series.gantt   
com.stimulsoft.report.chart.view.series.range   
com.stimulsoft.report.components   
com.stimulsoft.report.components.conditions   
com.stimulsoft.report.components.interfaces   
com.stimulsoft.report.components.simplecomponents   
com.stimulsoft.report.crossTab   
com.stimulsoft.report.crossTab.expressions   
com.stimulsoft.report.dictionary   
com.stimulsoft.report.engine.parser   
com.stimulsoft.report.expressions   
com.stimulsoft.report.infographics.gauge.expressions   
 

Uses of StiExpression in com.stimulsoft.report.barCodes.expressions
 

Subclasses of StiExpression in com.stimulsoft.report.barCodes.expressions
 class StiBarCodeExpression
           
 

Uses of StiExpression in com.stimulsoft.report.chart.view.expressions
 

Subclasses of StiExpression in com.stimulsoft.report.chart.view.expressions
 class StiCutPieListExpression
          Describes the class that contains the expression for calculation of Cut Pie List.
 class StiListOfArgumentsExpression
          Describes the class that contains the expression for calculation of List of Arguments.
 class StiListOfHyperlinksExpression
          Describes the class that contains the expression for calculation of List of Hyperlinks.
 class StiListOfTagsExpression
          Describes the class that contains the expression for calculation of List of Tags.
 class StiListOfToolTipsExpression
          Describes the class that contains the expression for calculation of List of ToolTips.
 class StiListOfValuesCloseExpression
          Describes the class that contains the expression for calculation of List of Values.
 class StiListOfValuesEndExpression
          Describes the class that contains the expression for calculation of List of Values.
 class StiListOfValuesExpression
          Describes the class that contains the expression for calculation of List of Values.
 class StiListOfValuesHighExpression
          Describes the class that contains the expression for calculation of List of Values.
 class StiListOfValuesLowExpression
          Describes the class that contains the expression for calculation of List of Values.
 class StiListOfValuesOpenExpression
          Describes the class that contains the expression for calculation of List of Values.
 class StiListOfWeightsExpression
          Describes the class that contains the expression for calculation of List of Weights.
 class StiTitleExpression
          Describes the class that contains the expression for calculation of Title.
 class StiValueCloseExpression
          Describes the class that contains the expression for calculation of Value Close.
 class StiValueEndExpression
          Describes the class that contains the expression for calculation of Value End.
 class StiValueHighExpression
          Describes the class that contains the expression for calculation of Value High.
 class StiValueLowExpression
          Describes the class that contains the expression for calculation of Value Low.
 class StiValueOpenExpression
          Describes the class that contains the expression for calculation of Value Open.
 

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

Methods in com.stimulsoft.report.chart.view.series that return StiExpression
 StiExpression StiSeries.getValue()
          Gets or sets point value expression.
 

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

Uses of StiExpression in com.stimulsoft.report.chart.view.series.bubble
 

Methods in com.stimulsoft.report.chart.view.series.bubble that return StiExpression
 StiExpression StiBubbleSeries.getWeight()
          Gets or sets expression for weight calculating.
 

Methods in com.stimulsoft.report.chart.view.series.bubble with parameters of type StiExpression
 void StiBubbleSeries.setWeight(StiExpression value)
           
 

Uses of StiExpression in com.stimulsoft.report.chart.view.series.candlestick
 

Methods in com.stimulsoft.report.chart.view.series.candlestick that return StiExpression
 StiExpression StiCandlestickSeries.getValue()
           
 

Methods in com.stimulsoft.report.chart.view.series.candlestick with parameters of type StiExpression
 void StiCandlestickSeries.setValue(StiExpression value)
           
 

Uses of StiExpression in com.stimulsoft.report.chart.view.series.gantt
 

Methods in com.stimulsoft.report.chart.view.series.gantt that return StiExpression
 StiExpression StiGanttSeries.getValue()
          Gets or sets start value expression.
 

Methods in com.stimulsoft.report.chart.view.series.gantt with parameters of type StiExpression
 void StiGanttSeries.setValue(StiExpression value)
           
 

Uses of StiExpression in com.stimulsoft.report.chart.view.series.range
 

Methods in com.stimulsoft.report.chart.view.series.range that return StiExpression
 StiExpression StiSteppedRangeSeries.getValue()
          Gets or sets start value expression.
 StiExpression StiSplineRangeSeries.getValue()
          Gets or sets start value expression.
 StiExpression StiRangeSeries.getValue()
          Gets or sets start value expression.
 StiExpression StiRangeBarSeries.getValue()
          Gets or sets start value expression.
 

Methods in com.stimulsoft.report.chart.view.series.range with parameters of type StiExpression
 void StiSteppedRangeSeries.setValue(StiExpression value)
           
 void StiSplineRangeSeries.setValue(StiExpression value)
           
 void StiRangeSeries.setValue(StiExpression value)
           
 void StiRangeBarSeries.setValue(StiExpression value)
           
 

Uses of StiExpression in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiExpression
 StiExpression StiParameter.getExpression()
          expression to fill parameter.
 StiExpression StiDrillDownParameter.getExpression()
          Gets or sets expression to fill drill-down parameter.
 

Methods in com.stimulsoft.report.components with parameters of type StiExpression
 void StiParameter.setExpression(StiExpression expression)
          expression to fill parameter.
 void StiDrillDownParameter.setExpression(StiExpression value)
           
 

Constructors in com.stimulsoft.report.components with parameters of type StiExpression
StiParameter(java.lang.String name, StiExpression expression)
           
 

Uses of StiExpression in com.stimulsoft.report.components.conditions
 

Methods in com.stimulsoft.report.components.conditions that return StiExpression
 StiExpression StiMultiCondition.getExpression()
           
 StiExpression StiFilter.getExpression()
          Gets or sets the filter expression.
 

Methods in com.stimulsoft.report.components.conditions with parameters of type StiExpression
 void StiMultiCondition.setExpression(StiExpression value)
           
 void StiFilter.setExpression(StiExpression value)
           
 

Uses of StiExpression in com.stimulsoft.report.components.interfaces
 

Methods in com.stimulsoft.report.components.interfaces that return StiExpression
 StiExpression IStiText.getText()
          Gets or sets text expression.
 

Methods in com.stimulsoft.report.components.interfaces with parameters of type StiExpression
 void IStiText.setText(StiExpression value)
           
 

Uses of StiExpression in com.stimulsoft.report.components.simplecomponents
 

Fields in com.stimulsoft.report.components.simplecomponents declared as StiExpression
 StiExpression StiSimpleText.text
           
 

Methods in com.stimulsoft.report.components.simplecomponents that return StiExpression
 StiExpression StiSimpleText.getText()
          Gets or sets text expression.
 

Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiExpression
 StiFont StiText.getActualFont(StiExpression text, float minFontSize)
           
 void StiSimpleText.setText(StiExpression value)
           
 

Uses of StiExpression in com.stimulsoft.report.crossTab
 

Methods in com.stimulsoft.report.crossTab with parameters of type StiExpression
 void StiCrossHeader.setText(StiExpression value)
           
 void StiCrossCell.setText(StiExpression value)
           
 

Uses of StiExpression in com.stimulsoft.report.crossTab.expressions
 

Subclasses of StiExpression in com.stimulsoft.report.crossTab.expressions
 class StiCrossValueExpression
          Describes the class that contains an expression for calculation of value.
 class StiDisplayCrossValueExpression
          Describes the class that contains an expression for calculation of display value.
 

Uses of StiExpression in com.stimulsoft.report.dictionary
 

Subclasses of StiExpression in com.stimulsoft.report.dictionary
 class StiDataParameter
           
 class StiVariable
          Class describes variable.
 

Uses of StiExpression in com.stimulsoft.report.engine.parser
 

Methods in com.stimulsoft.report.engine.parser with parameters of type StiExpression
static java.lang.Object StiParser.ParseTextValue(StiExpression inputExpression, StiText component)
           
 

Uses of StiExpression in com.stimulsoft.report.expressions
 

Subclasses of StiExpression in com.stimulsoft.report.expressions
 class StiArgumentExpression
          Describes the class that contains the expression for calculation of Argument.
 class StiBookmarkExpression
          Describes class that contains an expression for bookmark calculation.
 class StiCheckedExpression
          Describes the class that contains the expression for calculation of checked state.
 class StiCollapsedExpression
          Describes the class that contains an expression for calculation of collapsed value.
 class StiDataUrlExpression
          Describes the class that contains an expression for calculation of DataUrl.
 class StiExcelSheetExpression
          Describes the class that contains an expression for calculation of ExcelSheet.
 class StiExcelValueExpression
          Describes the class that contains an expression for calculation of ExcelValue.
 class StiFilterExpression
          Describes the class that contains the expression for filter calculation.
 class StiGroupConditionExpression
          Describes the class that contains the expression for calculation of group condition.
 class StiGroupSummaryExpression
          Describes the class that contains the expression for calculation of group summary expression.
 class StiHyperlinkExpression
          Describes the class that contains an expression for calculation of hyperlink.
 class StiImageDataExpression
          Describes the class that contains an expression for calculation of ImageData.
 class StiImageURLExpression
          Describes the class that contains an expression for calculation of ImageURL.
 class StiPointerExpression
          Copyright Stimulsoft
 class StiTagExpression
          Describes the class that contains an expression for tag calculation.
 class StiToolTipExpression
          Describes the class that contains the expression for tool tip calculation.
 class StiUnifiedExpression
          Describes class that contains an expression.
 class StiZipCodeExpression
          Describes the class that contains the expression for calculation of zipcode.
 

Uses of StiExpression in com.stimulsoft.report.infographics.gauge.expressions
 

Subclasses of StiExpression in com.stimulsoft.report.infographics.gauge.expressions
 class StiSkipIndicesExpression
          Describes the class that contains the expression for calculation of Skip Indices.
 class StiSkipValuesExpression
          Describes the class that contains the expression for calculation of Skip Values.
 class StiTextExpression
          Copyright Stimulsoft
 class StiValueExpression
          Copyright Stimulsoft