[]
        
(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; }
Public ReadOnly Default Property Item(name As String) As DataField
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.