Класс MapLineCollection
Represents a collection of MapLine objects.
Иерархия наследования
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<MapLine>
Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionBase<MapLine>
Microsoft.ReportingServices.OnDemandReportRendering.MapLineCollection
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public NotInheritable Class MapLineCollection _
Inherits MapObjectCollectionBase(Of MapLine)
'Применение
Dim instance As MapLineCollection
public sealed class MapLineCollection : MapObjectCollectionBase<MapLine>
public ref class MapLineCollection sealed : public MapObjectCollectionBase<MapLine^>
[<SealedAttribute>]
type MapLineCollection =
class
inherit MapObjectCollectionBase<MapLine>
end
public final class MapLineCollection extends MapObjectCollectionBase<MapLine>
Тип MapLineCollection обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Count | Gets the number of items in the collection. (Переопределяет ReportElementCollectionBase<T>.Count.) | |
Item | Gets the item at the specified index. (Производный от MapObjectCollectionBase<T>.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
GetEnumerator | Gets the enumerator for this ReportElementCollectionBase<T>. (Производный от ReportElementCollectionBase<T>.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
IEnumerable.GetEnumerator | Инфраструктура. Gets the enumerator that iterates through the collection. (Производный от ReportElementCollectionBase<T>.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering