다음을 통해 공유


ReportParameterDefaultCollection 클래스

Represents a collection of report parameters. This class is referenced by the OverrideParameters property.

상속 계층

System. . :: . .Object
  System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'ReportParameter> ) > ) >
    Microsoft.ReportingServices.SharePoint.UI.WebParts..::..ReportParameterDefaultCollection

네임스페이스:  Microsoft.ReportingServices.SharePoint.UI.WebParts
어셈블리:  Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

구문

‘선언
<SerializableAttribute> _
Public Class ReportParameterDefaultCollection _
    Inherits Collection(Of ReportParameter)
‘사용 방법
Dim instance As ReportParameterDefaultCollection
[SerializableAttribute]
public class ReportParameterDefaultCollection : Collection<ReportParameter>
[SerializableAttribute]
public ref class ReportParameterDefaultCollection : public Collection<ReportParameter^>
[<SerializableAttribute>]
type ReportParameterDefaultCollection =  
    class
        inherit Collection<ReportParameter>
    end
public class ReportParameterDefaultCollection extends Collection<ReportParameter>

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

생성자

  이름 설명
공용 메서드 ReportParameterDefaultCollection Initializes a new instance of the ReportParameterDefaultCollection class.

맨 위로 이동

속성

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

맨 위로 이동

메서드

  이름 설명
공용 메서드 Add (Collection< (Of < ( <'ReportParameter> ) > ) >에서 상속됨)
공용 메서드 Clear (Collection< (Of < ( <'ReportParameter> ) > ) >에서 상속됨)
보호된 메서드 ClearItems Removes all report parameters from the collection. (Collection< (Of < ( <'T> ) > ) >. . :: . .ClearItems() () () ()을(를) 재정의함)
공용 메서드 Contains (Collection< (Of < ( <'ReportParameter> ) > ) >에서 상속됨)
공용 메서드 CopyTo (Collection< (Of < ( <'ReportParameter> ) > ) >에서 상속됨)
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetEnumerator (Collection< (Of < ( <'ReportParameter> ) > ) >에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 IndexOf (Collection< (Of < ( <'ReportParameter> ) > ) >에서 상속됨)
공용 메서드 Insert (Collection< (Of < ( <'ReportParameter> ) > ) >에서 상속됨)
보호된 메서드 InsertItem Inserts a report parameter into the collection at the specified index. (Collection< (Of < ( <'T> ) > ) >. . :: . .InsertItem(Int32, T)을(를) 재정의함)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 Remove (Collection< (Of < ( <'ReportParameter> ) > ) >에서 상속됨)
공용 메서드 RemoveAt (Collection< (Of < ( <'ReportParameter> ) > ) >에서 상속됨)
보호된 메서드 RemoveItem Removes the report parameter at the specified index of the collection. (Collection< (Of < ( <'T> ) > ) >. . :: . .RemoveItem(Int32)을(를) 재정의함)
보호된 메서드 SetItem Sets the report parameter at the specified index. (Collection< (Of < ( <'T> ) > ) >. . :: . .SetItem(Int32, T)을(를) 재정의함)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

이벤트

  이름 설명
공용 이벤트 Change Occurs when something changes in the ReportParameterDefaultCollection object.

맨 위로 이동

명시적 인터페이스 구현

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

맨 위로 이동

스레드 보안

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