Propriedade do RDL Item
Retrieves an item from a specified location in the collection.
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 Object
Get
'Uso
Dim instance As ValueCollection
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
- index
Tipo: System. . :: . .Int32
The index at which to retrieve the item.
Valor da propriedade
Tipo: System. . :: . .Object
An Object from the value collection.
Consulte também