Share via


ReportItemCollection Members

Include Protected Members
Include Inherited Members

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

The ReportItemCollection type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetReportItemStartAndEndPages(Int32, Int32, Int32%, Int32%) Determines the page on which an item in the report item collection should appear, based on soft page breaks.
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Count Gets the number of items on the report.
Public property Item[Int32] 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.
Public property SharedRenderingInfo Gets or sets data for use in future rendering extensions. This data will be shared across every instance of this report item.

Top