Свойство Item (String)
Gets the ReportParameter that has the specified name.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
name As String _
) As ReportParameter
Get
'Применение
Dim instance As ReportParameterCollection
Dim name As String
Dim value As ReportParameter
value = instance(name)
public ReportParameter this[
string name
] { get; }
public:
property ReportParameter^ default[String^ name] {
ReportParameter^ get (String^ name);
}
member Item : ReportParameter
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- name
Тип: System. . :: . .String
The name of the item.
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportParameter
A ReportParameter object that has the specified name.