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. |
맨 위로 이동