Udostępnij przez


Metoda DataSet.GetFieldDefaultAggregateExpressions

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Function GetFieldDefaultAggregateExpressions As IEnumerable(Of String)
'Użycie
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>