Udostępnij za pośrednictwem


TextRunInstanceEnumerator.Current Property

Gets 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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance
A TextRunInstance object.

Implements

IEnumerator<T>.Current

See Also

Reference

TextRunInstanceEnumerator Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace