ReportViewerHeaderCollection 클래스

사용자 지정 머리글을 포함하는 문자열의 컬렉션을 나타냅니다.

상속 계층

System.Object
  System.Collections.ObjectModel.Collection<String>
    Microsoft.Reporting.WinForms.SyncList<String>
      Microsoft.Reporting.WinForms.ReportViewerHeaderCollection

네임스페이스:  Microsoft.Reporting.WinForms
어셈블리:  Microsoft.ReportViewer.WinForms(Microsoft.ReportViewer.WinForms.dll)

구문

‘선언
<SerializableAttribute> _
Public NotInheritable Class ReportViewerHeaderCollection _
    Inherits SyncList(Of String)
‘사용 방법
Dim instance As ReportViewerHeaderCollection
[SerializableAttribute]
public sealed class ReportViewerHeaderCollection : SyncList<string>
[SerializableAttribute]
public ref class ReportViewerHeaderCollection sealed : public SyncList<String^>
[<SealedAttribute>]
[<SerializableAttribute>]
type ReportViewerHeaderCollection =  
    class
        inherit SyncList<string>
    end
public final class ReportViewerHeaderCollection extends SyncList<String>

ReportViewerHeaderCollection 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Count (Collection<String>에서 상속됨)
공용 속성 Item (Collection<String>에서 상속됨)
보호된 속성 Items (Collection<String>에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Add (Collection<String>에서 상속됨)
공용 메서드 Clear (Collection<String>에서 상속됨)
보호된 메서드 ClearItems 인프라입니다. (SyncList<TListType>에서 상속됨)
공용 메서드 Contains (Collection<String>에서 상속됨)
공용 메서드 CopyTo (Collection<String>에서 상속됨)
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetEnumerator (Collection<String>에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 IndexOf (Collection<String>에서 상속됨)
공용 메서드 Insert (Collection<String>에서 상속됨)
보호된 메서드 InsertItem 인프라입니다. (SyncList<TListType>에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 Remove (Collection<String>에서 상속됨)
공용 메서드 RemoveAt (Collection<String>에서 상속됨)
보호된 메서드 RemoveItem 인프라입니다. (SyncList<TListType>에서 상속됨)
보호된 메서드 SetItem 인프라입니다. (SyncList<TListType>에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 IList.Add (Collection<String>에서 상속됨)
명시적 인터페이스 구현전용 메서드 IList.Contains (Collection<String>에서 상속됨)
명시적 인터페이스 구현전용 메서드 ICollection.CopyTo (Collection<String>에서 상속됨)
명시적 인터페이스 구현전용 메서드 IEnumerable.GetEnumerator (Collection<String>에서 상속됨)
명시적 인터페이스 구현전용 메서드 IList.IndexOf (Collection<String>에서 상속됨)
명시적 인터페이스 구현전용 메서드 IList.Insert (Collection<String>에서 상속됨)
명시적 인터페이스 구현전용 속성 IList.IsFixedSize (Collection<String>에서 상속됨)
명시적 인터페이스 구현전용 속성 ICollection<T>.IsReadOnly (Collection<String>에서 상속됨)
명시적 인터페이스 구현전용 속성 IList.IsReadOnly (Collection<String>에서 상속됨)
명시적 인터페이스 구현전용 속성 ICollection.IsSynchronized (Collection<String>에서 상속됨)
명시적 인터페이스 구현전용 속성 IList.Item (Collection<String>에서 상속됨)
명시적 인터페이스 구현전용 메서드 IList.Remove (Collection<String>에서 상속됨)
명시적 인터페이스 구현전용 속성 ICollection.SyncRoot (Collection<String>에서 상속됨)

맨 위로 이동

주의

ReportViewerHeaderCollection 클래스는 사용자 지정 머리글 집합을 저장하는 데 사용할 수 있는 간단한 컬렉션 개체를 제공합니다.

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.Reporting.WinForms 네임스페이스