CompiledParagraphInstanceCollection.IList<ICompiledParagraphInstance>.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- index
- Int32
Property Value
Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance