The ReportItemBase type exposes the following members.
Constructors
Methods
Properties
|
| Name | Description |
|---|
 | Action |
Gets or sets an interactive action associated with this report item.
|
 | Bindings |
Gets the collection of binding rules contained within the report item.
|
 | Bookmark | Obsolete.
Gets or sets a bookmark label to be displayed for this report item.
|
 | BookmarkId |
Gets or sets a bookmark id for this item.
|
 | ConditionalFormatting |
Gets the collection of the conditional formatting rules, associated with this item.
|
 | Container | |
 | DesignMode | |
 | DocumentMapText |
Gets or sets a text to be displayed for this item in the document map.
|
 | Items |
Gets the collection of report items contained within the report
item.
|
 | Name |
Gets or sets the name of the report item.
|
 | Parent | Gets or sets the parent container of the report item.
|
 | Report |
Gets the report this item belongs to.
|
 | Site | |
 | Style |
Gets a Style object
specifying the appearance of the report item.
|
 | StyleName |
Gets or sets the name of the report item's global style.
|
 | Visible |
Gets or sets a value indicating whether the report item is
displayed.
|
Events
|
| Name | Description |
|---|
 | Disposed |
Occurs when the report item is disposed.
|
 | ItemDataBinding |
Occurs when the report item binds to a data source.
|
 | ItemDataBound |
Occurs after the report item binds to a data source.
|
See Also