Элементы CustomPropertyCollection
Represents a collection of custom properties for a report, report item, or group. This class cannot be inherited.
Тип CustomPropertyCollection предоставляет доступ к следующим элементам.
Конструкторы
| Имя | Описание | |
|---|---|---|
![]() |
CustomPropertyCollection | Initializes a new instance of the CustomPropertyCollection class. |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
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.) |
![]() |
Finalize | (Наследуется из Object.) |
![]() |
GetHashCode | (Наследуется из Object.) |
![]() |
GetType | (Наследуется из Object.) |
![]() |
MemberwiseClone | (Наследуется из Object.) |
![]() |
ToString | (Наследуется из Object.) |
В начало
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
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. |
В начало
.gif)
.gif)
.gif)