Свойство GroupExpressionCollection.Item
Gets the item at the specified index.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Overrides ReadOnly Default Property Item ( _
index As Integer _
) As ReportVariantProperty
Get
'Применение
Dim instance As GroupExpressionCollection
Dim index As Integer
Dim value As ReportVariantProperty
value = instance(index)
public override ReportVariantProperty this[
int index
] { get; }
public:
virtual property ReportVariantProperty^ default[int index] {
ReportVariantProperty^ get (int index) override;
}
abstract Item : ReportVariantProperty
override Item : ReportVariantProperty
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- index
Тип: System.Int32
The index of the item.
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A GroupExpressionCollection object that has the specified name.
См. также
Справочник
GroupExpressionCollection Класс
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering