次の方法で共有


ReportExpression.Functions クラス

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

継承階層

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportExpression.Functions

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public NotInheritable Class Functions
'使用
public static class Functions
public ref class Functions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Functions =  class end
public final class 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 関数。

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.ReportingServices.RdlObjectModel 名前空間