Membros ReportItem
Represents a report item, such as a rectangle or tablix.
O tipo ReportItem expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
ReportItem() () () () | Infraestrutura. | |
ReportItem(IPropertyStore) | Infraestrutura. |
Início
Métodos
Início
Propriedades
Nome | Descrição | |
---|---|---|
ActionInfo | Actions that are associated with the ReportItem | |
Bookmark | A bookmark that can be linked to by using a Bookmark action. | |
ContainedReportItems | Infraestrutura. | |
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. (Herdado de ReportObjectBase.) | |
PropertyStore | The property store. (Herdado de ReportObjectBase.) | |
RepeatWith | The name of a data region that this report item should be repeated with if that data region spans multiple pages. | |
Site | Infraestrutura. (Herdado de ReportObject.) | |
Style | Gets the style properties of this report definition object. (Herdado de 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. |
Início
Implementações de interface explícitas
Nome | Descrição | |
---|---|---|
IDisposable. . :: . .Dispose | (Herdado de ReportObject.) | |
IComponent. . :: . .Disposed | (Herdado de ReportObject.) |
Início