ActiveReports Developer 7
IReportItem Interface Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace : IReportItem Interface

Glossary Item Box

The following tables list the members exposed by IReportItem.

Public Properties

 NameDescription
 PropertyActionThe Action object of this report item.  
 PropertyBookmarkSpecifies a bookmark that can be linked to via a Bookmark action.  
 PropertyDataElementNameThe name to use for the data element or attribute for this report item when rendered via a data oriented rendering extension (e.g. XML).  
 PropertyDataElementOutputIndicates how this item should appear when rendered with a data oriented rendering device.  
 PropertyHeightHeight of the item.  
 PropertyHiddenIndicates if this report item should be hidden.  
 PropertyIsDynamicallyHiddenDetermines if this item has dynamic visiblity and is hidden.  
 PropertyLabelProvides a user friendly label for an instance of an item.  
 PropertyLeftThe distance of the item from the left of the containing object.  
 PropertyNameThe name of this report item.  
 PropertyStyleReturns style of the report item.  
 PropertyToggleItemSpecifies a report item that users can click toggle the visibility of this item.  
 PropertyToolTipContains a textual label for the item.  
 PropertyTopThe distance of the item from the top of the containing object.  
 PropertyTopFromRootContainerThe Top position relative to the report item's root container.  
 PropertyWidthWidth of the item.  
 PropertyZIndexSpecifies drawing order of the report item within the containing object.  
Top

Public Methods

 NameDescription
 MethodGetRendererGets a renderer of the specified type that can render this component.  
 MethodInitializeInitializes the report item.  
 MethodOnClickWrapper for the OnClick event.  
 MethodOnDoubleClickWrapper for the OnDoubleClick event.  
 MethodOnMoveWrapper for the OnMove event  
 MethodOnValueChangeWrapper for the ValueChange event.  
 MethodSetLocationSets the report item location.  
 MethodSetSizeSet the size of this report item.  
Top

See Also