RdlCollection(T) 類別
Represents an RDL collection.
命名空間: 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
執行緒安全性
這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。