ReportParameterCollection 클래스

A collection of ReportParameter objects. This class cannot be inherited.

상속 계층

System.Object
  System.Collections.Specialized.NameObjectCollectionBase
    Microsoft.ReportingServices.ReportRendering.ReportParameterCollection

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public NotInheritable Class ReportParameterCollection _
    Inherits NameObjectCollectionBase
‘사용 방법
Dim instance As ReportParameterCollection
public sealed class ReportParameterCollection : NameObjectCollectionBase
public ref class ReportParameterCollection sealed : public NameObjectCollectionBase
[<SealedAttribute>]
type ReportParameterCollection =  
    class 
        inherit NameObjectCollectionBase 
    end
public final class ReportParameterCollection extends NameObjectCollectionBase

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

속성

  이름 설명
공용 속성 AsNameValueCollection Contains report parameters as a sorted collection of associated string keys and string values, which can be accessed using either the key or the index.
공용 속성 Count (NameObjectCollectionBase에서 상속됨)
공용 속성 IsValid Indicates whether all of the report parameters have been correctly specified.
공용 속성 Item[Int32] Gets the parameter located in the collection at the position indicated by the index. In C#, this property is the indexer for the ReportParameterCollection class.
공용 속성 Item[String] Gets the report parameter from the collection. The parameter retrieved is the parameter from the collection that matches the name specified in the name parameter. In C#, this property is the indexer for the ReportParameterCollection class.
공용 속성 Keys (NameObjectCollectionBase에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetEnumerator (NameObjectCollectionBase에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetObjectData (NameObjectCollectionBase에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 OnDeserialization (NameObjectCollectionBase에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 ICollection.CopyTo (NameObjectCollectionBase에서 상속됨)
명시적 인터페이스 구현전용 속성 ICollection.IsSynchronized (NameObjectCollectionBase에서 상속됨)
명시적 인터페이스 구현전용 속성 ICollection.SyncRoot (NameObjectCollectionBase에서 상속됨)

맨 위로 이동

스레드 보안

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

참고 항목

참조

Microsoft.ReportingServices.ReportRendering 네임스페이스