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 | Provides a user friendly label for an instance of an item. |
![]() | Left | The distance of the item from the left of the containing object. |
![]() | Name | The name of this report item. |
![]() | Style | Returns style of the report item. |
![]() | 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. |
![]() | Initialize | Initializes the report item. |
![]() | OnClick | Wrapper for the OnClick event. |
![]() | OnDoubleClick | Wrapper for the OnDoubleClick event. |
![]() | OnMove | Wrapper for the OnMove event |
![]() | OnValueChange | Wrapper for the ValueChange event. |
![]() | SetLocation | Sets the report item location. |
![]() | SetSize | Set the size of this report item. |