Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Returns the name of a specified property for a specified field.
Namespace: Microsoft.ReportingServices.DataProcessing
Assemblies: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntax
'Declaration
Function GetPropertyValue ( _
fieldIndex As Integer, _
propertyIndex As Integer _
) As Object
'Usage
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
Parameters
- fieldIndex
Type: System.Int32
The index of the field.
- propertyIndex
Type: System.Int32
The index of the property.
Return Value
Type: System.Object
An object containing the value of the specified property.