Partilhar via


Propriedade do RDL DataGroupingCollection.Item

Returns a data grouping at the specified index.

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

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    index As Integer _
) As DataMemberCollection 
    Get
'Uso
Dim instance As DataGroupingCollection 
Dim index As Integer 
Dim value As DataMemberCollection 

value = instance(index)
public DataMemberCollection this[
    int index
] { get; }
public:
property DataMemberCollection^ default[int index] {
    DataMemberCollection^ get (int index);
}
member Item : DataMemberCollection
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

  • index
    Tipo: System.Int32
    The index of the data grouping to retrieve.

Valor da propriedade

Tipo: Microsoft.ReportingServices.ReportRendering.DataMemberCollection
A DataMemberCollection object containing the data grouping.

Consulte também

Referência

DataGroupingCollection Classe

Namespace Microsoft.ReportingServices.ReportRendering