[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.PagesCollection

PagesCollection Class

Contains a collection of Page objects.

Inheritance
PagesCollection
Namespace: GrapeCity.ActiveReports.Document.Section
Assembly: MESCIUS.ActiveReports.dll
Syntax
public class PagesCollection : PagesCollection<Page>, IPagesCollection<Page>, IList, ICollection, IEnumerable, IDisposable, ICloneable

Constructors

Name Description
PagesCollection()

Initializes a new instance of the PagesCollection class.

PagesCollection(SectionDocument)

Initializes a new instance of the PagesCollection class.

Methods

Name Description
Clone()

Performs a cloning of this instance.

GetRange(int, int)

Returns the count of Page objects in a Pagescollection starting at the specified index.

Extension Methods