Элементы 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.

В начало