Compartir a través de


DataSet.GetFieldByName Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the field by using the specified name.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Function GetFieldByName ( _
    name As String _
) As Field
'Uso
Dim instance As DataSet 
Dim name As String 
Dim returnValue As Field 

returnValue = instance.GetFieldByName(name)
public Field GetFieldByName(
    string name
)
public:
Field^ GetFieldByName(
    String^ name
)
member GetFieldByName : 
        name:string -> Field
public function GetFieldByName(
    name : String
) : Field

Parámetros

Valor devuelto

Tipo: Microsoft.ReportingServices.RdlObjectModel.Field
A Field object.

Vea también

Referencia

DataSet Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel