Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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