ActiveReports Developer 7
Page Class Members
See Also  Properties  Methods  Events
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : Page Class

Glossary Item Box

The following tables list the members exposed by Page.

Public Constructors

 NameDescription
Public ConstructorPage ConstructorInitializes a new instance of the Page class.  
Top

Public Properties

 NameDescription
Public PropertyComponentsGets a GrapeCity.ActiveReports.ReportObjectModel.ReportComponentCollection containing all the ReportComponents in the container. (Inherited from GrapeCity.ActiveReports.PageReportModel.ReportComponentContainer)
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyParentGets or sets an IReportComponentContainer interface representing the parent hosting the component. (Inherited from GrapeCity.ActiveReports.PageReportModel.ReportComponent)
Public PropertyReportItemsGets a GrapeCity.ActiveReports.ReportObjectModel.ReportItemCollection containing all the ReportItems in the container. (Inherited from GrapeCity.ActiveReports.PageReportModel.ReportComponentContainer)
Public PropertySiteGets information about the container that hosts the current control when rendered on a design surface.  
Public PropertyStyleGets or sets the style information for the page.  
Top

Public Methods

 NameDescription
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from System.ComponentModel.Component)
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodSortReportItemsSort items to improve rendering performance. (Inherited from GrapeCity.ActiveReports.PageReportModel.ReportComponentContainer)
Public MethodToString (Inherited from System.ComponentModel.Component)
Top

Public Events

 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Top

See Also