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


Класс CompiledTextRunInstanceCollection

Represents a collection of CompiledTextRunInstance objects.

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

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<CompiledTextRunInstance>
    Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstanceCollectionBase<CompiledTextRunInstance>
      Microsoft.ReportingServices.OnDemandReportRendering.CompiledTextRunInstanceCollection

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

Синтаксис

'Декларация
Public NotInheritable Class CompiledTextRunInstanceCollection _
    Inherits ReportElementInstanceCollectionBase(Of CompiledTextRunInstance) _
    Implements IEnumerable
'Применение
Dim instance As CompiledTextRunInstanceCollection
public sealed class CompiledTextRunInstanceCollection : ReportElementInstanceCollectionBase<CompiledTextRunInstance>, 
    IEnumerable
public ref class CompiledTextRunInstanceCollection sealed : public ReportElementInstanceCollectionBase<CompiledTextRunInstance^>, 
    IEnumerable
[<SealedAttribute>]
type CompiledTextRunInstanceCollection =  
    class 
        inherit ReportElementInstanceCollectionBase<CompiledTextRunInstance>
        interface IEnumerable 
    end
public final class CompiledTextRunInstanceCollection extends ReportElementInstanceCollectionBase<CompiledTextRunInstance> implements IEnumerable

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

Свойства

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

В начало

Методы

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

В начало

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

  Имя Описание
Явная реализация интерфейсаЗакрытый метод IEnumerable.GetEnumerator Returns an enumerator that iterates through the CompiledTextRunInstanceCollection.

В начало

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

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

См. также

Справочник

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering