表示 ReportDataSourceInfo 对象集合。
继承层次结构
System.Object
  System.Collections.ObjectModel.ReadOnlyCollection<ReportDataSourceInfo>
    Microsoft.Reporting.WebForms.ReportDataSourceInfoCollection
命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportDataSourceInfoCollection _
    Inherits ReadOnlyCollection(Of ReportDataSourceInfo)
用法
Dim instance As ReportDataSourceInfoCollection
[ComVisibleAttribute(false)]
public sealed class ReportDataSourceInfoCollection : ReadOnlyCollection<ReportDataSourceInfo>
[ComVisibleAttribute(false)]
public ref class ReportDataSourceInfoCollection sealed : public ReadOnlyCollection<ReportDataSourceInfo^>
[<SealedAttribute>]
[<ComVisibleAttribute(false)>]
type ReportDataSourceInfoCollection =  
    class
        inherit ReadOnlyCollection<ReportDataSourceInfo>
    end
public final class ReportDataSourceInfoCollection extends ReadOnlyCollection<ReportDataSourceInfo>
ReportDataSourceInfoCollection 类型公开以下成员。
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | Count | (从 ReadOnlyCollection<ReportDataSourceInfo> 继承。) | 
| .gif) | Item[Int32] | (从 ReadOnlyCollection<ReportDataSourceInfo> 继承。) | 
| .gif) | Item[String] | 返回集合中的某特定 ReportDataSourceInfo 对象。 | 
| .gif) | Items | (从 ReadOnlyCollection<ReportDataSourceInfo> 继承。) | 
页首
方法
| 名称 | 说明 | |
|---|---|---|
| .gif) | Contains | (从 ReadOnlyCollection<ReportDataSourceInfo> 继承。) | 
| .gif) | CopyTo | (从 ReadOnlyCollection<ReportDataSourceInfo> 继承。) | 
| .gif) | Equals | (从 Object 继承。) | 
| .gif) | Finalize | (从 Object 继承。) | 
| .gif) | GetEnumerator | (从 ReadOnlyCollection<ReportDataSourceInfo> 继承。) | 
| .gif) | GetHashCode | (从 Object 继承。) | 
| .gif) | GetType | (从 Object 继承。) | 
| .gif) | IndexOf | (从 ReadOnlyCollection<ReportDataSourceInfo> 继承。) | 
| .gif) | MemberwiseClone | (从 Object 继承。) | 
| .gif) | ToString | (从 Object 继承。) | 
页首
显式接口实现
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。
.gif)
.gif)
.gif)