RdlCollection(T) 클래스
Represents an RDL collection.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls
구문
‘선언
Public Class RdlCollection(Of T) _
Inherits RdlCollectionBase(Of T)
‘사용 방법
Dim instance As RdlCollection(Of T)
public class RdlCollection<T> : RdlCollectionBase<T>
generic<typename T>
public ref class RdlCollection : public RdlCollectionBase<T>
type RdlCollection<'T> =
class
inherit RdlCollectionBase<'T>
end
JScript는 제네릭 형식 및 메서드를 지원하지 않습니다.
형식 매개 변수
- T
상속 계층 구조
System. . :: . .Object
System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'T> ) > ) >
Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollectionBase< (Of < ( <'T> ) > ) >
Microsoft.ReportingServices.RdlObjectModel..::..RdlCollection<(Of <(<'T>)>)>
Microsoft.ReportingServices.RdlObjectModel. . :: . .DataCell
Microsoft.ReportingServices.RdlObjectModel. . :: . .DataRow
Microsoft.ReportingServices.RdlObjectModel. . :: . .TablixCornerRow
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.