Класс CompiledParagraphInstanceCollection
Represents a collection of CompiledParagraphInstance objects.
Иерархия наследования
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<CompiledParagraphInstance>
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstanceCollectionBase<CompiledParagraphInstance>
Microsoft.ReportingServices.OnDemandReportRendering.CompiledParagraphInstanceCollection
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public NotInheritable Class CompiledParagraphInstanceCollection _
Inherits ReportElementInstanceCollectionBase(Of CompiledParagraphInstance) _
Implements IEnumerable
'Применение
Dim instance As CompiledParagraphInstanceCollection
public sealed class CompiledParagraphInstanceCollection : ReportElementInstanceCollectionBase<CompiledParagraphInstance>,
IEnumerable
public ref class CompiledParagraphInstanceCollection sealed : public ReportElementInstanceCollectionBase<CompiledParagraphInstance^>,
IEnumerable
[<SealedAttribute>]
type CompiledParagraphInstanceCollection =
class
inherit ReportElementInstanceCollectionBase<CompiledParagraphInstance>
interface IEnumerable
end
public final class CompiledParagraphInstanceCollection extends ReportElementInstanceCollectionBase<CompiledParagraphInstance> implements IEnumerable
Тип CompiledParagraphInstanceCollection обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
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 CompiledParagraphInstanceCollection. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering