TextRunCollection Class

Definition

Represents a collection of TextRun objects.

public ref class TextRunCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::TextRun ^>
public sealed class TextRunCollection : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.TextRun>
type TextRunCollection = class
    inherit ReportElementCollectionBase<TextRun>
Public NotInheritable Class TextRunCollection
Inherits ReportElementCollectionBase(Of TextRun)
Inheritance

Properties

Count

Gets the number of items in the collection.

Item[Int32]

Gets the item at the specified index.

Methods

GetEnumerator()

Gets the enumerator for this ReportElementCollectionBase<T>.

(Inherited from ReportElementCollectionBase<T>)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the enumerator that iterates through the collection.

(Inherited from ReportElementCollectionBase<T>)

Applies to