RdlCollection<T> 類別
Represents an RDL collection.
繼承階層
System.Object
System.Collections.ObjectModel.Collection<T>
Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<T>
Microsoft.ReportingServices.RdlObjectModel.RdlCollection<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
The type of the collection.
RdlCollection<T> 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
RdlCollection<T>() | Initializes a new instance of the RdlCollection<T> class. | |
RdlCollection<T>(IEnumerable<T>) | 基礎結構。Initializes a new instance of the RdlCollection<T> class. | |
RdlCollection<T>(IContainedObject) | Initializes a new instance of the RdlCollection<T> class. |
上層
屬性
名稱 | 說明 | |
---|---|---|
Count | (繼承自 Collection<T>。) | |
Item | (繼承自 Collection<T>。) | |
Items | (繼承自 Collection<T>。) | |
Parent | Gets or sets the parent object. (繼承自 RdlCollectionBase<T>。) |
上層
方法
名稱 | 說明 | |
---|---|---|
Add | (繼承自 Collection<T>。) | |
Clear | (繼承自 Collection<T>。) | |
ClearItems | 基礎結構。Removes all the items in the collection. (覆寫 Collection<T>.ClearItems()。) | |
Contains | (繼承自 Collection<T>。) | |
CopyTo | (繼承自 Collection<T>。) | |
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetEnumerator | (繼承自 Collection<T>。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
IndexOf | (繼承自 Collection<T>。) | |
Insert | (繼承自 Collection<T>。) | |
InsertItem | 基礎結構。Inserts an item in the collection. (覆寫 RdlCollectionBase<T>.InsertItem(Int32, T)。) | |
MemberwiseClone | (繼承自 Object。) | |
OnCollectionChanged | 基礎結構。Raises the CollectionChanged event. | |
Remove | (繼承自 Collection<T>。) | |
RemoveAt | (繼承自 Collection<T>。) | |
RemoveItem | 基礎結構。Removes an item from the collection. (覆寫 Collection<T>.RemoveItem(Int32)。) | |
SetItem | 基礎結構。Replaces an item in the collection. (覆寫 RdlCollectionBase<T>.SetItem(Int32, T)。) | |
ToString | (繼承自 Object。) |
上層
事件
名稱 | 說明 | |
---|---|---|
CollectionChanged | 基礎結構。Occurs when the collection has been changed. |
上層
明確 繼承 實作
名稱 | 說明 | |
---|---|---|
IList.Add | 基礎結構。Adds an object to the end of the collection. (繼承自 RdlCollectionBase<T>。) | |
IList.Item | 基礎結構。Gets or sets the element at the specified index. (繼承自 RdlCollectionBase<T>。) | |
IList.Contains | (繼承自 Collection<T>。) | |
ICollection.CopyTo | (繼承自 Collection<T>。) | |
IEnumerable.GetEnumerator | (繼承自 Collection<T>。) | |
IList.IndexOf | (繼承自 Collection<T>。) | |
IList.Insert | (繼承自 Collection<T>。) | |
IList.IsFixedSize | (繼承自 Collection<T>。) | |
ICollection<T>.IsReadOnly | (繼承自 Collection<T>。) | |
IList.IsReadOnly | (繼承自 Collection<T>。) | |
ICollection.IsSynchronized | (繼承自 Collection<T>。) | |
IList.Remove | (繼承自 Collection<T>。) | |
ICollection.SyncRoot | (繼承自 Collection<T>。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。