CompiledTextRunInstanceCollection.Item[Int32] Propiedad

Definición

Obtiene el elemento en el índice especificado.

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

Parámetros

i
Int32

Índice del elemento.

Valor de propiedad

Objeto CompiledTextRunInstance que tiene el nombre especificado.

Se aplica a