ActiveReports Developer 7
Fields Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataSet Class : Fields Property

Glossary Item Box

Gets the fields in the data set.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Fields As FieldCollection
C# 
public FieldCollection Fields {get;}

Property Value

A FieldCollection object containing the fields in a data set.

See Also