IDataReaderFieldProperties.GetPropertyName 方法

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 GetPropertyName ( _
    fieldIndex As Integer, _
    propertyIndex As Integer _
) As String
用法
Dim instance As IDataReaderFieldProperties 
Dim fieldIndex As Integer 
Dim propertyIndex As Integer 
Dim returnValue As String 

returnValue = instance.GetPropertyName(fieldIndex, _
    propertyIndex)
string GetPropertyName(
    int fieldIndex,
    int propertyIndex
)
String^ GetPropertyName(
    int fieldIndex, 
    int propertyIndex
)
abstract GetPropertyName : 
        fieldIndex:int * 
        propertyIndex:int -> string
function GetPropertyName(
    fieldIndex : int, 
    propertyIndex : int
) : String

参数

  • propertyIndex
    类型:System.Int32
    The index of the property.

返回值

类型:System.String
A string containing the name of the specified property.

请参阅

参考

IDataReaderFieldProperties 接口

Microsoft.ReportingServices.DataProcessing 命名空间