Поделиться через


Свойство DataValueCollection.Item (String)

Gets the item that has the specified name.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    name As String _
) As DataValue 
    Get
'Применение
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
JScript поддерживает использование индексированных свойств, но не объявление новых.

Параметры

  • name
    Тип: System.String
    The name of the item in the collection.

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.DataValue
A DataValue object that has the specified name.

См. также

Справочник

DataValueCollection Класс

Перегрузка Item

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering