Uses of Class
com.stimulsoft.report.dictionary.aggregateFunctions.StiAggregateFunctionService

Packages that use StiAggregateFunctionService
com.stimulsoft.report   
com.stimulsoft.report.dictionary.aggregateFunctions   
 

Uses of StiAggregateFunctionService in com.stimulsoft.report
 

Fields in com.stimulsoft.report declared as StiAggregateFunctionService
 StiAggregateFunctionService StiFunctionCalcData.function
           
 

Uses of StiAggregateFunctionService in com.stimulsoft.report.dictionary.aggregateFunctions
 

Subclasses of StiAggregateFunctionService in com.stimulsoft.report.dictionary.aggregateFunctions
 class StiAvgDateFunctionService
          Describes the class for work with AvgDate aggregate function.
 class StiAvgDecimalFunctionService
          Describes the class for work with Avg aggregate function.
 class StiAvgDoubleFunctionService
          Describes the class for work with AvgD aggregate function.
 class StiAvgIntFunctionService
          Describes the class for work with AvgI aggregate function.
 class StiAvgTimeFunctionService
          Describes the class for work with AvgTime aggregate function.
 class StiCountDistinctFunctionService
          Describes the class for work with CountDistinct aggregate function.
 class StiCountFunctionService
           
 class StiFirstFunctionService
          Describes the class for work with First aggregate function.
 class StiLastFunctionService
          Describes the class for work with Last aggregate function.
 class StiMaxDateFunctionService
          Describes the class for work with MaxDate aggregate function.
 class StiMaxDecimalFunctionService
          Describes the class for work with Max aggregate function.
 class StiMaxDoubleFunctionService
          Describes the class for work with MaxD aggregate function.
 class StiMaxIntFunctionService
          Describes the class for work with MaxI aggregate function.
 class StiMaxStrFunctionService
          Describes the class for work with MaxStr aggregate function.
 class StiMaxTimeFunctionService
          Describes the class for work with MaxTime aggregate function.
 class StiMedianDecimalFunctionService
          Describes the class for work with Median aggregate function.
 class StiMedianDoubleFunctionService
          Describes the class for work with Median aggregate function.
 class StiMedianIntFunctionService
          Describes the class for work with Median aggregate function.
 class StiMinDateFunctionService
          Describes the class for work with MinDate aggregate function.
 class StiMinDecimalFunctionService
          Describes the class for work with Min aggregate function.
 class StiMinDoubleFunctionService
          Describes the class for work with MinD aggregate function.
 class StiMinIntFunctionService
          Describes the class for work with MinI aggregate function.
 class StiMinStrFunctionService
          Describes the class for work with MinStr aggregate function.
 class StiMinTimeFunctionService
          Describes the class for work with MinTime aggregate function.
 class StiModeDecimalFunctionService
          Describes the class for work with Median aggregate function.
 class StiModeDoubleFunctionService
          Describes the class for work with Median aggregate function.
 class StiModeIntFunctionService
          Describes the class for work with Median aggregate function.
 class StiSumDecimalFunctionService
          Describes the class for work with Sum aggregate function.
 class StiSumDecimalNullableFunctionService
          Describes the class for work with Sum aggregate function.
 class StiSumDistinctDecimalFunctionService
          Describes the class for work with SumDistinct aggregate function.
 class StiSumDoubleFunctionService
          Describes the class for work with SumD aggregate function.
 class StiSumIntFunctionService
          Describes the class for work with SumI aggregate function.
 class StiSumTimeFunctionService
          Describes the class for work with SumTime aggregate function.
 

Methods in com.stimulsoft.report.dictionary.aggregateFunctions that return types with arguments of type StiAggregateFunctionService
static java.util.List<StiAggregateFunctionService> StiAggregateFunctionService.getList()
          List of all aggregate functions