Compartir a través de


Clase DataRow

Represents a data row.

Jerarquía de herencia

System. . :: . .Object
  System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >
    Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollectionBase< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >
      Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollection< (Of < ( <'IList< (Of < ( <'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< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.)
Propiedad pública Item (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.)
Propiedad protegida Items (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.)
Propiedad pública Parent The parent object. (Se hereda de RdlCollectionBase< (Of < ( <'T> ) > ) >.)

Arriba

Métodos

  Nombre Descripción
Método público Add (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.)
Método público Clear (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.)
Método protegido ClearItems Infraestructura. (Se hereda de RdlCollection< (Of < ( <'T> ) > ) >.)
Método público Contains (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.)
Método público CopyTo (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'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< (Of < ( <'IList< (Of < ( <'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< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.)
Método público Insert (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.)
Método protegido InsertItem Infraestructura. (Se hereda de RdlCollection< (Of < ( <'T> ) > ) >.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido OnCollectionChanged Infraestructura. (Se hereda de RdlCollection< (Of < ( <'T> ) > ) >.)
Método público Remove (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.)
Método público RemoveAt (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.)
Método protegido RemoveItem Infraestructura. (Se hereda de RdlCollection< (Of < ( <'T> ) > ) >.)
Método protegido SetItem Infraestructura. (Se hereda de RdlCollection< (Of < ( <'T> ) > ) >.)
Método público ToString (Se hereda de Object.)

Arriba

Eventos

  Nombre Descripción
Evento público CollectionChanged (Se hereda de RdlCollection< (Of < ( <'T> ) > ) >.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IList. . :: . .Add (Se hereda de RdlCollectionBase< (Of < ( <'T> ) > ) >.)
Implementación de interfaces explícitasPropiedad privada IList. . :: . .Item (Se hereda de RdlCollectionBase< (Of < ( <'T> ) > ) >.)
Implementación de interfaces explícitasMétodo privado IList. . :: . .Contains (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.)
Implementación de interfaces explícitasMétodo privado ICollection. . :: . .CopyTo (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.)
Implementación de interfaces explícitasMétodo privado IEnumerable. . :: . .GetEnumerator (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.)
Implementación de interfaces explícitasMétodo privado IList. . :: . .IndexOf (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.)
Implementación de interfaces explícitasMétodo privado IList. . :: . .Insert (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.)
Implementación de interfaces explícitasPropiedad privada IList. . :: . .IsFixedSize (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.)
Implementación de interfaces explícitasPropiedad privada ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.)
Implementación de interfaces explícitasPropiedad privada IList. . :: . .IsReadOnly (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.)
Implementación de interfaces explícitasPropiedad privada ICollection. . :: . .IsSynchronized (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.)
Implementación de interfaces explícitasMétodo privado IList. . :: . .Remove (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.)
Implementación de interfaces explícitasPropiedad privada ICollection. . :: . .SyncRoot (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'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.