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

Glossary Item Box

The following tables list the members exposed by ReportItem.

Public Properties

 NameDescription
Public PropertyAction

Gets or sets an action (e.g. hyperlink) to perform when the report item is clicked.

 
Public PropertyBookmark

Gets or sets a bookmark that can be linked via a Bookmark action.

 
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyCustom

Gets or sets custom information to be passed to a report output component.

 
Public PropertyDataElementName

Gets or sets the name to use for the data element or attribute for the report item.

 
Public PropertyDataElementOutput

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

 
Public PropertyHeight

Gets or sets the height of the report item.

 
Public PropertyLabel

Gets or sets a label to identify an instance of a report item within the client UI (to provide a user-friendly label for searching or to appear in the Document Map).

 
Public PropertyLeft

Gets or sets the distance of the item from the left edge of the containing object.

 
Public PropertyLinkToChild

Gets or sets the name of the report item contained directly within the report item that is the target location for the Document Map label (if any).

 
Public PropertyName

Gets or sets the name of the report item.

 
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 PropertyStyle

Gets or sets the the style settings for the report item.

 
Public PropertyToolTip

Gets or sets a textual label for the report item.

 
Public PropertyTop

Gets or sets the distance of the item from the top of the containing object.

 
Public PropertyVisibility

Gets or sets a value indicating whether the items are hidden.

 
Public PropertyWidth

Gets or sets the width of the report item.

 
Public PropertyZIndex

Gets or sets the drawing order of the report item within the containing object.

 
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 ReportItem object.  
Top

Public Events

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

See Also