Partager 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.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Class DataCell _
    Inherits RdlCollection(Of DataValue)
'Utilisation
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>

Hiérarchie d'héritage

System. . :: . .Object
  System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'DataValue> ) > ) >
    Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollectionBase< (Of < ( <'DataValue> ) > ) >
      Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollection< (Of < ( <'DataValue> ) > ) >
        Microsoft.ReportingServices.RdlObjectModel..::..DataCell

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.