Compartir a través de


TextRunCollection.Item[Int32] Propiedad

Definición

Obtiene el elemento en el í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

Índice del elemento.

Valor de propiedad

Objeto TextRun en el índice especificado.

Se aplica a