Свойство Item

Gets the item at the specified index.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Overrides ReadOnly Default Property Item ( _
    i As Integer _
) As CompiledParagraphInstance
    Get
'Применение
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 поддерживает использование индексированных свойств, но не объявление новых.

Параметры

Значение свойства

Тип Microsoft.ReportingServices.OnDemandReportRendering. . :: . .CompiledParagraphInstance
A CompiledParagraphInstance object at the specified index.