ReportExpression.Functions Class
This API supports the SQL Server 2012 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 | 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. |
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.