CompiledTextRunInstanceCollection.Item[Int32] 屬性

定義

取得指定索引的項目。

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

參數

i
Int32

物品的索引。

屬性值

一個 CompiledTextRunInstance 擁有指定名稱的物件。

適用於