Partilhar via


Método DataSet.GetFieldDefaultAggregateExpressions

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the default aggregate expressions of the field.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Function GetFieldDefaultAggregateExpressions As IEnumerable(Of String)
'Uso
Dim instance As DataSet 
Dim returnValue As IEnumerable(Of String)

returnValue = instance.GetFieldDefaultAggregateExpressions()
public IEnumerable<string> GetFieldDefaultAggregateExpressions()
public:
IEnumerable<String^>^ GetFieldDefaultAggregateExpressions()
member GetFieldDefaultAggregateExpressions : unit -> IEnumerable<string> 
public function GetFieldDefaultAggregateExpressions() : IEnumerable<String>

Valor de retorno

Tipo: System.Collections.Generic.IEnumerable<String>
An IEnumerable<T> object.

Consulte também

Referência

DataSet Classe

Namespace Microsoft.ReportingServices.RdlObjectModel