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.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
Count | (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) |
![]() |
Item | (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) |
![]() |
Items | (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) |
![]() |
Parent | The parent object. (Se hereda de RdlCollectionBase< (Of < ( <'T> ) > ) >.) |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Add | (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) |
![]() |
Clear | (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) |
![]() |
ClearItems | Infraestructura. (Se hereda de RdlCollection< (Of < ( <'T> ) > ) >.) |
![]() |
Contains | (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) |
![]() |
CopyTo | (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) |
![]() |
Equals | (Se hereda de Object.) |
![]() |
Finalize | (Se hereda de Object.) |
![]() |
GetEnumerator | (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
IndexOf | (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) |
![]() |
Insert | (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) |
![]() |
InsertItem | Infraestructura. (Se hereda de RdlCollection< (Of < ( <'T> ) > ) >.) |
![]() |
MemberwiseClone | (Se hereda de Object.) |
![]() |
OnCollectionChanged | Infraestructura. (Se hereda de RdlCollection< (Of < ( <'T> ) > ) >.) |
![]() |
Remove | (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) |
![]() |
RemoveAt | (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) |
![]() |
RemoveItem | Infraestructura. (Se hereda de RdlCollection< (Of < ( <'T> ) > ) >.) |
![]() |
SetItem | Infraestructura. (Se hereda de RdlCollection< (Of < ( <'T> ) > ) >.) |
![]() |
ToString | (Se hereda de Object.) |
Arriba
Eventos
| Nombre | Descripción | |
|---|---|---|
![]() |
CollectionChanged | (Se hereda de RdlCollection< (Of < ( <'T> ) > ) >.) |
Arriba
Implementaciones de interfaces explícitas
| Nombre | Descripción | |
|---|---|---|
![]() ![]() |
IList. . :: . .Add | (Se hereda de RdlCollectionBase< (Of < ( <'T> ) > ) >.) |
![]() ![]() |
IList. . :: . .Item | (Se hereda de RdlCollectionBase< (Of < ( <'T> ) > ) >.) |
![]() ![]() |
IList. . :: . .Contains | (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) |
![]() ![]() |
ICollection. . :: . .CopyTo | (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) |
![]() ![]() |
IEnumerable. . :: . .GetEnumerator | (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) |
![]() ![]() |
IList. . :: . .IndexOf | (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) |
![]() ![]() |
IList. . :: . .Insert | (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) |
![]() ![]() |
IList. . :: . .IsFixedSize | (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) |
![]() ![]() |
ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly | (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) |
![]() ![]() |
IList. . :: . .IsReadOnly | (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) |
![]() ![]() |
ICollection. . :: . .IsSynchronized | (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) |
![]() ![]() |
IList. . :: . .Remove | (Se hereda de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) |
![]() ![]() |
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.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)