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

In This Topic
    IReportItem Interface Members
    In This Topic

    The following tables list the members exposed by IReportItem.

    Public Properties
     NameDescription
     PropertyThe Action object of this report item.  
     PropertySpecifies a bookmark that can be linked to via a Bookmark action.  
     PropertyThe name to use for the data element or attribute for this report item when rendered via a data oriented rendering extension (e.g. XML).  
     PropertyIndicates how this item should appear when rendered with a data oriented rendering device.  
     PropertyHeight of the item.  
     PropertyIndicates if this report item should be hidden.  
     PropertyDetermines if this item has dynamic visiblity and is hidden.  
     PropertyGets a value indicating whether the report item is kept together on one page if possible.  
     PropertyThe distance of the item from the left of the containing object.  
     PropertyThe name of this report item.  
     PropertyReturns style of the report item.  
     PropertySpecifies style name.  
     PropertyDefines output kinds in which report item is present (Screen, Export tec.)  
     PropertySpecifies a report item that users can click toggle the visibility of this item.  
     PropertyContains a textual label for the item.  
     PropertyThe distance of the item from the top of the containing object.  
     PropertyWidth of the item.  
     PropertySpecifies drawing order of the report item within the containing object.  
    Top
    Public Methods
     NameDescription
     MethodInitializes the report item.  
     MethodThe wrapper for the OnClick event.  
    Top
    See Also