Classe DataCell
Defines the list of data values to pass to the custom report item for a specific combination of leaf-node groups in CustomData.
Hierarquia de herança
System. . :: . .Object
System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'DataValue> ) > ) >
Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollectionBase< (Of < ( <'DataValue> ) > ) >
Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollection< (Of < ( <'DataValue> ) > ) >
Microsoft.ReportingServices.RdlObjectModel..::..DataCell
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Class DataCell _
Inherits RdlCollection(Of DataValue)
'Uso
Dim instance As DataCell
public class DataCell : RdlCollection<DataValue>
public ref class DataCell : public RdlCollection<DataValue^>
type DataCell =
class
inherit RdlCollection<DataValue>
end
public class DataCell extends RdlCollection<DataValue>
O tipo DataCell expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Count | (Herdado de Collection< (Of < ( <'DataValue> ) > ) >.) |
![]() |
Item | (Herdado de Collection< (Of < ( <'DataValue> ) > ) >.) |
![]() |
Items | (Herdado de Collection< (Of < ( <'DataValue> ) > ) >.) |
![]() |
Parent | The parent object. (Herdado de RdlCollectionBase< (Of < ( <'T> ) > ) >.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Add | (Herdado de Collection< (Of < ( <'DataValue> ) > ) >.) |
![]() |
Clear | (Herdado de Collection< (Of < ( <'DataValue> ) > ) >.) |
![]() |
ClearItems | Infraestrutura. (Herdado de RdlCollection< (Of < ( <'T> ) > ) >.) |
![]() |
Contains | (Herdado de Collection< (Of < ( <'DataValue> ) > ) >.) |
![]() |
CopyTo | (Herdado de Collection< (Of < ( <'DataValue> ) > ) >.) |
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetEnumerator | (Herdado de Collection< (Of < ( <'DataValue> ) > ) >.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
IndexOf | (Herdado de Collection< (Of < ( <'DataValue> ) > ) >.) |
![]() |
Insert | (Herdado de Collection< (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 < ( <'DataValue> ) > ) >.) |
![]() |
RemoveAt | (Herdado de Collection< (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 < ( <'DataValue> ) > ) >.) |
![]() ![]() |
ICollection. . :: . .CopyTo | (Herdado de Collection< (Of < ( <'DataValue> ) > ) >.) |
![]() ![]() |
IEnumerable. . :: . .GetEnumerator | (Herdado de Collection< (Of < ( <'DataValue> ) > ) >.) |
![]() ![]() |
IList. . :: . .IndexOf | (Herdado de Collection< (Of < ( <'DataValue> ) > ) >.) |
![]() ![]() |
IList. . :: . .Insert | (Herdado de Collection< (Of < ( <'DataValue> ) > ) >.) |
![]() ![]() |
IList. . :: . .IsFixedSize | (Herdado de Collection< (Of < ( <'DataValue> ) > ) >.) |
![]() ![]() |
ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly | (Herdado de Collection< (Of < ( <'DataValue> ) > ) >.) |
![]() ![]() |
IList. . :: . .IsReadOnly | (Herdado de Collection< (Of < ( <'DataValue> ) > ) >.) |
![]() ![]() |
ICollection. . :: . .IsSynchronized | (Herdado de Collection< (Of < ( <'DataValue> ) > ) >.) |
![]() ![]() |
IList. . :: . .Remove | (Herdado de Collection< (Of < ( <'DataValue> ) > ) >.) |
![]() ![]() |
ICollection. . :: . .SyncRoot | (Herdado de Collection< (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.