ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IBaseDataSet Interface / Fields Property

In This Topic
    Fields Property (IBaseDataSet)
    In This Topic

    Gets or sets the fields in the data set.

    Syntax
    'Declaration
     
    ReadOnly Property Fields As FieldCollection
    FieldCollection Fields {get;}

    Property Value

    A GrapeCity.ActiveReports.PageReportModel.Rdl.FieldCollection containing the fields in the data set.

    See Also