DataSet.GetFieldByName(String) Metodo

Definizione

Ottiene il campo utilizzando il nome specificato.

public:
 Microsoft::ReportingServices::RdlObjectModel::Field ^ GetFieldByName(System::String ^ name);
public Microsoft.ReportingServices.RdlObjectModel.Field GetFieldByName (string name);
member this.GetFieldByName : string -> Microsoft.ReportingServices.RdlObjectModel.Field
Public Function GetFieldByName (name As String) As Field

Parametri

name
String

Nome del campo.

Restituisce

Field

Un oggetto Field.

Si applica a