Свойство TextRunInstanceEnumerator.Current
Gets the current item.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Current As TextRunInstance
Get
'Применение
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
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance
A TextRunInstance object.
Реализует
См. также
Справочник
TextRunInstanceEnumerator Класс
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering