ReportExpression.Functions Class

Definition

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.

Applies to