ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IReportItem Interface
Properties Methods

IReportItem Interface Members

The following tables list the members exposed by IReportItem.

Public Properties
 NameDescription
 PropertyGets the Action object of this report item.  
 PropertyGets a bookmark that can be linked to via a Bookmark action.  
 PropertyGets the name to use for the data element or attribute for this report item when rendered via a data-oriented rendering extension (e.g., XML).  
 PropertyGets a value indicating how this item should appear when rendered with a data-oriented rendering device.  
 PropertyGets the height of the item.  
 PropertyGets a value indicating whether this report item should be hidden.  
 PropertyGets a value indicating whether this item has dynamic visibility and is hidden.  
 PropertyGets a value indicating whether the report item is kept together on one page if possible.  
 PropertyGets the distance of the item from the left of the containing object.  
 PropertyGets the name of this report item.  
 PropertyGets the style of the report item.  
 PropertyGets the style name of the report item.  
 PropertyGets the target device kind for this report item.  
 PropertyGets a report item that users can click to toggle the visibility of this item.  
 PropertyGets a textual label for the item.  
 PropertyGets the distance of the item from the top of the containing object.  
 PropertyGets the width of the item.  
 PropertyGets the drawing order of the report item within the containing object.  
Top
Public Methods
 NameDescription
 MethodInitializes the report item.  
 MethodHandles the OnClick event for the report item.  
Top
See Also