Partilhar via


Propriedade do RDL TextRunInstanceEnumerator.Current

Gets the current item.

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

Sintaxe

'Declaração
Public ReadOnly Property Current As TextRunInstance 
    Get
'Uso
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

Valor da propriedade

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

Implementa

IEnumerator<T>.Current

Consulte também

Referência

TextRunInstanceEnumerator Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering