Свойство CompiledParagraphInstanceCollection.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 поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- i
Тип: System.Int32
The index of the item.
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.CompiledParagraphInstance
A CompiledParagraphInstance object at the specified index.
См. также
Справочник
CompiledParagraphInstanceCollection Класс
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering