ReportDataSourceCollection クラス
ReportDataSource オブジェクトのコレクションを含んでいます。
継承階層
System.Object
System.Collections.ObjectModel.Collection<ReportDataSource>
Microsoft.Reporting.WebForms.SyncList<ReportDataSource>
Microsoft.Reporting.WebForms.ReportDataSourceCollection
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.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> から継承されています。) |
Top
メソッド
名前 | 説明 | |
---|---|---|
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 から継承されています。) |
Top
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
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> から継承されています。) |
Top
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。