ReportItemCollection Properties
SQL Server 2008 R2
The ReportItemCollection type exposes the following members.
| 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. |
