Метод GetDataFieldByFieldName

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

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

Синтаксис

'Декларация
Public Function GetDataFieldByFieldName ( _
    fieldName As String _
) As String
'Применение
Dim instance As DataSet
Dim fieldName As String
Dim returnValue As String

returnValue = instance.GetDataFieldByFieldName(fieldName)
public string GetDataFieldByFieldName(
    string fieldName
)
public:
String^ GetDataFieldByFieldName(
    String^ fieldName
)
member GetDataFieldByFieldName : 
        fieldName:string -> string 
public function GetDataFieldByFieldName(
    fieldName : String
) : String

Параметры

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

Тип: System. . :: . .String
A string value.