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

Glossary Item Box

The following tables list the members exposed by ColumnGrouping.

Public Constructors

 NameDescription
Public ConstructorColumnGrouping ConstructorInitializes a new instance of the ColumnGrouping class.  
Top

Public Properties

 NameDescription
Public PropertyComponentsGets the ReportComponentCollection object containing all the components hosted in the control.  
Public PropertyContainer

Gets the IContainer that contains the ColumnGrouping.

(Inherited from System.ComponentModel.Component)
Public PropertyDynamicColumns

Gets or sets the dynamic column headings for this grouping.

 
Public PropertyFixedHeader

Gets or sets a value indicating whether the header for this grouping should be displayed on the page even when the user scrolls part of the matrix off the page.

 
Public PropertyHeight

Gets or sets the height of the column header.

 
Public PropertyParentGets or sets an IReportComponentContainer interface representing the parent hosting the component. (Inherited from GrapeCity.ActiveReports.PageReportModel.ReportComponent)
Public PropertySiteGets or sets the ISite of the ColumnGrouping. (Inherited from System.ComponentModel.Component)
Public PropertyStaticColumnsGets the static column headings for this grouping.  
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 ColumnGrouping. (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 MethodToString

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

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

Public Events

 NameDescription
Public EventDisposed

Occurs when the component is disposed by a call to the Dispose method.

(Inherited from System.ComponentModel.Component)
Top

See Also