Partager via


Membres Line

Represents a line report item.

Le type Line expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Line() () () () Creates a new instance of the Line class.
Méthode publique Line(IPropertyStore) Creates a new instance of the Line class.

Haut de la page

Méthodes

  Nom Description
Méthode publique DeepClone Returns a deep clone of this ReportObject instance. (Hérité de ReportObject.)
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetAncestor< (Of < <' (T> ) > > ) The ancestor of this report object. (Hérité de ReportObject.)
Méthode publique GetContainingDataScopes The containing data scopes. (Hérité de ReportObject.)
Méthode protégée GetDataScopesForDefaultImpl Infrastructure. (Hérité de ReportObject.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode publique Initialize Initializes an instance of the ReportItem class. (Hérité de ReportItem.)
Méthode protégée InitializeForDesigner Infrastructure. (Hérité de ReportItem.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode protégée OnChildPropertyChanged Infrastructure. (Hérité de ReportObject.)
Méthode protégée OnPropertyChanged Infrastructure. (Hérité de ReportObject.)
Méthode protégée SavePropertyValue< (Of < <' (T> ) > > ) Infrastructure. (Hérité de ReportObject.)
Méthode publique ToString (Hérité de Object.)
Méthode protégée WrapPropertyStore Infrastructure. (Hérité de ReportObject.)

Haut de la page

Propriétés

  Nom Description
Propriété publique ActionInfo Actions that are associated with the ReportItem (Hérité de ReportItem.)
Propriété publique Bookmark A bookmark that can be linked to by using a Bookmark action. (Hérité de ReportItem.)
Propriété publique ContainedReportItems Infrastructure. (Hérité de ReportItem.)
Propriété publique CustomProperties Custom information to be handed to the report rendering component. (Hérité de ReportItem.)
Propriété publique DataElementName The name to use for the data element/attribute for this report item. (Hérité de ReportItem.)
Propriété publique DataElementOutput Indicates whether the item should appear in a data rendering. (Hérité de ReportItem.)
Propriété publique DocumentMapLabel A label to identify an instance of a report item within the client UI, This provides a user-friendly label for searching. (Hérité de ReportItem.)
Propriété publique DocumentMapLabelLocID The unique identifier for the DocumentMapLabel property. (Hérité de ReportItem.)
Propriété publique Height Height of the item. (Hérité de ReportItem.)
Propriété publique Left The distance of the item from the left of the containing object (Hérité de ReportItem.)
Propriété publique Name The name of the report item. (Hérité de ReportItem.)
Propriété publique Parent The parent of this report object. (Hérité de ReportObjectBase.)
Propriété publique PropertyStore The property store. (Hérité de ReportObjectBase.)
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. (Hérité de ReportItem.)
Propriété publique Site Infrastructure. (Hérité de ReportObject.)
Propriété publique Style Gets the style properties of this report definition object. (Hérité de ReportElement.)
Propriété publique ToolTip A textual label for the report item. Used for such things as rendering TITLE and ALT attributes in HTML reports (Hérité de ReportItem.)
Propriété publique ToolTipLocID The unique identifier for the ToolTip property. (Hérité de ReportItem.)
Propriété publique Top The distance of the item from the top of the containing object (Hérité de ReportItem.)
Propriété publique Visibility Gets the current visibility state of this report object. (Hérité de ReportItem.)
Propriété publique Width Width of the item. Negative sizes allowed only for lines. (Hérité de ReportItem.)
Propriété publique 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. (Hérité de ReportItem.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IDisposable. . :: . .Dispose (Hérité de ReportObject.)
Implémentation d'interface expliciteÉvénement privé IComponent. . :: . .Disposed (Hérité de ReportObject.)

Haut de la page