GetPropertyValue 方法
Returns the name of a specified property for a specified field.
命名空间: Microsoft.ReportingServices.DataProcessing
程序集: Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.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
The index of the field.
- propertyIndex
类型:System. . :: . .Int32
The index of the property.
返回值
类型:System. . :: . .Object
An object containing the value of the specified property.