Udostępnij przez


Właściwość DataValueCollection.Item (String)

Pobiera element o określonej nazwie.

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

Składnia

'Deklaracja
Public ReadOnly Default Property Item ( _
    name As String _
) As DataValue
    Get
'Użycie
Dim instance As DataValueCollection
Dim name As String
Dim value As DataValue

value = instance(name)
public DataValue this[
    string name
] { get; }
public:
property DataValue^ default[String^ name] {
    DataValue^ get (String^ name);
}
member Item : DataValue
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: Microsoft.ReportingServices.OnDemandReportRendering.DataValue
A DataValue obiekt, który ma określoną nazwę.