[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportSectionsCollection

ReportSectionsCollection Class

Represents a strongly typed observable collection of ReportSection objects.

Inheritance
ReportSectionsCollection
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public class ReportSectionsCollection : ObservableCollection<ReportSection>, IList<ReportSection>, ICollection<ReportSection>, IList, ICollection, IReadOnlyList<ReportSection>, IReadOnlyCollection<ReportSection>, IEnumerable<ReportSection>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Constructors

Name Description
ReportSectionsCollection()

Extension Methods