Метод GetFieldNames

Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Function GetFieldNames As IEnumerable(Of String)
'Применение
Dim instance As DataSet
Dim returnValue As IEnumerable(Of String)

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

Возвращаемое значение

Тип: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'String> ) > ) >
An IEnumerable<(Of <(<'T>)>)> object.