Udostępnij przez


Właściwość GroupExpressionValueCollection.Item

Pobiera element pod określonym indeksem.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Object
    Get
'Użycie
Dim instance As GroupExpressionValueCollection
Dim index As Integer
Dim value As Object

value = instance(index)
public Object this[
    int index
] { get; }
public:
property Object^ default[int index] {
    Object^ get (int index);
}
member Item : Object
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.

Parametry

Wartość właściwości

Typ: System.Object
A GroupExpressionValue obiekt, który ma określoną nazwę.