CustomPropertyCollection 클래스

정의

보고서, 보고서 항목 또는 그룹에 대한 사용자 지정 속성의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.

public ref class CustomPropertyCollection sealed
public sealed class CustomPropertyCollection
type CustomPropertyCollection = class
Public NotInheritable Class CustomPropertyCollection
상속
CustomPropertyCollection

설명

CustomPropertyCollection 보고서, 보고서 항목 또는 그룹에 대한 사용자 지정 속성을 포함하는 개체입니다.

생성자

CustomPropertyCollection()

CustomPropertyCollection 클래스의 새 인스턴스를 초기화합니다.

속성

Count

컬렉션의 사용자 지정 속성 수를 가져옵니다.

Item[Int32]

지정한 인덱스에 있는 사용자 지정 속성을 가져옵니다.

Item[String]

컬렉션에서 명명된 사용자 지정 속성을 반환합니다.

메서드

Add(CustomProperty)

사용자 지정 속성을 컬렉션에 추가합니다.

Add(String, Object)

이름과 값을 사용하여 사용자 지정 속성을 만들어 컬렉션에 추가합니다.

적용 대상