Metoda IDataReaderFieldProperties.GetPropertyValue
Zwraca nazwę określonej właściwość dla określonego pole.
Przestrzeń nazw: Microsoft.ReportingServices.DataProcessing
Zestawy: Microsoft.ReportingServices.Interfaces (w Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (w Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Składnia
'Deklaracja
Function GetPropertyValue ( _
fieldIndex As Integer, _
propertyIndex As Integer _
) As Object
'Użycie
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
Parametry
- fieldIndex
Typ: System.Int32
Indeks pole.
- propertyIndex
Typ: System.Int32
Indeks właściwość.
Wartość zwracana
Typ: System.Object
Obiektu zawierające wartości określonej właściwość.
Zobacz także