GrapeCity.ActiveReports.Extensibility.v9 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace : IReportItem Interface |
The following tables list the members exposed by IReportItem.
Name | Description | |
---|---|---|
Action | The Action object of this report item. | |
Bookmark | Specifies a bookmark that can be linked to via a Bookmark action. | |
DataElementName | 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). | |
DataElementOutput | Indicates how this item should appear when rendered with a data oriented rendering device. | |
Height | Height of the item. | |
Hidden | Indicates if this report item should be hidden. | |
IsDynamicallyHidden | Determines if this item has dynamic visiblity and is hidden. | |
Label | Gets document map label. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDocumentMapItem) | |
Left | The distance of the item from the left of the containing object. | |
Name | The name of this report item. | |
OwnHidden | Indicates this report item own hidden state. | |
Parent | Sets or returns a reference to this object's parent. If the parent is unavailable null is returned. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IRenderComponent) | |
RenderComponents | Returns a collection of render components. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IRenderComponent) | |
Style | Returns style of the report item. | |
StyleName | Specifies style name. | |
TargetDevice | Defines output kinds in which report item is present (Screen, Export tec.) | |
ToggleItem | Specifies a report item that users can click toggle the visibility of this item. | |
ToolTip | Contains a textual label for the item. | |
Top | The distance of the item from the top of the containing object. | |
TopFromRootContainer | The Top position relative to the report item's root container. | |
Width | Width of the item. | |
ZIndex | Specifies drawing order of the report item within the containing object. |
Name | Description | |
---|---|---|
GetRenderer | Gets a renderer of the specified type that can render this component. | |
GetService | (Inherited from System.IServiceProvider) | |
Initialize | Initializes the report item. | |
OnClick | The wrapper for the OnClick event. | |
OnDoubleClick | The wrapper for the OnDoubleClick event. | |
OnMove | The wrapper for the OnMove event. | |
OnValueChange | The wrapper for the ValueChange event. | |
SetLocation | Sets the report control location. | |
SetSize | Set the size of this report item. |