ReportExpression.Functions クラス

定義

式の関数を実行する一連のステートメントを表します。

public: ref class ReportExpression::Functions abstract sealed
public static class ReportExpression.Functions
type ReportExpression.Functions = class
Public Class ReportExpression.Functions
継承
ReportExpression.Functions

フィールド

Aggregate

集計関数。

AllAggregateFunctions

AllAggregateFunctions。

Avg

Avg 関数。

Count

Count 関数。

CountDistinct

CountDistinct 関数。

CountRows

CountRows 関数。

First

First 関数。

Last

Last 関数。

Max

Max 関数。

Min

Min 関数。

Previous

Previous 関数。

RowNumber

RowNumber 関数。

RunningValue

RunningValue 関数。

StDev

StDev 関数。

StDevP

StDevP 関数。

Sum

Sum 関数。

Var

Var 関数。

VarP

VarP 関数。

適用対象