Поделиться через


TextRunCollection.Item[Int32] Свойство

Определение

Возвращает элемент по указанному индексу.

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::TextRun ^ default[int] { Microsoft::ReportingServices::OnDemandReportRendering::TextRun ^ get(int i); };
public override Microsoft.ReportingServices.OnDemandReportRendering.TextRun this[int i] { get; }
member this.Item(int) : Microsoft.ReportingServices.OnDemandReportRendering.TextRun
Default Public Overrides ReadOnly Property Item(i As Integer) As TextRun

Параметры

i
Int32

Индекс элемента.

Значение свойства

Объект TextRun по указанному индексу.

Применяется к