DataRow 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表資料列。
public ref class DataRow : Microsoft::ReportingServices::RdlObjectModel::RdlCollection<System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::DataValue ^> ^>
public class DataRow : Microsoft.ReportingServices.RdlObjectModel.RdlCollection<System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.DataValue>>
type DataRow = class
inherit RdlCollection<IList<DataValue>>
Public Class DataRow
Inherits RdlCollection(Of IList(Of DataValue))
- 繼承
建構函式
| DataRow() |
建立 DataRow 類別的新執行個體。 |
屬性
| Parent |
取得或設定父物件。 (繼承來源 RdlCollectionBase<T>) |
方法
| ClearItems() |
移除集合中的所有項目。 (繼承來源 RdlCollection<T>) |
| InsertItem(Int32, T) |
在集合中插入項目。 (繼承來源 RdlCollection<T>) |
| OnCollectionChanged(EventArgs) |
引發 CollectionChanged 事件。 (繼承來源 RdlCollection<T>) |
| RemoveItem(Int32) |
從集合中移除項目。 (繼承來源 RdlCollection<T>) |
| SetItem(Int32, T) |
取代集合中的項目。 (繼承來源 RdlCollection<T>) |
事件
| CollectionChanged |
當集合已變更時發生。 (繼承來源 RdlCollection<T>) |
明確介面實作
| IList.Add(Object) |
將物件加入至集合結尾。 (繼承來源 RdlCollectionBase<T>) |
| IList.Item[Int32] |
在指定的索引位置上取得或設定項目。 (繼承來源 RdlCollectionBase<T>) |