ActiveReports 12
Fields Property (DataSet)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataSet Class : Fields Property

Gets the fields in the data set.

Syntax
'Declaration
 
Public ReadOnly Property Fields As FieldCollection
public FieldCollection Fields {get;}

Property Value

A FieldCollection object containing the fields in a data set.
See Also

Reference

DataSet Class
DataSet Members