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

Glossary Item Box

The following tables list the members exposed by RowGrouping.

Public Constructors

 NameDescription
Public ConstructorRowGrouping Constructor

Initializes a new instance of the RowGrouping class.

 
Top

Public Properties

 NameDescription
Public PropertyComponentsReturns the DataDynamics.Reports.ReportObjectModel.Rdl.ReportComponentCollection containing all of the components hosted in the control.  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyDynamicRows

Gets or sets the dynamic row headings for the 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 PropertyParentGets or sets an IReportComponentContainer interface representing the parent hosting the component. (Inherited from GrapeCity.ActiveReports.PageReportModel.ReportComponent)
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyStaticRows

Gets the static row headings for the grouping.

 
Public PropertyWidth

Gets or sets the width of the row header.

 
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 MethodToString (Inherited from System.ComponentModel.Component)
Public MethodValidateValidates the information in each property of the DataDynamics.Reports.ReportObjectModel.Runtime.RowGrouping object.  
Top

Public Events

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

See Also