ReportItemCollection Class
Updated: February 25, 2016
A collection of ReportItem objects. This class cannot be inherited.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of items on the report. |
![]() | 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. |
![]() | SharedRenderingInfo | Gets or sets data for use in future rendering extensions. This data will be shared across every instance of this report item. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetReportItemStartAndEndPages(Int32, Int32, Int32%, Int32%) | Determines the page on which an item in the report item collection should appear, based on soft page breaks. |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

