[]
        
(Showing Draft Content)

C1.Report.DataFieldCollection.IndexByName

IndexByName Method

IndexByName(string)

Returns index of the DataField by its name.

Declaration
public int IndexByName(string name)
Parameters
Type Name Description
string name

The name of the DataField.

Returns
Type Description
int

Index of the DataField with specified name or -1 if not found.