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

Glossary Item Box

The following tables list the members exposed by DynamicColumnsRows.

Public Constructors

 NameDescription
Public ConstructorDynamicColumnsRows ConstructorInitializes a new instance of the DynamicColumnsRows 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 PropertyGrouping

Gets or sets the expressions by which to group the data.

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

Gets or sets the expressions by which to sort the columns or rows.

 
Public PropertySubtotal

Gets or sets an automatic subtotal for the column or row.

 
Public PropertyVisibility

Gets or sets a value indicating whether all of the dynamic columns or rows for this grouping are hidden and replaced with a subtotal column for the grouping scope.

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

Public Events

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

See Also