Share via


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
Public fieldStatic member Aggregate The Aggregate function.
Public fieldStatic member AllAggregateFunctions The AllAggregateFunctions.
Public fieldStatic member Avg The Avg function.
Public fieldStatic member Count The Count function.
Public fieldStatic member CountDistinct The CountDistinct function.
Public fieldStatic member CountRows The CountRows function.
Public fieldStatic member First The First function.
Public fieldStatic member Last The Last function.
Public fieldStatic member Max The Max function.
Public fieldStatic member Min The Min function.
Public fieldStatic member Previous The Previous function.
Public fieldStatic member RowNumber The RowNumber function.
Public fieldStatic member RunningValue The RunningValue function.
Public fieldStatic member StDev The StDev function.
Public fieldStatic member StDevP The StDevP function.
Public fieldStatic member Sum The Sum function.
Public fieldStatic member Var The Var function.
Public fieldStatic member 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.

See Also

Reference

Microsoft.ReportingServices.RdlObjectModel Namespace