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

Glossary Item Box

The following tables list the members exposed by Subtotal.

Public Constructors

 NameDescription
Public ConstructorSubtotal Constructor

Initializes a new instance of the Subtotal 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 PropertyDataElementName

The name to use for the subtotal.

 
Public PropertyDataElementOutput

Gets or sets a value indicating whether the subtotal appears in a data rendering.

 
Public PropertyNameGets the subtotal's name.  
Public PropertyParentGets or sets an IReportComponentContainer interface representing the parent hosting the component. (Inherited from GrapeCity.ActiveReports.PageReportModel.ReportComponent)
Public PropertyPosition

Gets or sets a value indicating whether the subtotal column or row appears before (left or above) or after (right or below) the detail columns or rows.

 
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 PropertyStyle

Gets or sets the style properties that override the style properties for all top-level report items contained in the subtotal column or row.

 
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 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 DataDynamics.Reports.ReportObjectModel.Runtime.Subtotal object.  
Top

Public Events

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

See Also