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.

Hiérarchie d'héritage

System.Object
  System.Collections.ObjectModel.Collection<DataValue>
    Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<DataValue>
      Microsoft.ReportingServices.RdlObjectModel.RdlCollection<DataValue>
        Microsoft.ReportingServices.RdlObjectModel.DataCell

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en 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>

Le type DataCell expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique DataCell Creates a new instance of the DataCell class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Count (hérité de Collection<DataValue>.)
Propriété publique Item (hérité de Collection<DataValue>.)
Propriété protégée Items (hérité de Collection<DataValue>.)
Propriété publique Parent Gets or sets the parent object. (hérité de RdlCollectionBase<T>.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Add (hérité de Collection<DataValue>.)
Méthode publique Clear (hérité de Collection<DataValue>.)
Méthode protégée ClearItems Infrastructure. Removes all the items in the collection. (hérité de RdlCollection<T>.)
Méthode publique Contains (hérité de Collection<DataValue>.)
Méthode publique CopyTo (hérité de Collection<DataValue>.)
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetEnumerator (hérité de Collection<DataValue>.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique IndexOf (hérité de Collection<DataValue>.)
Méthode publique Insert (hérité de Collection<DataValue>.)
Méthode protégée InsertItem Infrastructure. Inserts an item in the collection. (hérité de RdlCollection<T>.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode protégée OnCollectionChanged Infrastructure. Raises the CollectionChanged event. (hérité de RdlCollection<T>.)
Méthode publique Remove (hérité de Collection<DataValue>.)
Méthode publique RemoveAt (hérité de Collection<DataValue>.)
Méthode protégée RemoveItem Infrastructure. Removes an item from the collection. (hérité de RdlCollection<T>.)
Méthode protégée SetItem Infrastructure. Replaces an item in the collection. (hérité de RdlCollection<T>.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Événements

  Nom Description
Événement public CollectionChanged Infrastructure. Occurs when the collection has been changed. (hérité de RdlCollection<T>.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IList.Add Infrastructure. Adds an object to the end of the collection. (hérité de RdlCollectionBase<T>.)
Implémentation d'interface explicitePropriété privée IList.Item Infrastructure. Gets or sets the element at the specified index. (hérité de RdlCollectionBase<T>.)
Implémentation d'interface expliciteMéthode privée IList.Contains (hérité de Collection<DataValue>.)
Implémentation d'interface expliciteMéthode privée ICollection.CopyTo (hérité de Collection<DataValue>.)
Implémentation d'interface expliciteMéthode privée IEnumerable.GetEnumerator (hérité de Collection<DataValue>.)
Implémentation d'interface expliciteMéthode privée IList.IndexOf (hérité de Collection<DataValue>.)
Implémentation d'interface expliciteMéthode privée IList.Insert (hérité de Collection<DataValue>.)
Implémentation d'interface explicitePropriété privée IList.IsFixedSize (hérité de Collection<DataValue>.)
Implémentation d'interface explicitePropriété privée ICollection<T>.IsReadOnly (hérité de Collection<DataValue>.)
Implémentation d'interface explicitePropriété privée IList.IsReadOnly (hérité de Collection<DataValue>.)
Implémentation d'interface explicitePropriété privée ICollection.IsSynchronized (hérité de Collection<DataValue>.)
Implémentation d'interface expliciteMéthode privée IList.Remove (hérité de Collection<DataValue>.)
Implémentation d'interface explicitePropriété privée ICollection.SyncRoot (hérité de Collection<DataValue>.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.ReportingServices.RdlObjectModel