[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportPartsCollection

ReportPartsCollection Class

Represents a strongly typed collection of ReportPart objects.

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

Constructors

Name Description
ReportPartsCollection()

Extension Methods