DataCell 類別
Defines the list of data values to pass to the custom report item for a specific combination of leaf-node groups in CustomData.
繼承階層
System.Object
System.Collections.ObjectModel.Collection<DataValue>
Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<DataValue>
Microsoft.ReportingServices.RdlObjectModel.RdlCollection<DataValue>
Microsoft.ReportingServices.RdlObjectModel.DataCell
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Class DataCell _
Inherits RdlCollection(Of DataValue)
'用途
Dim instance As DataCell
public class DataCell : RdlCollection<DataValue>
public ref class DataCell : public RdlCollection<DataValue^>
type DataCell =
class
inherit RdlCollection<DataValue>
end
public class DataCell extends RdlCollection<DataValue>
DataCell 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
![]() |
DataCell | Creates a new instance of the DataCell class. |
上層
屬性
名稱 | 說明 | |
---|---|---|
![]() |
Count | (繼承自 Collection<DataValue>。) |
![]() |
Item | (繼承自 Collection<DataValue>。) |
![]() |
Items | (繼承自 Collection<DataValue>。) |
![]() |
Parent | Gets or sets the parent object. (繼承自 RdlCollectionBase<T>。) |
上層
方法
名稱 | 說明 | |
---|---|---|
![]() |
Add | (繼承自 Collection<DataValue>。) |
![]() |
Clear | (繼承自 Collection<DataValue>。) |
![]() |
ClearItems | 基礎結構。Removes all the items in the collection. (繼承自 RdlCollection<T>。) |
![]() |
Contains | (繼承自 Collection<DataValue>。) |
![]() |
CopyTo | (繼承自 Collection<DataValue>。) |
![]() |
Equals | (繼承自 Object。) |
![]() |
Finalize | (繼承自 Object。) |
![]() |
GetEnumerator | (繼承自 Collection<DataValue>。) |
![]() |
GetHashCode | (繼承自 Object。) |
![]() |
GetType | (繼承自 Object。) |
![]() |
IndexOf | (繼承自 Collection<DataValue>。) |
![]() |
Insert | (繼承自 Collection<DataValue>。) |
![]() |
InsertItem | 基礎結構。Inserts an item in the collection. (繼承自 RdlCollection<T>。) |
![]() |
MemberwiseClone | (繼承自 Object。) |
![]() |
OnCollectionChanged | 基礎結構。Raises the CollectionChanged event. (繼承自 RdlCollection<T>。) |
![]() |
Remove | (繼承自 Collection<DataValue>。) |
![]() |
RemoveAt | (繼承自 Collection<DataValue>。) |
![]() |
RemoveItem | 基礎結構。Removes an item from the collection. (繼承自 RdlCollection<T>。) |
![]() |
SetItem | 基礎結構。Replaces an item in the collection. (繼承自 RdlCollection<T>。) |
![]() |
ToString | (繼承自 Object。) |
上層
事件
名稱 | 說明 | |
---|---|---|
![]() |
CollectionChanged | 基礎結構。Occurs when the collection has been changed. (繼承自 RdlCollection<T>。) |
上層
明確 繼承 實作
名稱 | 說明 | |
---|---|---|
![]() ![]() |
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<DataValue>。) |
![]() ![]() |
ICollection.CopyTo | (繼承自 Collection<DataValue>。) |
![]() ![]() |
IEnumerable.GetEnumerator | (繼承自 Collection<DataValue>。) |
![]() ![]() |
IList.IndexOf | (繼承自 Collection<DataValue>。) |
![]() ![]() |
IList.Insert | (繼承自 Collection<DataValue>。) |
![]() ![]() |
IList.IsFixedSize | (繼承自 Collection<DataValue>。) |
![]() ![]() |
ICollection<T>.IsReadOnly | (繼承自 Collection<DataValue>。) |
![]() ![]() |
IList.IsReadOnly | (繼承自 Collection<DataValue>。) |
![]() ![]() |
ICollection.IsSynchronized | (繼承自 Collection<DataValue>。) |
![]() ![]() |
IList.Remove | (繼承自 Collection<DataValue>。) |
![]() ![]() |
ICollection.SyncRoot | (繼承自 Collection<DataValue>。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。