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 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.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.ReportingServices.RdlObjectModel 命名空间