DataSet.GetFieldByName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.