Partager via


Membres ReportItem

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

Le type ReportItem expose les membres suivants.

Méthodes

  Nom Description
Méthode publique CreateCustomProperty Creates a new custom property and adds it to the custom properties collection of the report item.Used in custom report items.
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ protégé m_bookmark Infrastructure.
Champ protégé m_cachedHeight Infrastructure.
Champ protégé m_cachedWidth Infrastructure.
Champ protégé m_definitionPath Infrastructure.
Champ protégé m_documentMapLabel Infrastructure.
Champ protégé m_instance Infrastructure.
Champ protégé m_inSubtotal Infrastructure.
Champ protégé m_isListContentsRectangle Infrastructure.
Champ protégé m_isOldSnapshot Infrastructure. (Hérité de ReportElement.)
Champ protégé m_parentDefinitionPath Infrastructure. (Hérité de ReportElement.)
Champ protégé m_startHidden Infrastructure.
Champ protégé m_style Infrastructure. (Hérité de ReportElement.)
Champ protégé m_toolTip Infrastructure.

Haut de la page

Propriétés

  Nom Description
Propriété publique Bookmark A bookmark that can be linked to via a bookmark action
Propriété publique CustomProperties Custom information to be handed to the report rendering component
Propriété publique DataElementName The name to use for the data element/attribute for this report item.
Propriété publique DataElementOutput Indicates whether the item should appear in a data rendering.
Propriété publique DefinitionPath Gets the path to this report definition object in the report definition. (Se substitue à ReportElement. . :: . .DefinitionPath.)
Propriété publique DocumentMapLabel A label to identify an instance of a report item within the client UI (to provide a user-friendly label for searching)
Propriété publique Height Height of the item.
Propriété publique ID Gets the unique identifier for this report definition object. (Se substitue à ReportElement. . :: . .ID.)
Propriété publique Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriété publique Left The distance of the item from the left of the containing object
Propriété publique LinkToChild Gets the index of the report item that should be linked to, using the document map, instead of the current item.
Propriété publique Name Description
Propriété publique ParentDefinitionPath Gets the path to report definition object's parent in the report definition. (Hérité de ReportElement.)
Propriété publique RepeatedSibling Indicates this report item has a RepeatWith property
Propriété publique RepeatWith The name of a data region that this report item should be repeated with if that data region spans multiple pages.
Propriété publique Style Gets the style properties of this report definition object. (Se substitue à ReportElement. . :: . .Style.)
Propriété publique ToolTip A textual label for the report item. Used for such things as rendering TITLE and ALT attributes in HTML reports
Propriété publique Top The distance of the item from the top of the containing object
Propriété publique Visibility Gets the current visibility state of this report object.
Propriété publique Width Width of the item. Negative sizes allowed only for lines
Propriété publique 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).

Haut de la page