MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataSet Class / Fields Property

In This Topic
Fields Property (DataSet)
In This Topic
Gets the fields in the dataset.
Syntax
'Declaration
 
Public ReadOnly Property Fields As FieldCollection
 

Property Value

A FieldCollection object containing the fields in the dataset.
See Also