Метод IDataReaderFieldProperties.GetPropertyValue

Returns the name of a specified property for a specified field.

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

Синтаксис

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

returnValue = instance.GetPropertyValue(fieldIndex, _
    propertyIndex)
Object GetPropertyValue(
    int fieldIndex,
    int propertyIndex
)
Object^ GetPropertyValue(
    int fieldIndex, 
    int propertyIndex
)
abstract GetPropertyValue : 
        fieldIndex:int * 
        propertyIndex:int -> Object
function GetPropertyValue(
    fieldIndex : int, 
    propertyIndex : int
) : Object

Параметры

  • propertyIndex
    Тип: System.Int32
    The index of the property.

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

Тип: System.Object
An object containing the value of the specified property.

См. также

Справочник

IDataReaderFieldProperties Интерфейс

Пространство имен Microsoft.ReportingServices.DataProcessing