Partilhar via


Propriedade do RDL ParagraphInstanceEnumerator.IEnumerator.Current

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the current item in the collection.

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

Sintaxe

'Declaração
Private ReadOnly Property Current As Object 
    Implements IEnumerator.Current 
    Get
'Uso
Dim instance As ParagraphInstanceEnumerator 
Dim value As Object 

value = CType(instance, IEnumerator).Current
Object IEnumerator.Current { get; }
private:
virtual property Object^ Current {
    Object^ get () sealed = IEnumerator::Current::get;
}
private abstract Current : Object 
private override Current : Object
JScript dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Valor da propriedade

Tipo: System.Object
The current item in the collection.

Implementa

IEnumerator.Current

Consulte também

Referência

ParagraphInstanceEnumerator Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering