CustomPropertyCollection Class
Updated: February 25, 2016
Represents a collection of custom properties for a report, report item, or group. This class cannot be inherited.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
| Name | Description | |
|---|---|---|
![]() | CustomPropertyCollection() | Initializes a new instance of the CustomPropertyCollection class. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of custom properties in the collection. |
![]() | Item[Int32] | Gets a custom property at a specified index. |
![]() | Item[String^] | Returns a named custom property from the collection. |
| Name | Description | |
|---|---|---|
![]() | Add(CustomProperty^) | Adds a custom property to the collection. |
![]() | Add(String^, Object^) | Creates a custom property with a name and value and adds it to the collection. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
A CustomPropertyCollection object containing custom properties for a report, report item, or group.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

