Właściwość DataValueCollection.Item
Pobiera wartość danych pod określonym indeksem.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Default Property Item ( _
index As Integer _
) As DataValue
Get
'Użycie
Dim instance As DataValueCollection
Dim index As Integer
Dim value As DataValue
value = instance(index)
public DataValue this[
int index
] { get; }
public:
property DataValue^ default[int index] {
DataValue^ get (int index);
}
member Item : DataValue
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- index
Typ: System.Int32
Indeks wartości danych do pobrania.
Wartość właściwości
Typ: Microsoft.ReportingServices.ReportRendering.DataValue
A DataValue obiektu.
Zobacz także