ComponentOne FlexReport for WinForms
Item Property (DataFieldCollection)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > DataFieldCollection Class : Item Property
The name of DataField.
Gets a DataField with specified name, throws an exception if not found.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal name As System.String _
) As DataField
public new DataField this[ 
   System.string name
]; {get;}

Parameters

name
The name of DataField.

Property Value

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

Reference

DataFieldCollection Class
DataFieldCollection Members