Класс ReportDataSourceCollection
Содержит коллекцию объектов ReportDataSource.
Иерархия наследования
System.Object
System.Collections.ObjectModel.Collection<ReportDataSource>
Microsoft.Reporting.WinForms.SyncList<ReportDataSource>
Microsoft.Reporting.WinForms.ReportDataSourceCollection
Пространство имен: Microsoft.Reporting.WinForms
Сборка: Microsoft.ReportViewer.WinForms (в Microsoft.ReportViewer.WinForms.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportDataSourceCollection _
Inherits SyncList(Of ReportDataSource) _
Implements ISerializable
'Применение
Dim instance As ReportDataSourceCollection
[SerializableAttribute]
[ComVisibleAttribute(false)]
public sealed class ReportDataSourceCollection : SyncList<ReportDataSource>,
ISerializable
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ReportDataSourceCollection sealed : public SyncList<ReportDataSource^>,
ISerializable
[<SealedAttribute>]
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type ReportDataSourceCollection =
class
inherit SyncList<ReportDataSource>
interface ISerializable
end
public final class ReportDataSourceCollection extends SyncList<ReportDataSource> implements ISerializable
Тип ReportDataSourceCollection обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Count | (Производный от Collection<ReportDataSource>.) | |
Item[Int32] | (Производный от Collection<ReportDataSource>.) | |
Item[String] | Возвращает из коллекции источник данных отчета с указанным именем. | |
Items | (Производный от Collection<ReportDataSource>.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Add | (Производный от Collection<ReportDataSource>.) | |
Clear | (Производный от Collection<ReportDataSource>.) | |
ClearItems | Инфраструктура. (Производный от SyncList<TListType>.) | |
Contains | (Производный от Collection<ReportDataSource>.) | |
CopyTo | (Производный от Collection<ReportDataSource>.) | |
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetEnumerator | (Производный от Collection<ReportDataSource>.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
IndexOf | (Производный от Collection<ReportDataSource>.) | |
Insert | (Производный от Collection<ReportDataSource>.) | |
InsertItem | Инфраструктура. (Производный от SyncList<TListType>.) | |
MemberwiseClone | (Производный от Object.) | |
Remove | (Производный от Collection<ReportDataSource>.) | |
RemoveAt | (Производный от Collection<ReportDataSource>.) | |
RemoveItem | Инфраструктура. (Производный от SyncList<TListType>.) | |
SetItem | Инфраструктура. (Производный от SyncList<TListType>.) | |
ToString | (Производный от Object.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
ISerializable.GetObjectData | Инфраструктура. | |
IList.Add | (Производный от Collection<ReportDataSource>.) | |
IList.Contains | (Производный от Collection<ReportDataSource>.) | |
ICollection.CopyTo | (Производный от Collection<ReportDataSource>.) | |
IEnumerable.GetEnumerator | (Производный от Collection<ReportDataSource>.) | |
IList.IndexOf | (Производный от Collection<ReportDataSource>.) | |
IList.Insert | (Производный от Collection<ReportDataSource>.) | |
IList.IsFixedSize | (Производный от Collection<ReportDataSource>.) | |
ICollection<T>.IsReadOnly | (Производный от Collection<ReportDataSource>.) | |
IList.IsReadOnly | (Производный от Collection<ReportDataSource>.) | |
ICollection.IsSynchronized | (Производный от Collection<ReportDataSource>.) | |
IList.Item | (Производный от Collection<ReportDataSource>.) | |
IList.Remove | (Производный от Collection<ReportDataSource>.) | |
ICollection.SyncRoot | (Производный от Collection<ReportDataSource>.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.