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

Glossary Item Box

The following tables list the members exposed by Body.

Public Constructors

 NameDescription
Public ConstructorBody ConstructorInitializes a new instance of the Body class.  
Top

Public Properties

 NameDescription
Public PropertyColumns

Gets or sets the number of columns the report contains.

 
Public PropertyColumnSpacing

Gets or sets the amount of white space between each of the report's columns.

 
Public PropertyComponentsGets a ReportComponentCollection containing all the ReportComponent in the container. (Inherited from GrapeCity.ActiveReports.PageReportModel.ReportComponentContainer)
Public PropertyContainerGets the IContainer that contains the Body. (Inherited from System.ComponentModel.Component)
Public PropertyHeightGets or sets the height of the report's IBody  
Public PropertyParentGets or sets an IReportComponentContainer interface representing the parent hosting the component. (Inherited from GrapeCity.ActiveReports.PageReportModel.ReportComponent)
Public PropertyReportItemsGets a ReportItemCollection containing all the ReportItem in the container. (Inherited from GrapeCity.ActiveReports.PageReportModel.ReportComponentContainer)
Public PropertySiteGets or sets the ISite of the Body. (Inherited from System.ComponentModel.Component)
Public PropertyStyle

Gets or sets the the style settings for the report's body.

 
Top

Public Methods

 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeReleases the resources used by the Body. (Inherited from System.ComponentModel.Component)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodSortReportItemsSort items to improve rendering performance. (Inherited from GrapeCity.ActiveReports.PageReportModel.ReportComponentContainer)
Public MethodToString

Returns a String containing the name of the Body, if any. This method should not be overridden.

(Inherited from System.ComponentModel.Component)
Public MethodValidateValidates the information in each property of the Body class.  
Top

Public Events

 NameDescription
Public EventDisposedOccurs when the component is disposed by a call to the Dispose method. (Inherited from System.ComponentModel.Component)
Top

See Also