ReportDataSourceInfoCollection Class
Represents a collection of ReportDataSourceInfo objects.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class ReportDataSourceInfoCollection
Inherits ReadOnlyCollection(Of ReportDataSourceInfo)
'Usage
Dim instance As ReportDataSourceInfoCollection
[ComVisibleAttribute(false)]
[DefaultMemberAttribute("Item")]
public sealed class ReportDataSourceInfoCollection : ReadOnlyCollection<ReportDataSourceInfo>
[ComVisibleAttribute(false)]
[DefaultMemberAttribute(L"Item")]
public ref class ReportDataSourceInfoCollection sealed : public ReadOnlyCollection<ReportDataSourceInfo^>
/** @attribute ComVisibleAttribute(false) */
/** @attribute DefaultMemberAttribute("Item") */
public final class ReportDataSourceInfoCollection extends ReadOnlyCollection<ReportDataSourceInfo>
ComVisibleAttribute(false)
DefaultMemberAttribute("Item")
public final class ReportDataSourceInfoCollection extends ReadOnlyCollection<ReportDataSourceInfo>
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.ReadOnlyCollection
Microsoft.Reporting.WebForms.ReportDataSourceInfoCollection
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
ReportDataSourceInfoCollection Members
Microsoft.Reporting.WebForms Namespace