Gets the collection of Field objects in the report definition.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public FieldCollection Fields { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property Fields As FieldCollection
	Get

Remarks

The Section object also contains a collection of fields in that section.

See Also