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

Glossary Item Box

The following tables list the members exposed by CategoryGrouping.

Public Constructors

 NameDescription
Public ConstructorCategoryGrouping ConstructorInitializes a new instance of the CategoryGrouping class.  
Top

Public Properties

 NameDescription
Public PropertyContainerGets the IContainer that contains the CategoryGrouping. (Inherited from System.ComponentModel.Component)
Public PropertyDynamicCategories

Gets or sets the dynamic category headings for the grouping.

 
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 CategoryGrouping.   (Inherited from System.ComponentModel.Component)
Public PropertyStaticCategories

Gets the static category headings for the 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 MethodDispose (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 MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodToString

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

(Inherited from System.ComponentModel.Component)
Public MethodValidateValidates the information in each property of the CategoryGrouping 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