次の方法で共有


IDataReaderFieldProperties.GetPropertyValue メソッド

指定したフィールドの指定したプロパティの名前を返します。

名前空間:  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

パラメーター

  • fieldIndex
    型: System.Int32
    フィールドのインデックスです。
  • propertyIndex
    型: System.Int32
    プロパティのインデックスです。

戻り値

型: System.Object
指定したプロパティの値を表す object です。

関連項目

参照

IDataReaderFieldProperties インターフェイス

Microsoft.ReportingServices.DataProcessing 名前空間