CompiledTextRunInstanceCollection.Item[Int32] Property

Definition

Gets the item at the specified index.

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

Parameters

i
Int32

The index of the item.

Property Value

A CompiledTextRunInstance object that has the specified name.

Applies to