ReportItemCollection Members
A collection of ReportItem objects. This class cannot be inherited.
The following tables list the members exposed by the ReportItemCollection type.
Public Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of items on the report. |
![]() |
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. |
![]() |
SharedRenderingInfo | Gets or sets data for use in future rendering extensions. This data will be shared across every instance of this report item. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetReportItemStartAndEndPages | Determines the page on which an item in the report item collection should appear, based on soft page breaks. |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
ReportItemCollection Class
Microsoft.ReportingServices.ReportRendering Namespace