CompiledParagraphInstanceCollection.Item[Int32] 屬性

定義

取得指定之索引處的項目。

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

參數

i
Int32

項目的索引。

屬性值

CompiledParagraphInstance

位於指定之索引處的 CompiledParagraphInstance 物件。

適用於