RdlCollection<T> Class
Represents an RDL collection.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class RdlCollection(Of T) _
Inherits RdlCollectionBase(Of T)
'Usage
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 does not support generic types and methods.
Type Parameters
- T
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<T>
Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<T>
Microsoft.ReportingServices.RdlObjectModel.RdlCollection<T>
Microsoft.ReportingServices.RdlObjectModel.DataCell
Microsoft.ReportingServices.RdlObjectModel.DataRow
Microsoft.ReportingServices.RdlObjectModel.TablixCornerRow
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.