[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.FieldCollection.Item

this Property

this[int]

Gets the element at the specified index.

Declaration
public Field this[int index] { get; }
Parameters
Type Name Description
int index

this[string]

Gets the Field with the specified field name.

Declaration
public Field this[string fieldName] { get; }
Parameters
Type Name Description
string fieldName