ActiveReports 14 .NET Edition
GrapeCity.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 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