Classe ReportExpression.Functions
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportExpression.Functions
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public NotInheritable Class Functions
'Uso
public static class Functions
public ref class Functions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Functions = class end
public final class Functions
O tipo ReportExpression.Functions expõe os membros a seguir.
Campos
Nome | Descrição | |
---|---|---|
![]() ![]() |
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. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.