Compartilhar via


Propriedade do RDL GroupExpressionValueCollection.Item

Gets the item at the specified index.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Object 
    Get
'Uso
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
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

Tipo: System.Object
A GroupExpressionValue object that has the specified name.

Consulte também

Referência

GroupExpressionValueCollection Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering