Classe RdlCollection<T>
Represents an RDL collection.
Hierarquia de herança
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 (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Class RdlCollection(Of T) _
Inherits RdlCollectionBase(Of T)
'Uso
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 não dá suporte a tipos e métodos genéricos.
Parâmetros de tipo
- T
The type of the collection.
O tipo RdlCollection<T> expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
RdlCollection<T>() | Initializes a new instance of the RdlCollection<T> class. | |
RdlCollection<T>(IEnumerable<T>) | Infraestrutura. Initializes a new instance of the RdlCollection<T> class. | |
RdlCollection<T>(IContainedObject) | Initializes a new instance of the RdlCollection<T> class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Count | (Herdado de Collection<T>.) | |
Item | (Herdado de Collection<T>.) | |
Items | (Herdado de Collection<T>.) | |
Parent | Gets or sets the parent object. (Herdado de RdlCollectionBase<T>.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Add | (Herdado de Collection<T>.) | |
Clear | (Herdado de Collection<T>.) | |
ClearItems | Infraestrutura. Removes all the items in the collection. (Substitui Collection<T>.ClearItems().) | |
Contains | (Herdado de Collection<T>.) | |
CopyTo | (Herdado de Collection<T>.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetEnumerator | (Herdado de Collection<T>.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
IndexOf | (Herdado de Collection<T>.) | |
Insert | (Herdado de Collection<T>.) | |
InsertItem | Infraestrutura. Inserts an item in the collection. (Substitui RdlCollectionBase<T>.InsertItem(Int32, T).) | |
MemberwiseClone | (Herdado de Object.) | |
OnCollectionChanged | Infraestrutura. Raises the CollectionChanged event. | |
Remove | (Herdado de Collection<T>.) | |
RemoveAt | (Herdado de Collection<T>.) | |
RemoveItem | Infraestrutura. Removes an item from the collection. (Substitui Collection<T>.RemoveItem(Int32).) | |
SetItem | Infraestrutura. Replaces an item in the collection. (Substitui RdlCollectionBase<T>.SetItem(Int32, T).) | |
ToString | (Herdado de Object.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
CollectionChanged | Infraestrutura. Occurs when the collection has been changed. |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IList.Add | Infraestrutura. Adds an object to the end of the collection. (Herdado de RdlCollectionBase<T>.) | |
IList.Item | Infraestrutura. Gets or sets the element at the specified index. (Herdado de RdlCollectionBase<T>.) | |
IList.Contains | (Herdado de Collection<T>.) | |
ICollection.CopyTo | (Herdado de Collection<T>.) | |
IEnumerable.GetEnumerator | (Herdado de Collection<T>.) | |
IList.IndexOf | (Herdado de Collection<T>.) | |
IList.Insert | (Herdado de Collection<T>.) | |
IList.IsFixedSize | (Herdado de Collection<T>.) | |
ICollection<T>.IsReadOnly | (Herdado de Collection<T>.) | |
IList.IsReadOnly | (Herdado de Collection<T>.) | |
ICollection.IsSynchronized | (Herdado de Collection<T>.) | |
IList.Remove | (Herdado de Collection<T>.) | |
ICollection.SyncRoot | (Herdado de Collection<T>.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.