Partager via


Propriété ParagraphInstanceEnumerator.Current

Gets the current item.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Current As ParagraphInstance 
    Get
'Utilisation
Dim instance As ParagraphInstanceEnumerator 
Dim value As ParagraphInstance 

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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstance
A ParagrahInstance object.

Implémente

IEnumerator<T>.Current

Voir aussi

Référence

ParagraphInstanceEnumerator Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering