Class PageCollection
Holds the list of objects of PageBase type.
Inherited Members
Namespace: FastReport
Assembly: FastReport.Base.dll
Syntax
public class PageCollection : FRCollectionBase, IList, ICollection, IEnumerable
Constructors
PageCollection()
Initializes a new instance of the PageCollection class with default settings.
Declaration
public PageCollection()
PageCollection(Base)
Initializes a new instance of the PageCollection class with specified owner.
Declaration
public PageCollection(Base owner)
Parameters
Type | Name | Description |
---|---|---|
Base | owner |
Properties
Item[Int32]
Gets or sets the element at the specified index.
Declaration
public PageBase this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | Index of an element. |
Property Value
Type | Description |
---|---|
PageBase | The element at the specified index. |