ReportExpression.Functions Class
This API supports the infrastructure and is not intended to be used directly from your code.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportExpression.Functions
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public NotInheritable Class Functions
'Usage
public static class Functions
public ref class Functions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Functions = class end
public final class Functions
The ReportExpression.Functions type exposes the following members.
Fields
Name | Description | |
---|---|---|
Aggregate | ||
AllAggregateFunctions | ||
Avg | ||
Count | ||
CountDistinct | ||
CountRows | ||
First | ||
Last | ||
Max | ||
Min | ||
Previous | ||
RowNumber | ||
RunningValue | ||
StDev | ||
StDevP | ||
Sum | ||
Var | ||
VarP |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.