CompiledTextRunInstanceCollection.IList<ICompiledTextRunInstance>.Item[Int32] Property

Definition

property Microsoft::ReportingServices::OnDemandReportRendering::ICompiledTextRunInstance ^ System::Collections::Generic::IList<Microsoft::ReportingServices::OnDemandReportRendering::ICompiledTextRunInstance>::Item[int] { Microsoft::ReportingServices::OnDemandReportRendering::ICompiledTextRunInstance ^ get(int index); void set(int index, Microsoft::ReportingServices::OnDemandReportRendering::ICompiledTextRunInstance ^ value); };
Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance System.Collections.Generic.IList<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance>.Item[int index] { get; set; }
member this.System.Collections.Generic.IList<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance>.Item(int) : Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance with get, set
 Property Item(index As Integer) As ICompiledTextRunInstance Implements IList(Of ICompiledTextRunInstance).Item

Parameters

index
Int32

Property Value

Microsoft.ReportingServices.OnDemandReportRendering.ICompiledTextRunInstance

Implements

Applies to