ParagraphInstanceEnumerator.Current Propiedad
Gets the current item.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Current As ParagraphInstance
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstance
A ParagrahInstance object.
Implementa
Vea también
Referencia
ParagraphInstanceEnumerator Clase
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering