[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataSet.Fields

Fields Property

Fields

Gets the fields in the dataset.

Declaration
public FieldCollection Fields { get; }
Property Value
Type Description
FieldCollection

A FieldCollection object containing the fields in the dataset.

Implements