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