'Declaration Public Class ReportSectionsCollection Inherits System.Collections.ObjectModel.ObservableCollection(Of ReportSection)
public class ReportSectionsCollection : System.Collections.ObjectModel.ObservableCollection<ReportSection>
'Declaration Public Class ReportSectionsCollection Inherits System.Collections.ObjectModel.ObservableCollection(Of ReportSection)
public class ReportSectionsCollection : System.Collections.ObjectModel.ObservableCollection<ReportSection>
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.ObservableCollection<T>
GrapeCity.ActiveReports.PageReportModel.ReportSectionsCollection