Classe RdlCollection<T>
Represents an RDL collection.
Gerarchia di ereditarietà
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
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Class RdlCollection(Of T) _
Inherits RdlCollectionBase(Of T)
'Utilizzo
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 non supporta i metodi e i tipi generici.
Parametri di tipo
- T
The type of the collection.
Nel tipo RdlCollection<T> sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
RdlCollection<T>() | Initializes a new instance of the RdlCollection<T> class. | |
RdlCollection<T>(IEnumerable<T>) | Infrastruttura. Initializes a new instance of the RdlCollection<T> class. | |
RdlCollection<T>(IContainedObject) | Initializes a new instance of the RdlCollection<T> class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Count | Ereditato da Collection<T>. | |
Item | Ereditato da Collection<T>. | |
Items | Ereditato da Collection<T>. | |
Parent | Gets or sets the parent object. Ereditato da RdlCollectionBase<T>. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Add | Ereditato da Collection<T>. | |
Clear | Ereditato da Collection<T>. | |
ClearItems | Infrastruttura. Removes all the items in the collection. Esegue l'override di Collection<T>.ClearItems(). | |
Contains | Ereditato da Collection<T>. | |
CopyTo | Ereditato da Collection<T>. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetEnumerator | Ereditato da Collection<T>. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
IndexOf | Ereditato da Collection<T>. | |
Insert | Ereditato da Collection<T>. | |
InsertItem | Infrastruttura. Inserts an item in the collection. Esegue l'override di RdlCollectionBase<T>.InsertItem(Int32, T). | |
MemberwiseClone | Ereditato da Object. | |
OnCollectionChanged | Infrastruttura. Raises the CollectionChanged event. | |
Remove | Ereditato da Collection<T>. | |
RemoveAt | Ereditato da Collection<T>. | |
RemoveItem | Infrastruttura. Removes an item from the collection. Esegue l'override di Collection<T>.RemoveItem(Int32). | |
SetItem | Infrastruttura. Replaces an item in the collection. Esegue l'override di RdlCollectionBase<T>.SetItem(Int32, T). | |
ToString | Ereditato da Object. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
CollectionChanged | Infrastruttura. Occurs when the collection has been changed. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
IList.Add | Infrastruttura. Adds an object to the end of the collection. Ereditato da RdlCollectionBase<T>. | |
IList.Item | Infrastruttura. Gets or sets the element at the specified index. Ereditato da RdlCollectionBase<T>. | |
IList.Contains | Ereditato da Collection<T>. | |
ICollection.CopyTo | Ereditato da Collection<T>. | |
IEnumerable.GetEnumerator | Ereditato da Collection<T>. | |
IList.IndexOf | Ereditato da Collection<T>. | |
IList.Insert | Ereditato da Collection<T>. | |
IList.IsFixedSize | Ereditato da Collection<T>. | |
ICollection<T>.IsReadOnly | Ereditato da Collection<T>. | |
IList.IsReadOnly | Ereditato da Collection<T>. | |
ICollection.IsSynchronized | Ereditato da Collection<T>. | |
IList.Remove | Ereditato da Collection<T>. | |
ICollection.SyncRoot | Ereditato da Collection<T>. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.