Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an enumerator that iterates through the TextRunInstanceCollection.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of TextRunInstance)
'Usage
Dim instance As TextRunInstanceCollection
Dim returnValue As IEnumerator(Of TextRunInstance)
returnValue = instance.GetEnumerator()
public IEnumerator<TextRunInstance> GetEnumerator()
public:
virtual IEnumerator<TextRunInstance^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<TextRunInstance>
override GetEnumerator : unit -> IEnumerator<TextRunInstance>
public final function GetEnumerator() : IEnumerator<TextRunInstance>
Return Value
Type: System.Collections.Generic.IEnumerator<TextRunInstance>
An IEnumerator for the TextRunInstanceCollection.
Implements
IEnumerable<T>.GetEnumerator()
See Also
Reference
TextRunInstanceCollection Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace