RdlCollection(T) 類別
Represents an RDL collection.
繼承階層
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. . :: . .MetadataProperties
Microsoft.ReportingServices.RdlObjectModel. . :: . .MetadataValues
Microsoft.ReportingServices.RdlObjectModel. . :: . .TablixCornerRow
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
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
RdlCollection<(Of <(<'T>)>)> 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
![]() |
RdlCollection< (Of < ( <'T> ) > ) >() () () () | Initializes a new instance of the RdlCollection<(Of <(<'T>)>)> class. |
![]() |
RdlCollection< (Of < ( <'T> ) > ) >(IEnumerable< (Of < <' (T> ) > > )) | 基礎結構。 |
![]() |
RdlCollection< (Of < ( <'T> ) > ) >(IContainedObject) | Initializes a new instance of the RdlCollection<(Of <(<'T>)>)> class. |
上層
屬性
名稱 | 說明 | |
---|---|---|
![]() |
Count | (繼承自 Collection< (Of < ( <'T> ) > ) >。) |
![]() |
Item | (繼承自 Collection< (Of < ( <'T> ) > ) >。) |
![]() |
Items | (繼承自 Collection< (Of < ( <'T> ) > ) >。) |
![]() |
Parent | The parent object. (繼承自 RdlCollectionBase< (Of < ( <'T> ) > ) >。) |
上層
方法
名稱 | 說明 | |
---|---|---|
![]() |
Add | (繼承自 Collection< (Of < ( <'T> ) > ) >。) |
![]() |
Clear | (繼承自 Collection< (Of < ( <'T> ) > ) >。) |
![]() |
ClearItems | 基礎結構。 (覆寫 Collection< (Of < ( <'T> ) > ) >. . :: . .ClearItems() () () ()。) |
![]() |
Contains | (繼承自 Collection< (Of < ( <'T> ) > ) >。) |
![]() |
CopyTo | (繼承自 Collection< (Of < ( <'T> ) > ) >。) |
![]() |
Equals | (繼承自 Object。) |
![]() |
Finalize | (繼承自 Object。) |
![]() |
GetEnumerator | (繼承自 Collection< (Of < ( <'T> ) > ) >。) |
![]() |
GetHashCode | (繼承自 Object。) |
![]() |
GetType | (繼承自 Object。) |
![]() |
IndexOf | (繼承自 Collection< (Of < ( <'T> ) > ) >。) |
![]() |
Insert | (繼承自 Collection< (Of < ( <'T> ) > ) >。) |
![]() |
InsertItem | 基礎結構。 (覆寫 RdlCollectionBase< (Of < ( <'T> ) > ) >. . :: . .InsertItem(Int32, T)。) |
![]() |
MemberwiseClone | (繼承自 Object。) |
![]() |
OnCollectionChanged | 基礎結構。 |
![]() |
Remove | (繼承自 Collection< (Of < ( <'T> ) > ) >。) |
![]() |
RemoveAt | (繼承自 Collection< (Of < ( <'T> ) > ) >。) |
![]() |
RemoveItem | 基礎結構。 (覆寫 Collection< (Of < ( <'T> ) > ) >. . :: . .RemoveItem(Int32)。) |
![]() |
SetItem | 基礎結構。 (覆寫 RdlCollectionBase< (Of < ( <'T> ) > ) >. . :: . .SetItem(Int32, T)。) |
![]() |
ToString | (繼承自 Object。) |
上層
明確 繼承 實作
名稱 | 說明 | |
---|---|---|
![]() ![]() |
IList. . :: . .Add | (繼承自 RdlCollectionBase< (Of < ( <'T> ) > ) >。) |
![]() ![]() |
IList. . :: . .Item | (繼承自 RdlCollectionBase< (Of < ( <'T> ) > ) >。) |
![]() ![]() |
IList. . :: . .Contains | (繼承自 Collection< (Of < ( <'T> ) > ) >。) |
![]() ![]() |
ICollection. . :: . .CopyTo | (繼承自 Collection< (Of < ( <'T> ) > ) >。) |
![]() ![]() |
IEnumerable. . :: . .GetEnumerator | (繼承自 Collection< (Of < ( <'T> ) > ) >。) |
![]() ![]() |
IList. . :: . .IndexOf | (繼承自 Collection< (Of < ( <'T> ) > ) >。) |
![]() ![]() |
IList. . :: . .Insert | (繼承自 Collection< (Of < ( <'T> ) > ) >。) |
![]() ![]() |
IList. . :: . .IsFixedSize | (繼承自 Collection< (Of < ( <'T> ) > ) >。) |
![]() ![]() |
ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly | (繼承自 Collection< (Of < ( <'T> ) > ) >。) |
![]() ![]() |
IList. . :: . .IsReadOnly | (繼承自 Collection< (Of < ( <'T> ) > ) >。) |
![]() ![]() |
ICollection. . :: . .IsSynchronized | (繼承自 Collection< (Of < ( <'T> ) > ) >。) |
![]() ![]() |
IList. . :: . .Remove | (繼承自 Collection< (Of < ( <'T> ) > ) >。) |
![]() ![]() |
ICollection. . :: . .SyncRoot | (繼承自 Collection< (Of < ( <'T> ) > ) >。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。