Compartir a través de


Clase DataRow

Represents a data row.

Jerarquía de herencia

System.Object
  System.Collections.ObjectModel.Collection<IList<DataValue>>
    Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<IList<DataValue>>
      Microsoft.ReportingServices.RdlObjectModel.RdlCollection<IList<DataValue>>
        Microsoft.ReportingServices.RdlObjectModel.DataRow

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Class DataRow _
    Inherits RdlCollection(Of IList(Of DataValue))
'Uso
Dim instance As DataRow
public class DataRow : RdlCollection<IList<DataValue>>
public ref class DataRow : public RdlCollection<IList<DataValue^>^>
type DataRow =  
    class 
        inherit RdlCollection<IList<DataValue>>
    end
public class DataRow extends RdlCollection<IList<DataValue>>

El tipo DataRow expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público DataRow Creates a new instance of the DataRow class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Count (Se hereda de Collection<IList<DataValue>>.)
Propiedad pública Item (Se hereda de Collection<IList<DataValue>>.)
Propiedad protegida Items (Se hereda de Collection<IList<DataValue>>.)
Propiedad pública Parent Gets or sets the parent object. (Se hereda de RdlCollectionBase<T>.)

Arriba

Métodos

  Nombre Descripción
Método público Add (Se hereda de Collection<IList<DataValue>>.)
Método público Clear (Se hereda de Collection<IList<DataValue>>.)
Método protegido ClearItems Infraestructura. Removes all the items in the collection. (Se hereda de RdlCollection<T>.)
Método público Contains (Se hereda de Collection<IList<DataValue>>.)
Método público CopyTo (Se hereda de Collection<IList<DataValue>>.)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetEnumerator (Se hereda de Collection<IList<DataValue>>.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público IndexOf (Se hereda de Collection<IList<DataValue>>.)
Método público Insert (Se hereda de Collection<IList<DataValue>>.)
Método protegido InsertItem Infraestructura. Inserts an item in the collection. (Se hereda de RdlCollection<T>.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido OnCollectionChanged Infraestructura. Raises the CollectionChanged event. (Se hereda de RdlCollection<T>.)
Método público Remove (Se hereda de Collection<IList<DataValue>>.)
Método público RemoveAt (Se hereda de Collection<IList<DataValue>>.)
Método protegido RemoveItem Infraestructura. Removes an item from the collection. (Se hereda de RdlCollection<T>.)
Método protegido SetItem Infraestructura. Replaces an item in the collection. (Se hereda de RdlCollection<T>.)
Método público ToString (Se hereda de Object.)

Arriba

Eventos

  Nombre Descripción
Evento público CollectionChanged Infraestructura. Occurs when the collection has been changed. (Se hereda de RdlCollection<T>.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IList.Add Infraestructura. Adds an object to the end of the collection. (Se hereda de RdlCollectionBase<T>.)
Implementación de interfaces explícitasPropiedad privada IList.Item Infraestructura. Gets or sets the element at the specified index. (Se hereda de RdlCollectionBase<T>.)
Implementación de interfaces explícitasMétodo privado IList.Contains (Se hereda de Collection<IList<DataValue>>.)
Implementación de interfaces explícitasMétodo privado ICollection.CopyTo (Se hereda de Collection<IList<DataValue>>.)
Implementación de interfaces explícitasMétodo privado IEnumerable.GetEnumerator (Se hereda de Collection<IList<DataValue>>.)
Implementación de interfaces explícitasMétodo privado IList.IndexOf (Se hereda de Collection<IList<DataValue>>.)
Implementación de interfaces explícitasMétodo privado IList.Insert (Se hereda de Collection<IList<DataValue>>.)
Implementación de interfaces explícitasPropiedad privada IList.IsFixedSize (Se hereda de Collection<IList<DataValue>>.)
Implementación de interfaces explícitasPropiedad privada ICollection<T>.IsReadOnly (Se hereda de Collection<IList<DataValue>>.)
Implementación de interfaces explícitasPropiedad privada IList.IsReadOnly (Se hereda de Collection<IList<DataValue>>.)
Implementación de interfaces explícitasPropiedad privada ICollection.IsSynchronized (Se hereda de Collection<IList<DataValue>>.)
Implementación de interfaces explícitasMétodo privado IList.Remove (Se hereda de Collection<IList<DataValue>>.)
Implementación de interfaces explícitasPropiedad privada ICollection.SyncRoot (Se hereda de Collection<IList<DataValue>>.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel