ReportDataSourceInfoCollection (Clase)
Representa una colección de objetos ReportDataSourceInfo.
Jerarquía de herencia
Object
ReadOnlyCollection<ReportDataSourceInfo>
Microsoft.Reporting.WebForms.ReportDataSourceInfoCollection
Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Sintaxis
'Declaración
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportDataSourceInfoCollection _
Inherits ReadOnlyCollection(Of ReportDataSourceInfo)
[ComVisibleAttribute(false)]
public sealed class ReportDataSourceInfoCollection : ReadOnlyCollection<ReportDataSourceInfo>
[ComVisibleAttribute(false)]
public ref class ReportDataSourceInfoCollection sealed : public ReadOnlyCollection<ReportDataSourceInfo^>
[<Sealed>]
[<ComVisibleAttribute(false)>]
type ReportDataSourceInfoCollection =
class
inherit ReadOnlyCollection<ReportDataSourceInfo>
end
public final class ReportDataSourceInfoCollection extends ReadOnlyCollection<ReportDataSourceInfo>
El tipo ReportDataSourceInfoCollection expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Obtiene el número de elementos incluidos en la instancia de ReadOnlyCollection. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
Item(Int32) | Obtiene el elemento en el índice especificado. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
Item[String] | Devuelve un objeto ReportDataSourceInfo específico de la colección. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Contains | Determina si un elemento se encuentra en ReadOnlyCollection. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
CopyTo | Copia la totalidad de ReadOnlyCollection en una matriz Array unidimensional compatible, comenzando en el índice especificado de la matriz de destino. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
Equals | Determina si el objeto especificado es igual al objeto actual. (Se hereda de Object). | |
GetEnumerator | Devuelve un enumerador que recorre en iteración la colección ReadOnlyCollection. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
GetHashCode | Sirve como la función hash predeterminada. (Se hereda de Object). | |
GetType | Obtiene el objeto Type de la instancia actual. (Se hereda de Object). | |
IndexOf | Busca el objeto especificado y devuelve el índice de base cero de la primera aparición en todo el objeto ReadOnlyCollection. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
ToString | Devuelve una cadena que representa el objeto actual. (Se hereda de Object). |
Arriba
Implementaciones explícitas de interfaces
Nombre | Descripción | |
---|---|---|
System#Collections#Generic#ICollection{T}#Add | Agrega un elemento a ICollection.Esta implementación siempre produce una excepción NotSupportedException. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
System#Collections#IList#Add | Agrega un elemento a IList.Esta implementación siempre produce una excepción NotSupportedException. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
System#Collections#Generic#ICollection{T}#Clear | Quita todos los elementos de ICollection.Esta implementación siempre produce una excepción NotSupportedException. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
System#Collections#IList#Clear | Quita todos los elementos de IList.Esta implementación siempre produce una excepción NotSupportedException. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
System#Collections#IList#Contains | Determina si la interfaz IList contiene un valor específico. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
System#Collections#ICollection#CopyTo | Copia los elementos de ICollection en una matriz Array, a partir de un índice determinado de Array. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
System#Collections#IEnumerable#GetEnumerator | Devuelve un enumerador que recorre en iteración una colección. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
System#Collections#IList#IndexOf | Determina el índice de un elemento específico de IList. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
System#Collections#Generic#IList{T}#Insert | Inserta un elemento en la interfaz IList, en el índice especificado.Esta implementación siempre produce una excepción NotSupportedException. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
System#Collections#IList#Insert | Inserta un elemento en la interfaz IList, en el índice especificado.Esta implementación siempre produce una excepción NotSupportedException. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
System#Collections#IList#IsFixedSize | Obtiene un valor que indica si la interfaz IList tiene un tamaño fijo. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
System#Collections#Generic#ICollection{T}#IsReadOnly | Obtiene un valor que indica si ICollection es de solo lectura. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
System#Collections#IList#IsReadOnly | Obtiene un valor que indica si IList es de solo lectura. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
System#Collections#ICollection#IsSynchronized | Obtiene un valor que indica si el acceso a la interfaz ICollection está sincronizado (es seguro para subprocesos). (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
System#Collections#Generic#IList{T}#Item | Obtiene el elemento en el índice especificado.Se produce NotSupportedException si se intenta establecer el elemento en el índice especificado. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
System#Collections#IList#Item | Obtiene el elemento en el índice especificado.Se produce NotSupportedException si se intenta establecer el elemento en el índice especificado. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
System#Collections#Generic#ICollection{T}#Remove | Quita la primera aparición de un objeto específico de la interfaz ICollection.Esta implementación siempre produce una excepción NotSupportedException. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
System#Collections#IList#Remove | Quita la primera aparición de un objeto específico de la interfaz IList.Esta implementación siempre produce una excepción NotSupportedException. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
System#Collections#Generic#IList{T}#RemoveAt | Quita el elemento de la interfaz IList que se encuentra en el índice especificado.Esta implementación siempre produce una excepción NotSupportedException. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
System#Collections#IList#RemoveAt | Quita el elemento de la interfaz IList que se encuentra en el índice especificado.Esta implementación siempre produce una excepción NotSupportedException. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). | |
System#Collections#ICollection#SyncRoot | Obtiene un objeto que se puede usar para sincronizar el acceso a ICollection. (Se hereda de ReadOnlyCollection<ReportDataSourceInfo>). |
Arriba
Seguridad para subprocesos
Todos los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancias sean seguros para la ejecución de subprocesos.