ReportExpression.Functions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a series of statements performing functions for the expression.
public: ref class ReportExpression::Functions abstract sealed
public static class ReportExpression.Functions
type ReportExpression.Functions = class
Public Class ReportExpression.Functions
- Inheritance
-
ReportExpression.Functions
Fields
Aggregate |
The Aggregate function. |
AllAggregateFunctions |
The AllAggregateFunctions. |
Avg |
The Avg function. |
Count |
The Count function. |
CountDistinct |
The CountDistinct function. |
CountRows |
The CountRows function. |
First |
The First function. |
Last |
The Last function. |
Max |
The Max function. |
Min |
The Min function. |
Previous |
The Previous function. |
RowNumber |
The RowNumber function. |
RunningValue |
The RunningValue function. |
StDev |
The StDev function. |
StDevP |
The StDevP function. |
Sum |
The Sum function. |
Var |
The Var function. |
VarP |
The VarP function. |