DataRow クラス
データ行を表します。
継承階層
System. . :: . .Object
System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >
Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollectionBase< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >
Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >
Microsoft.ReportingServices.RdlObjectModel..::..DataRow
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Class DataRow _
Inherits RdlCollection(Of IList(Of DataValue))
'使用
Dim instance As DataRow
public class DataRow : RdlCollection<IList<DataValue>>
public ref class DataRow : public RdlCollection<IList<DataValue^>^>
type DataRow =
class
inherit RdlCollection<IList<DataValue>>
end
public class DataRow extends RdlCollection<IList<DataValue>>
DataRow 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
Count | (Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) > から継承されています。) | |
Item | (Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) > から継承されています。) | |
Items | (Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) > から継承されています。) | |
Parent | 親オブジェクトです。 (RdlCollectionBase< (Of < ( <'T> ) > ) > から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Add | (Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) > から継承されています。) | |
Clear | (Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) > から継承されています。) | |
ClearItems | インフラストラクチャです。 (RdlCollection< (Of < ( <'T> ) > ) > から継承されています。) | |
Contains | (Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) > から継承されています。) | |
CopyTo | (Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) > から継承されています。) | |
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetEnumerator | (Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) > から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
IndexOf | (Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) > から継承されています。) | |
Insert | (Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) > から継承されています。) | |
InsertItem | インフラストラクチャです。 (RdlCollection< (Of < ( <'T> ) > ) > から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
OnCollectionChanged | インフラストラクチャです。 (RdlCollection< (Of < ( <'T> ) > ) > から継承されています。) | |
Remove | (Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) > から継承されています。) | |
RemoveAt | (Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) > から継承されています。) | |
RemoveItem | インフラストラクチャです。 (RdlCollection< (Of < ( <'T> ) > ) > から継承されています。) | |
SetItem | インフラストラクチャです。 (RdlCollection< (Of < ( <'T> ) > ) > から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
IList. . :: . .Add | (RdlCollectionBase< (Of < ( <'T> ) > ) > から継承されています。) | |
IList. . :: . .Item | (RdlCollectionBase< (Of < ( <'T> ) > ) > から継承されています。) | |
IList. . :: . .Contains | (Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) > から継承されています。) | |
ICollection. . :: . .CopyTo | (Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) > から継承されています。) | |
IEnumerable. . :: . .GetEnumerator | (Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) > から継承されています。) | |
IList. . :: . .IndexOf | (Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) > から継承されています。) | |
IList. . :: . .Insert | (Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) > から継承されています。) | |
IList. . :: . .IsFixedSize | (Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) > から継承されています。) | |
ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly | (Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) > から継承されています。) | |
IList. . :: . .IsReadOnly | (Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) > から継承されています。) | |
ICollection. . :: . .IsSynchronized | (Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) > から継承されています。) | |
IList. . :: . .Remove | (Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) > から継承されています。) | |
ICollection. . :: . .SyncRoot | (Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) > から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。