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