다음을 통해 공유


ReportParameterInfoCollection 클래스

ReportParameterInfo 개체의 컬렉션입니다.

상속 계층

System.Object
  System.Collections.ObjectModel.ReadOnlyCollection<ReportParameterInfo>
    Microsoft.Reporting.WinForms.ReportParameterInfoCollection

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

구문

‘선언
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportParameterInfoCollection _
    Inherits ReadOnlyCollection(Of ReportParameterInfo)
‘사용 방법
Dim instance As ReportParameterInfoCollection
[ComVisibleAttribute(false)]
public sealed class ReportParameterInfoCollection : ReadOnlyCollection<ReportParameterInfo>
[ComVisibleAttribute(false)]
public ref class ReportParameterInfoCollection sealed : public ReadOnlyCollection<ReportParameterInfo^>
[<SealedAttribute>]
[<ComVisibleAttribute(false)>]
type ReportParameterInfoCollection =  
    class
        inherit ReadOnlyCollection<ReportParameterInfo>
    end
public final class ReportParameterInfoCollection extends ReadOnlyCollection<ReportParameterInfo>

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

속성

  이름 설명
공용 속성 Count (ReadOnlyCollection<ReportParameterInfo>에서 상속됨)
공용 속성 Item[Int32] (ReadOnlyCollection<ReportParameterInfo>에서 상속됨)
공용 속성 Item[String] ReportParameterInfoCollection에서 명명된 항목을 반환합니다.
보호된 속성 Items (ReadOnlyCollection<ReportParameterInfo>에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Contains (ReadOnlyCollection<ReportParameterInfo>에서 상속됨)
공용 메서드 CopyTo (ReadOnlyCollection<ReportParameterInfo>에서 상속됨)
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetEnumerator (ReadOnlyCollection<ReportParameterInfo>에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 IndexOf (ReadOnlyCollection<ReportParameterInfo>에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

명시적 인터페이스 구현

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

맨 위로 이동

스레드 보안

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

참고 항목

참조

Microsoft.Reporting.WinForms 네임스페이스