ReportDataSourceCollection Class

Contains a collection of ReportDataSource objects.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class ReportDataSourceCollection
    Inherits Collection(Of ReportDataSource)
    Implements ISerializable
'Usage
Dim instance As ReportDataSourceCollection
[SerializableAttribute] 
[ComVisibleAttribute(false)] 
[DefaultMemberAttribute("Item")] 
public sealed class ReportDataSourceCollection : Collection<ReportDataSource>, ISerializable
[SerializableAttribute] 
[ComVisibleAttribute(false)] 
[DefaultMemberAttribute(L"Item")] 
public ref class ReportDataSourceCollection sealed : public Collection<ReportDataSource^>, ISerializable
/** @attribute SerializableAttribute() */ 
/** @attribute ComVisibleAttribute(false) */ 
/** @attribute DefaultMemberAttribute("Item") */ 
public final class ReportDataSourceCollection extends Collection<ReportDataSource> implements ISerializable
SerializableAttribute 
ComVisibleAttribute(false) 
DefaultMemberAttribute("Item") 
public final class ReportDataSourceCollection extends Collection<ReportDataSource> implements ISerializable

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection
    Microsoft.Reporting.WinForms.ReportDataSourceCollection

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

Reference

ReportDataSourceCollection Members
Microsoft.Reporting.WinForms Namespace