Freigeben über


ReportItemCollection-Member

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

Der ReportItemCollection-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetReportItemStartAndEndPages Determines the page on which an item in the report item collection should appear, based on soft page breaks.
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of items on the report.
Öffentliche Eigenschaft 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.
Öffentliche Eigenschaft SharedRenderingInfo Gets or sets data for use in future rendering extensions. This data will be shared across every instance of this report item.

Zum Anfang