ReportDataSourceInfoCollection Class
Represents a collection of ReportDataSourceInfo objects.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<T>
Microsoft.Reporting.WinForms.ReportDataSourceInfoCollection
Syntax
[ComVisibleAttribute(false)]
public sealed class ReportDataSourceInfoCollection : ReadOnlyCollection<ReportDataSourceInfo>
[ComVisibleAttribute(false)]
public ref class ReportDataSourceInfoCollection sealed : ReadOnlyCollection<ReportDataSourceInfo^>
[<Sealed>]
[<ComVisibleAttribute(false)>]
type ReportDataSourceInfoCollection =
class
inherit ReadOnlyCollection<ReportDataSourceInfo>
end
<ComVisibleAttribute(False)>
Public NotInheritable Class ReportDataSourceInfoCollection
Inherits ReadOnlyCollection(Of ReportDataSourceInfo)
Properties
Name | Description | |
---|---|---|
Count | (Inherited from ReadOnlyCollection<T>.) |
|
Item[Int32] | (Inherited from ReadOnlyCollection<T>.) |
|
Item[String] | Returns a specific ReportDataSourceInfo object from the collection. |
Methods
Name | Description | |
---|---|---|
Contains(T) | (Inherited from ReadOnlyCollection<T>.) |
|
CopyTo(T[], Int32) | (Inherited from ReadOnlyCollection<T>.) |
|
Equals(Object) | (Inherited from Object.) |
|
GetEnumerator() | (Inherited from ReadOnlyCollection<T>.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
IndexOf(T) | (Inherited from ReadOnlyCollection<T>.) |
|
ToString() | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection<TKey>.Add(T) | (Inherited from ReadOnlyCollection<T>.) |
|
ICollection<TKey>.Clear() | (Inherited from ReadOnlyCollection<T>.) |
|
ICollection<TKey>.Remove(T) | (Inherited from ReadOnlyCollection<T>.) |
|
IList<T>.Insert(Int32, T) | (Inherited from ReadOnlyCollection<T>.) |
|
IList<T>.RemoveAt(Int32) | (Inherited from ReadOnlyCollection<T>.) |
|
ICollection.CopyTo(Array, Int32) | (Inherited from ReadOnlyCollection<T>.) |
|
IEnumerable.GetEnumerator() | (Inherited from ReadOnlyCollection<T>.) |
|
IList.Add(Object) | (Inherited from ReadOnlyCollection<T>.) |
|
IList.Clear() | (Inherited from ReadOnlyCollection<T>.) |
|
IList.Contains(Object) | (Inherited from ReadOnlyCollection<T>.) |
|
IList.IndexOf(Object) | (Inherited from ReadOnlyCollection<T>.) |
|
IList.Insert(Int32, Object) | (Inherited from ReadOnlyCollection<T>.) |
|
IList.Remove(Object) | (Inherited from ReadOnlyCollection<T>.) |
|
IList.RemoveAt(Int32) | (Inherited from ReadOnlyCollection<T>.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Reporting.WinForms Namespace
Return to top