DataSet.GetFieldByName(String) Method

Definition

Gets the field by using the specified name.

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

Parameters

name
String

The name of the field.

Returns

A Field object.

Applies to