Proprietà Item
Gets the data value at the specified index.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
index As Integer _
) As DataValue
Get
'Utilizzo
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
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- index
Tipo: System. . :: . .Int32
The index of the data value to retrieve.
Valore proprietà
Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .DataValue
A DataValue object.