Partager via


Membres ReportItemCollection

A collection of ReportItem objects. This class cannot be inherited.

Le type ReportItemCollection expose les membres suivants.

Méthodes

  Nom Description
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 GetReportItemStartAndEndPages Determines the page on which an item in the report item collection should appear, based on soft page breaks.
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

Propriétés

  Nom Description
Propriété publique Count Gets the number of items on the report.
Propriété publique Item Gets the specified report item from the collection located at the position specified by the index. In C#, this property is the indexer for the ReportItemCollection class.
Propriété publique SharedRenderingInfo Gets or sets data for use in future rendering extensions. This data will be shared across every instance of this report item.

Haut de la page