Свойство Item
Returns a data grouping at the specified index.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
index As Integer _
) As DataMemberCollection
Get
'Применение
Dim instance As DataGroupingCollection
Dim index As Integer
Dim value As DataMemberCollection
value = instance(index)
public DataMemberCollection this[
int index
] { get; }
public:
property DataMemberCollection^ default[int index] {
DataMemberCollection^ get (int index);
}
member Item : DataMemberCollection
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- index
Тип: System. . :: . .Int32
The index of the data grouping to retrieve.
Значение свойства
Тип: Microsoft.ReportingServices.ReportRendering. . :: . .DataMemberCollection
A DataMemberCollection object containing the data grouping.