[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Document.IPagesCollection-1

IPagesCollection<T> Interface

Represents the pages collection.

Namespace: GrapeCity.ActiveReports.Core.Document
Assembly: MESCIUS.ActiveReports.Core.Document.dll
Syntax
public interface IPagesCollection<out T> : IList, ICollection, IEnumerable, IDisposable, ICloneable where T : Page, new()
Type Parameters
Name Description
T

Represents a class of type Page.

Properties

Name Description
Document

Gets the document.

Fonts

Gets the font collection of texts of pages.

Events

Name Description
Changed

The change event.

FetchItem

The item fetch event.