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.

맨 위로 이동