Propriedade do RDL Item
Gets the data value 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 DataValue
Get
'Uso
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 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 value to retrieve.
Valor da propriedade
Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .DataValue
A DataValue object.
Consulte também