RdlCollectionBase<T> Class
Represents the base class for an RDL collection.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public MustInherit Class RdlCollectionBase(Of T) _
Inherits Collection(Of T) _
Implements IList(Of T), ICollection(Of T), _
IEnumerable(Of T), IList, ICollection, IEnumerable, IContainedObject
'Usage
Dim instance As RdlCollectionBase(Of T)
public abstract class RdlCollectionBase<T> : Collection<T>,
IList<T>, ICollection<T>, IEnumerable<T>, IList, ICollection,
IEnumerable, IContainedObject
generic<typename T>
public ref class RdlCollectionBase abstract : public Collection<T>,
IList<T>, ICollection<T>, IEnumerable<T>, IList, ICollection,
IEnumerable, IContainedObject
[<AbstractClassAttribute>]
type RdlCollectionBase<'T> =
class
inherit Collection<'T>
interface IList<'T>
interface ICollection<'T>
interface IEnumerable<'T>
interface IList
interface ICollection
interface IEnumerable
interface IContainedObject
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>
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.
See Also