Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns the name of a specified property for a specified field.
Namespace: Microsoft.ReportingServices.DataProcessing
Assemblys: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntax
'Declaration
Function GetPropertyName ( _
fieldIndex As Integer, _
propertyIndex As Integer _
) As String
'Usage
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
Parameter
- fieldIndex
Typ: System.Int32
The index of the field.
- propertyIndex
Typ: System.Int32
The index of the property.
Rückgabewert
Typ: System.String
A string containing the name of the specified property.