CompiledParagraphInstanceCollection.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定之索引處的項目。
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 物件。