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 RdlCollection<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
RdlCollection<T>() | Initializes a new instance of the RdlCollection<T> class. |
![]() |
RdlCollection<T>(IEnumerable<T>) | Infrastructure. |
![]() |
RdlCollection<T>(IContainedObject) | Initializes a new instance of the RdlCollection<T> class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | (Inherited from Collection<T>.) |
![]() |
Item | (Inherited from Collection<T>.) |
![]() |
Items | (Inherited from Collection<T>.) |
![]() |
Parent | The parent object. (Inherited from RdlCollectionBase<T>.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | (Inherited from Collection<T>.) |
![]() |
Clear | (Inherited from Collection<T>.) |
![]() |
ClearItems | Infrastructure. (Overrides Collection<T>.ClearItems().) |
![]() |
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. (Overrides RdlCollectionBase<T>.InsertItem(Int32, T).) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnCollectionChanged | Infrastructure. |
![]() |
Remove | (Inherited from Collection<T>.) |
![]() |
RemoveAt | (Inherited from Collection<T>.) |
![]() |
RemoveItem | Infrastructure. (Overrides Collection<T>.RemoveItem(Int32).) |
![]() |
SetItem | Infrastructure. (Overrides RdlCollectionBase<T>.SetItem(Int32, T).) |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IList.Add | (Inherited from RdlCollectionBase<T>.) |
![]() ![]() |
IList.Item | (Inherited from RdlCollectionBase<T>.) |
![]() ![]() |
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.