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