RdlCollection(T) クラス
RDL のコレクションを表します。
名前空間: 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
継承階層
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. . :: . .TablixCornerRow
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。