Метод DataSet.GetFieldDefaultAggregateExpressions
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets the default aggregate expressions of the field.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Function GetFieldDefaultAggregateExpressions As IEnumerable(Of String)
'Применение
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>
Возвращаемое значение
Тип: System.Collections.Generic.IEnumerable<String>
An IEnumerable<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel