TextRunInstanceCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of StateIndicator objects.
public ref class TextRunInstanceCollection sealed : System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::OnDemandReportRendering::TextRunInstance ^>
public sealed class TextRunInstanceCollection : System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance>
type TextRunInstanceCollection = class
interface seq<TextRunInstance>
interface IEnumerable
Public NotInheritable Class TextRunInstanceCollection
Implements IEnumerable(Of TextRunInstance)
- Inheritance
-
TextRunInstanceCollection
- Implements
Methods
GetEnumerator() |
Returns an enumerator that iterates through the TextRunInstanceCollection. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Returns an enumerator that iterates through the TextRunInstanceCollection. |