Gets the collection of DataSetField objects describing fields
of the current data set. If this collection is empty, all fields fetched
by the query will be accessible on the data set.
Namespace:
C1.C1Preview.DataBindingAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public DataSetFieldCollection Fields { get; } |
Visual Basic |
---|
Public ReadOnly Property Fields As DataSetFieldCollection Get |