Classe DataRow
Represents a data row.
Hierarquia de herança
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
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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>>
O tipo DataRow expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Count | (Herdado de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) | |
Item | (Herdado de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) | |
Items | (Herdado de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) | |
Parent | The parent object. (Herdado de RdlCollectionBase< (Of < ( <'T> ) > ) >.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Add | (Herdado de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) | |
Clear | (Herdado de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) | |
ClearItems | Infraestrutura. (Herdado de RdlCollection< (Of < ( <'T> ) > ) >.) | |
Contains | (Herdado de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) | |
CopyTo | (Herdado de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetEnumerator | (Herdado de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
IndexOf | (Herdado de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) | |
Insert | (Herdado de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) | |
InsertItem | Infraestrutura. (Herdado de RdlCollection< (Of < ( <'T> ) > ) >.) | |
MemberwiseClone | (Herdado de Object.) | |
OnCollectionChanged | Infraestrutura. (Herdado de RdlCollection< (Of < ( <'T> ) > ) >.) | |
Remove | (Herdado de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) | |
RemoveAt | (Herdado de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) | |
RemoveItem | Infraestrutura. (Herdado de RdlCollection< (Of < ( <'T> ) > ) >.) | |
SetItem | Infraestrutura. (Herdado de RdlCollection< (Of < ( <'T> ) > ) >.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IList. . :: . .Add | (Herdado de RdlCollectionBase< (Of < ( <'T> ) > ) >.) | |
IList. . :: . .Item | (Herdado de RdlCollectionBase< (Of < ( <'T> ) > ) >.) | |
IList. . :: . .Contains | (Herdado de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) | |
ICollection. . :: . .CopyTo | (Herdado de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) | |
IEnumerable. . :: . .GetEnumerator | (Herdado de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) | |
IList. . :: . .IndexOf | (Herdado de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) | |
IList. . :: . .Insert | (Herdado de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) | |
IList. . :: . .IsFixedSize | (Herdado de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) | |
ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly | (Herdado de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) | |
IList. . :: . .IsReadOnly | (Herdado de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) | |
ICollection. . :: . .IsSynchronized | (Herdado de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) | |
IList. . :: . .Remove | (Herdado de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) | |
ICollection. . :: . .SyncRoot | (Herdado de Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.