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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.