Reporting

The ReportItemBase type exposes the following members.

Constructors

  NameDescription
Protected methodReportItemBase
Initializes a new instance of the ReportItemBase class

Methods

  NameDescription
Protected methodClearGlobalDependencies
Public methodContains
Retrieves a value indicating whether the specified report item is a child of the report item.
Public methodDispose()()()()
Releases all resources used by the ReportItemBase
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the ReportItemBase and optionally releases the managed resources
Protected methodOnItemAdded
Raises the ItemAdded event.
Protected methodOnItemRemoved
Raises the ItemRemoved event.
Protected methodOnItemValidate
Public methodToString()()()()
Returns a String that represents the current ReportItemBase.
(Overrides Object..::..ToString()()()().)
Protected methodToString(array<String>[]()[][]) (Inherited from ReportObject.)

Properties

  NameDescription
Public propertyAction
Gets or sets an interactive action associated with this report item.
Public propertyBindings
Gets the collection of binding rules contained within the report item.
Public propertyBookmark Obsolete.
Gets or sets a bookmark label to be displayed for this report item.
Public propertyBookmarkId
Gets or sets a bookmark id for this item.
Public propertyConditionalFormatting
Gets the collection of the conditional formatting rules, associated with this item.
Public propertyContainer
Public propertyDesignMode
Public propertyDocumentMapText
Gets or sets a text to be displayed for this item in the document map.
Public propertyItems
Gets the collection of report items contained within the report item.
Public propertyName
Gets or sets the name of the report item.
Public propertyParent
Gets or sets the parent container of the report item.
Public propertyReport
Gets the report this item belongs to.
Public propertySite
Public propertyStyle
Gets a Style object specifying the appearance of the report item.
Public propertyStyleName
Gets or sets the name of the report item's global style.
Public propertyVisible
Gets or sets a value indicating whether the report item is displayed.

Events

  NameDescription
Public eventDisposed
Occurs when the report item is disposed.
Public eventItemDataBinding
Occurs when the report item binds to a data source.
Public eventItemDataBound
Occurs after the report item binds to a data source.

See Also