Partilhar via


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.

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>

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

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.