[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportComponentCollection

ReportComponentCollection Class

Represents a collection of IReportComponent objects.

Inheritance
ReportComponentCollection
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class ReportComponentCollection : ICollection, IEnumerable<IReportComponent>, IEnumerable

Constructors

Name Description
ReportComponentCollection(IReportComponent[])

Initializes a new instance of the ReportComponentCollection class.

Properties

Name Description
Count

Gets the number of elements contained in the collection.

IsSynchronized

Gets a value indicating whether access to the collection is synchronized (thread-safe).

SyncRoot

Gets an object that can be used to synchronize access to the collection.

Methods

Name Description
CopyTo(Array, int)

Copies the elements of the collection to an Array, starting at a particular array index.

GetEnumerator()

Returns an enumerator that iterates through the collection.

Extension Methods