TextRunInstanceCollection Class
Represents a collection of StateIndicator objects.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstanceCollection
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class TextRunInstanceCollection _
Implements IEnumerable(Of TextRunInstance), IEnumerable
'Usage
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
The TextRunInstanceCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Returns an enumerator that iterates through the TextRunInstanceCollection. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Returns an enumerator that iterates through the TextRunInstanceCollection. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.