Свойство 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 LinearPointer
Get
'Применение
Dim instance As LinearPointerCollection
Dim name As String
Dim value As LinearPointer
value = instance(name)
public LinearPointer this[
string name
] { get; }
public:
property LinearPointer^ default[String^ name] {
LinearPointer^ get (String^ name);
}
member Item : LinearPointer
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- name
Тип System. . :: . .String
The name of the item in the collection.
Значение свойства
Тип Microsoft.ReportingServices.OnDemandReportRendering. . :: . .LinearPointer
A LinearPointer object that has the specified name.