TextRunCollection.Item[Int32] Propriedade

Definição

Obtém o item no índice especificado.

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

Parâmetros

i
Int32

O índice do item.

Valor da propriedade

Um TextRun objeto no index.s especificado.

Aplica-se a