Compartir a través de


ReportItem Miembros

Represents a report item, such as a rectangle or tablix.

El tipo ReportItem expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico CreateCustomProperty Creates a new custom property and adds it to the custom properties collection of the report item.Used in custom report items.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Campos

  Nombre Descripción
Campo protegido m_bookmark Infraestructura.
Campo protegido m_cachedHeight Infraestructura.
Campo protegido m_cachedWidth Infraestructura.
Campo protegido m_definitionPath Infraestructura.
Campo protegido m_documentMapLabel Infraestructura.
Campo protegido m_instance Infraestructura.
Campo protegido m_inSubtotal Infraestructura.
Campo protegido m_isListContentsRectangle Infraestructura.
Campo protegido m_isOldSnapshot Infraestructura. (Se hereda de ReportElement).
Campo protegido m_parentDefinitionPath Infraestructura. (Se hereda de ReportElement).
Campo protegido m_startHidden Infraestructura.
Campo protegido m_style Infraestructura. (Se hereda de ReportElement).
Campo protegido m_toolTip Infraestructura.

Principio

Propiedades

  Nombre Descripción
Propiedad pública Bookmark A bookmark that can be linked to via a bookmark action
Propiedad pública CustomProperties Custom information to be handed to the report rendering component
Propiedad pública DataElementName The name to use for the data element/attribute for this report item.
Propiedad pública DataElementOutput Indicates whether the item should appear in a data rendering.
Propiedad pública DefinitionPath Gets the path to this report definition object in the report definition. (Invalida ReportElement. . :: . .DefinitionPath.)
Propiedad pública DocumentMapLabel A label to identify an instance of a report item within the client UI (to provide a user-friendly label for searching)
Propiedad pública Height Height of the item.
Propiedad pública ID Gets the unique identifier for this report definition object. (Invalida ReportElement. . :: . .ID.)
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública Left The distance of the item from the left of the containing object
Propiedad pública LinkToChild Gets the index of the report item that should be linked to, using the document map, instead of the current item.
Propiedad pública Name Description
Propiedad pública ParentDefinitionPath Gets the path to report definition object's parent in the report definition. (Se hereda de ReportElement).
Propiedad pública RepeatedSibling Indicates this report item has a RepeatWith property
Propiedad pública RepeatWith The name of a data region that this report item should be repeated with if that data region spans multiple pages.
Propiedad pública Style Gets the style properties of this report definition object. (Invalida ReportElement. . :: . .Style.)
Propiedad pública ToolTip A textual label for the report item. Used for such things as rendering TITLE and ALT attributes in HTML reports
Propiedad pública Top The distance of the item from the top of the containing object
Propiedad pública Visibility Gets the current visibility state of this report object.
Propiedad pública Width Width of the item. Negative sizes allowed only for lines
Propiedad pública ZIndex Drawing order of the report item within the containing object. Items with lower indices should be drawn first (appearing behind items with higher indices).

Principio