Класс TextRunInstanceCollection
Represents a collection of StateIndicator objects.
Иерархия наследования
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstanceCollection
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public NotInheritable Class TextRunInstanceCollection _
Implements IEnumerable(Of TextRunInstance), IEnumerable
'Применение
Dim instance As TextRunInstanceCollection
public sealed class TextRunInstanceCollection : IEnumerable<TextRunInstance>,
IEnumerable
public ref class TextRunInstanceCollection sealed : IEnumerable<TextRunInstance^>,
IEnumerable
[<SealedAttribute>]
type TextRunInstanceCollection =
class
interface IEnumerable<TextRunInstance>
interface IEnumerable
end
public final class TextRunInstanceCollection implements IEnumerable<TextRunInstance>, IEnumerable
Тип TextRunInstanceCollection обеспечивает доступ к следующим элементам.
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
GetEnumerator | Returns an enumerator that iterates through the TextRunInstanceCollection. | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
IEnumerable.GetEnumerator | Returns an enumerator that iterates through the TextRunInstanceCollection. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering