Класс ParagraphInstanceEnumerator
Gets the enumerator for an inherited object of ParagraphInstance. The enumerator may contain both instance objects compiled from HTML tags and instance objects for paragraphs defined directly in the report.
Иерархия наследования
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstanceEnumerator
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public NotInheritable Class ParagraphInstanceEnumerator _
Implements IEnumerator(Of ParagraphInstance), IDisposable, _
IEnumerator
'Применение
Dim instance As ParagraphInstanceEnumerator
public sealed class ParagraphInstanceEnumerator : IEnumerator<ParagraphInstance>,
IDisposable, IEnumerator
public ref class ParagraphInstanceEnumerator sealed : IEnumerator<ParagraphInstance^>,
IDisposable, IEnumerator
[<SealedAttribute>]
type ParagraphInstanceEnumerator =
class
interface IEnumerator<ParagraphInstance>
interface IDisposable
interface IEnumerator
end
public final class ParagraphInstanceEnumerator implements IEnumerator<ParagraphInstance>, IDisposable, IEnumerator
Тип ParagraphInstanceEnumerator обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Current | Gets the current item. |
В начало
Методы
Имя | Описание | |
---|---|---|
Dispose | Releases the unmanaged resources used by the ParagraphInstanceEnumerator. | |
Equals | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MoveNext | Moves to the next item in the enumerator. | |
Reset | Resets the ParagraphInstanceEnumerator to the first item. | |
ToString | (Производный от Object.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
IEnumerator.Current | Инфраструктура. Gets the current item in the collection. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering