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> 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。