Поделиться через


Класс CustomPropertyCollection

Represents a collection of CustomProperty objects.

Иерархия наследования

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'CustomProperty> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..CustomPropertyCollection

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public NotInheritable Class CustomPropertyCollection _
    Inherits ReportElementCollectionBase(Of CustomProperty)
'Применение
Dim instance As CustomPropertyCollection
public sealed class CustomPropertyCollection : ReportElementCollectionBase<CustomProperty>
public ref class CustomPropertyCollection sealed : public ReportElementCollectionBase<CustomProperty^>
[<SealedAttribute>]
type CustomPropertyCollection =  
    class
        inherit ReportElementCollectionBase<CustomProperty>
    end
public final class CustomPropertyCollection extends ReportElementCollectionBase<CustomProperty>

Тип CustomPropertyCollection обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Count Gets the number of items in the collection. (Переопределяет ReportElementCollectionBase< (Of < ( <'T> ) > ) >. . :: . .Count.)
Открытое свойство Item[ ( [ ( Int32] ) ] ) Gets the item at the specified index. (Переопределяет ReportElementCollectionBase< (Of < ( <'T> ) > ) >. . :: . .Item[ ( [ ( Int32] ) ] ) .)
Открытое свойство Item[ ( [ ( String] ) ] ) Gets the item that has the specified name.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetEnumerator Gets the enumerator for this ReportElementCollectionBase<(Of <(<'T>)>)>. (Производный от ReportElementCollectionBase< (Of < ( <'T> ) > ) >.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод IEnumerable. . :: . .GetEnumerator Инфраструктура. (Производный от ReportElementCollectionBase< (Of < ( <'T> ) > ) >.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.