CompiledParagraphInstanceCollection.Item Property
Gets the item at the specified index.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Default Property Item ( _
i As Integer _
) As CompiledParagraphInstance
Get
'Usage
Dim instance As CompiledParagraphInstanceCollection
Dim i As Integer
Dim value As CompiledParagraphInstance
value = instance(i)
public override CompiledParagraphInstance this[
int i
] { get; }
public:
virtual property CompiledParagraphInstance^ default[int i] {
CompiledParagraphInstance^ get (int i) override;
}
abstract Item : CompiledParagraphInstance
override Item : CompiledParagraphInstance
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- i
Type: System.Int32
The index of the item.
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.CompiledParagraphInstance
A CompiledParagraphInstance object at the specified index.