ReportItem Members
Include Protected Members
Include Inherited Members
Represents a report item, such as a rectangle or tablix.
The ReportItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ReportItem() | Infrastructure. |
![]() |
ReportItem(IPropertyStore) | Infrastructure. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
ActionInfo | Actions that are associated with the ReportItem |
![]() |
Bookmark | A bookmark that can be linked to by using a Bookmark action. |
![]() |
ContainedReportItems | Infrastructure. |
![]() |
CustomProperties | Custom information to be handed to the report rendering component. |
![]() |
DataElementName | The name to use for the data element/attribute for this report item. |
![]() |
DataElementOutput | Indicates whether the item should appear in a data rendering. |
![]() |
DocumentMapLabel | A label to identify an instance of a report item within the client UI, This provides a user-friendly label for searching. |
![]() |
DocumentMapLabelLocID | The unique identifier for the DocumentMapLabel property. |
![]() |
Height | Height of the item. |
![]() |
Left | The distance of the item from the left of the containing object |
![]() |
Name | The name of the report item. |
![]() |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) |
![]() |
PropertyStore | The property store. (Inherited from ReportObjectBase.) |
![]() |
RepeatWith | The name of a data region that this report item should be repeated with if that data region spans multiple pages. |
![]() |
Site | Infrastructure. (Inherited from ReportObject.) |
![]() |
Style | Gets the style properties of this report definition object. (Inherited from ReportElement.) |
![]() |
ToolTip | A textual label for the report item. Used for such things as rendering TITLE and ALT attributes in HTML reports |
![]() |
ToolTipLocID | The unique identifier for the ToolTip property. |
![]() |
Top | The distance of the item from the top of the containing object |
![]() |
Visibility | Gets the current visibility state of this report object. |
![]() |
Width | Width of the item. Negative sizes allowed only for lines. |
![]() |
ZIndex | Drawing order of the report item within the containing object. Items that have lower indexes should be drawn first, and appear behind items that have higher indexes. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IDisposable.Dispose() | (Inherited from ReportObject.) |
![]() ![]() |
IComponent.Disposed | (Inherited from ReportObject.) |
Top