CompiledParagraphInstanceCollection.IList<ICompiledParagraphInstance>.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
property Microsoft::ReportingServices::OnDemandReportRendering::ICompiledParagraphInstance ^ System::Collections::Generic::IList<Microsoft::ReportingServices::OnDemandReportRendering::ICompiledParagraphInstance>::Item[int] { Microsoft::ReportingServices::OnDemandReportRendering::ICompiledParagraphInstance ^ get(int index); void set(int index, Microsoft::ReportingServices::OnDemandReportRendering::ICompiledParagraphInstance ^ value); };
Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance System.Collections.Generic.IList<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance>.Item[int index] { get; set; }
member this.System.Collections.Generic.IList<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance>.Item(int) : Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance with get, set
Property Item(index As Integer) As ICompiledParagraphInstance Implements IList(Of ICompiledParagraphInstance).Item
參數
- index
- Int32
屬性值
- Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance