Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the base class for an RDL collection.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<T>
Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<T>
Microsoft.ReportingServices.RdlObjectModel.RdlCollection<T>
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
The type of the collection.
The RdlCollectionBase<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
RdlCollectionBase<T>() | Infrastructure. Initializes a new instance of the RdlCollectionBase<T> class. |
![]() |
RdlCollectionBase<T>(IContainedObject) | Infrastructure. Initializes a new instance of the RdlCollectionBase<T> class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | (Inherited from Collection<T>.) |
![]() |
Item | (Inherited from Collection<T>.) |
![]() |
Items | (Inherited from Collection<T>.) |
![]() |
Parent | Gets or sets the parent object. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | (Inherited from Collection<T>.) |
![]() |
Clear | (Inherited from Collection<T>.) |
![]() |
ClearItems | (Inherited from Collection<T>.) |
![]() |
Contains | (Inherited from Collection<T>.) |
![]() |
CopyTo | (Inherited from Collection<T>.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | (Inherited from Collection<T>.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IndexOf | (Inherited from Collection<T>.) |
![]() |
Insert | (Inherited from Collection<T>.) |
![]() |
InsertItem | Infrastructure. Inserts an element into the collection at the specified index. (Overrides Collection<T>.InsertItem(Int32, T).) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Remove | (Inherited from Collection<T>.) |
![]() |
RemoveAt | (Inherited from Collection<T>.) |
![]() |
RemoveItem | (Inherited from Collection<T>.) |
![]() |
SetItem | Infrastructure. Replaces the element at the specified index. (Overrides Collection<T>.SetItem(Int32, T).) |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IList.Add | Infrastructure. Adds an object to the end of the collection. |
![]() ![]() |
IList.Item | Infrastructure. Gets or sets the element at the specified index. |
![]() ![]() |
IList.Contains | (Inherited from Collection<T>.) |
![]() ![]() |
ICollection.CopyTo | (Inherited from Collection<T>.) |
![]() ![]() |
IEnumerable.GetEnumerator | (Inherited from Collection<T>.) |
![]() ![]() |
IList.IndexOf | (Inherited from Collection<T>.) |
![]() ![]() |
IList.Insert | (Inherited from Collection<T>.) |
![]() ![]() |
IList.IsFixedSize | (Inherited from Collection<T>.) |
![]() ![]() |
ICollection<T>.IsReadOnly | (Inherited from Collection<T>.) |
![]() ![]() |
IList.IsReadOnly | (Inherited from Collection<T>.) |
![]() ![]() |
ICollection.IsSynchronized | (Inherited from Collection<T>.) |
![]() ![]() |
IList.Remove | (Inherited from Collection<T>.) |
![]() ![]() |
ICollection.SyncRoot | (Inherited from Collection<T>.) |
Top
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.