[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.FieldCollection

FieldCollection Class

Represents a strongly typed collection of Field objects.

Inheritance
FieldCollection
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class FieldCollection : Collection<Field>, IList<Field>, ICollection<Field>, IList, ICollection, IReadOnlyList<Field>, IReadOnlyCollection<Field>, IEnumerable<Field>, IEnumerable

Constructors

Name Description
FieldCollection()

Extension Methods