[]
        
(Showing Draft Content)

C1.Report.DataFieldCollection.Item

this Property

this[string]

Gets a DataField with specified name, throws an exception if not found.

Declaration
public DataField this[string name] { get; }
Parameters
Type Name Description
string name

The name of DataField.

Property Value
Type Description
DataField

Returns DataField object with specified name, throws an exception if not found.