Share via


RdlCollection<T> Class

Represents an RDL collection.

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.MetadataProperties
        Microsoft.ReportingServices.RdlObjectModel.MetadataValues
        Microsoft.ReportingServices.RdlObjectModel.TablixCornerRow

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
    The type of the collection.

The RdlCollection<T> type exposes the following members.

Constructors

  Name Description
Public method RdlCollection<T>() Initializes a new instance of the RdlCollection<T> class.
Public method RdlCollection<T>(IEnumerable<T>) Infrastructure. Initializes a new instance of the RdlCollection<T> class.
Public method RdlCollection<T>(IContainedObject) Initializes a new instance of the RdlCollection<T> class.

Top

Properties

  Name Description
Public property Count (Inherited from Collection<T>.)
Public property Item (Inherited from Collection<T>.)
Protected property Items (Inherited from Collection<T>.)
Public property Parent Gets or sets the parent object. (Inherited from RdlCollectionBase<T>.)

Top

Methods

  Name Description
Public method Add (Inherited from Collection<T>.)
Public method Clear (Inherited from Collection<T>.)
Protected method ClearItems Infrastructure. Removes all the items in the collection. (Overrides Collection<T>.ClearItems().)
Public method Contains (Inherited from Collection<T>.)
Public method CopyTo (Inherited from Collection<T>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<T>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<T>.)
Public method Insert (Inherited from Collection<T>.)
Protected method InsertItem Infrastructure. Inserts an item in the collection. (Overrides RdlCollectionBase<T>.InsertItem(Int32, T).)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnCollectionChanged Infrastructure. Raises the CollectionChanged event.
Public method Remove (Inherited from Collection<T>.)
Public method RemoveAt (Inherited from Collection<T>.)
Protected method RemoveItem Infrastructure. Removes an item from the collection. (Overrides Collection<T>.RemoveItem(Int32).)
Protected method SetItem Infrastructure. Replaces an item in the collection. (Overrides RdlCollectionBase<T>.SetItem(Int32, T).)
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event CollectionChanged Infrastructure. Occurs when the collection has been changed.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add Infrastructure. Adds an object to the end of the collection. (Inherited from RdlCollectionBase<T>.)
Explicit interface implemetationPrivate property IList.Item Infrastructure. Gets or sets the element at the specified index. (Inherited from RdlCollectionBase<T>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from Collection<T>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from Collection<T>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from Collection<T>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from Collection<T>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from Collection<T>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from Collection<T>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from Collection<T>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from Collection<T>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from Collection<T>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from Collection<T>.)
Explicit interface implemetationPrivate property 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.

See Also

Reference

Microsoft.ReportingServices.RdlObjectModel Namespace