Поделиться через


Метод GetValue

Return the value of the specified field.

Пространство имен:  Microsoft.ReportingServices.DataProcessing
Сборки:   Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Синтаксис

'Декларация
Function GetValue ( _
    fieldIndex As Integer _
) As Object
'Применение
Dim instance As IDataReader
Dim fieldIndex As Integer
Dim returnValue As Object

returnValue = instance.GetValue(fieldIndex)
Object GetValue(
    int fieldIndex
)
Object^ GetValue(
    int fieldIndex
)
abstract GetValue : 
        fieldIndex:int -> Object 
function GetValue(
    fieldIndex : int
) : Object

Параметры

Возвращаемое значение

Тип: System. . :: . .Object
The value of the field at the specified index.

Замечания

Exceptions

Exception type

Condition

IndexOutOfRangeException

The index passed was outside the range of 0 through FieldCount.