Sdílet prostřednictvím


TextRunInstanceEnumerator.Current Property

Getst the current item.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Current As TextRunInstance
    Get
'Usage
Dim instance As TextRunInstanceEnumerator
Dim value As TextRunInstance

value = instance.Current
public TextRunInstance Current { get; }
public:
virtual property TextRunInstance^ Current {
    TextRunInstance^ get () sealed;
}
abstract Current : TextRunInstance
override Current : TextRunInstance
final function get Current () : TextRunInstance

Implements

IEnumerator<T>.Current