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>에서 상속됨) |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.