ActiveReports 19 .NET Edition
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
    public FieldCollection Fields {get;}

    Property Value

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